-
Notifications
You must be signed in to change notification settings - Fork 125
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 bench connector not stopping #1651
Conversation
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.
🪨
Signed-off-by: Matthias Wahl <matthiaswahl@m7w3.de>
Signed-off-by: Matthias Wahl <matthiaswahl@m7w3.de>
Codecov Report
@@ Coverage Diff @@
## main #1651 +/- ##
==========================================
+ Coverage 87.32% 87.51% +0.18%
==========================================
Files 254 254
Lines 50159 50200 +41
==========================================
+ Hits 43803 43934 +131
+ Misses 6356 6266 -90
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
🚀
Pull request
Description
The bench connector actually wasn't stopping when
stop_after_secs
wasn't configured, onlyiters
.Adapted it to stop after the expected number of events in that case.
Also added tests and switched it to not terminate the process directly, but to stop the world.
Related
Checklist
Performance
Didn't test yet.