-
Notifications
You must be signed in to change notification settings - Fork 387
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 exporter benchmark failures #2994
Conversation
Tested on local env:
|
Codecov Report
@@ Coverage Diff @@
## main #2994 +/- ##
===========================================
- Coverage 59.84% 40.12% -19.73%
===========================================
Files 289 166 -123
Lines 24551 20737 -3814
===========================================
- Hits 14693 8320 -6373
- Misses 8250 11605 +3355
+ Partials 1608 812 -796
Flags with carried forward coverage won't be shown. Click here to find out more.
|
60b7980
to
81dc498
Compare
81dc498
to
c34dacb
Compare
2a5cb79
to
57dfeb2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/test-all |
/test-integration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, a minor comment
57dfeb2
to
8318e9b
Compare
/test-all |
…urpose Signed-off-by: heanlan <hanlan@vmware.com>
8318e9b
to
a20d5fc
Compare
/test-all |
/test-integration |
https://github.com/antrea-io/antrea/runs/4213784411?check_suite_focus=true |
Add a dedicated initialization function for testing purpose -
NewFlowExporterForTest
.Fixes: #2984
Signed-off-by: heanlan hanlan@vmware.com