Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix flaky K8s network integration test #1250

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

mariomac
Copy link
Contributor

The test assumed that, after a given network metric query, only one response was possible. But in some executions, two connections could be handled with different client_port values, so the query might return two almost-identical entries.

@codecov-commenter
Copy link

codecov-commenter commented Oct 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.78%. Comparing base (392baa8) to head (f9943f1).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1250      +/-   ##
==========================================
+ Coverage   78.62%   81.78%   +3.16%     
==========================================
  Files         137      135       -2     
  Lines       11470    11416      -54     
==========================================
+ Hits         9018     9337     +319     
+ Misses       1906     1544     -362     
+ Partials      546      535      -11     
Flag Coverage Δ
integration-test 60.68% <ø> (-0.33%) ⬇️
k8s-integration-test 59.20% <ø> (?)
oats-test 36.59% <ø> (+0.12%) ⬆️
unittests 53.41% <ø> (+0.26%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@grcevski grcevski left a comment

Choose a reason for hiding this comment

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

LGTM! Sweet!

@rafaelroquetto
Copy link
Contributor

Taking the liberty to merge this one.

@rafaelroquetto rafaelroquetto merged commit 13d07be into grafana:main Oct 11, 2024
10 checks passed
mattdurham pushed a commit to mattdurham/beyla that referenced this pull request Jan 22, 2025
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.

4 participants