-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Increase overhaed budget for test_sampler_transition_overhead #10012
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
Conversation
This test is flaky when it is run under load. Increasing overhead budget as a temporary fix. A better solution would be to change the test structure to not depend on specific timings.
|
LGTM. If the test is inherently flaky, we can also add a tenacity retry decorator. |
Done. Good idea, thank you. |
| overhead_us = 1000000.0 * elapsed_time / state_transition_count | ||
|
|
||
| # TODO: This test is flaky when it is run under load. A better solution | ||
| # would be to change the test structure to not depend on specific timings. |
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.
Please copy or move this comment to line 98.
|
Run Portable_Python PreCommit |
|
Run Python PreCommit |
This test is flaky when it is run under load. Increasing overhead budget as a temporary fix.
A better solution would be to change the test structure to not depend on specific timings.
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
R: @username).[BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replaceBEAM-XXXwith the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.See the Contributor Guide for more tips on how to make review process smoother.
Post-Commit Tests Status (on master branch)
Pre-Commit Tests Status (on master branch)
See .test-infra/jenkins/README for trigger phrase, status and link of all Jenkins jobs.