Skip to content

Fix misplaced parentheses in integration tests#7432

Merged
friedrichg merged 2 commits intomasterfrom
fix-wait-sum-metrics-parenthesis
Apr 17, 2026
Merged

Fix misplaced parentheses in integration tests#7432
friedrichg merged 2 commits intomasterfrom
fix-wait-sum-metrics-parenthesis

Conversation

@friedrichg
Copy link
Copy Markdown
Member

What this PR does: WaitSumMetricsWithOptions calls e2e.WithLabelMatchers options were being passed as msgAndArgs to require.NoError instead of as options to WaitSumMetricsWithOptions, silently disabling label filtering in 5 integration test assertions.

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]
  • docs/configuration/v1-guarantees.md updated if this PR introduces experimental flags

e2e.WithLabelMatchers options were being passed as msgAndArgs to
require.NoError instead of as options to WaitSumMetricsWithOptions,
silently disabling label filtering in 5 integration test assertions.

Signed-off-by: Friedrich Gonzalez <1517449+friedrichg@users.noreply.github.com>
Comment thread integration/utf8_test.go Outdated
Signed-off-by: SungJin1212 <tjdwls1201@gmail.com>
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Apr 17, 2026
@friedrichg friedrichg merged commit 18592fa into master Apr 17, 2026
93 of 95 checks passed
@friedrichg friedrichg deleted the fix-wait-sum-metrics-parenthesis branch April 17, 2026 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lgtm This PR has been approved by a maintainer size/S type/bug type/tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants