Skip to content

chore: enhance HarFilter and HarToK6Converter filtering#2177

Merged
caalador merged 3 commits intomainfrom
chore/loadtest-improve-filtering
Mar 31, 2026
Merged

chore: enhance HarFilter and HarToK6Converter filtering#2177
caalador merged 3 commits intomainfrom
chore/loadtest-improve-filtering

Conversation

@tltv
Copy link
Copy Markdown
Member

@tltv tltv commented Mar 30, 2026

Enhance HarFilter and HarToK6Converter to filter unsupported HTTP methods and WebSocket upgrades.

@tltv tltv requested a review from caalador March 30, 2026 11:29
Base automatically changed from feat/loadtest to main March 30, 2026 12:10
@tltv tltv force-pushed the chore/loadtest-improve-filtering branch from 5359b1f to 8f94b4f Compare March 30, 2026 12:12
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 30, 2026

Test Results

  172 files    172 suites   33m 33s ⏱️
1 175 tests 1 169 ✅ 6 💤 0 ❌
1 628 runs  1 619 ✅ 9 💤 0 ❌

Results for commit 9897d62.

♻️ This comment has been updated with latest results.

Comment on lines +38 to +40
private static final Set<String> K6_SUPPORTED_METHODS = Set.of("GET",
"POST", "PUT", "PATCH", "DELETE", "HEAD", "OPTIONS");

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The supported methods is now defined in 2 places. Just for future changes it could be in one place.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed to use HarFilter only.

@caalador caalador merged commit 5c31305 into main Mar 31, 2026
10 checks passed
@caalador caalador deleted the chore/loadtest-improve-filtering branch March 31, 2026 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants