-
-
Notifications
You must be signed in to change notification settings - Fork 748
Set lifetime-stagger default value to None
#7445
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
|
Can one of the admins verify this patch? Admins can comment |
lifetime-stagger default value to Nonelifetime-stagger default value to None
Unit Test ResultsSee test report for an extended history of previous test failures. This is useful for diagnosing flaky tests. 22 files ± 0 22 suites ±0 10h 22m 40s ⏱️ + 57m 38s For more details on these failures, see this check. Results for commit 4ce53df. ± Comparison against base commit 9d8e18c. ♻️ This comment has been updated with latest results. |
|
Thanks @bstadlbauer . I noticed the same problem is affecting lifetime.restart as well. Could you do the same over there? I also would appreciate a test. For inspiration see |
71b4332 to
d634b8a
Compare
d634b8a to
afacf2e
Compare
2c992ae to
4ce53df
Compare
|
We're unfortunately struggling with flaky tests frequently. We build a dashboard that helps us to see if a given test is particularly flaky, see https://dask.github.io/distributed/test_report.html and https://dask.github.io/distributed/test_short_report.html for a shorter version (see badges in README) I see four failures on your PR
I assume the commit you just pushed fixes |
fjetter
left a comment
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.
Thank you for fixing this and congrats for your first commit @bstadlbauer!
Sets
lifetime-staggerCLI default toNone(instead of 0 seconds), to allow overrides through config file or environment variables.Closes #7444
pre-commit run --all-files