-
-
Notifications
You must be signed in to change notification settings - Fork 719
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
Smarter stealing with dependencies #7024
Conversation
Unit Test ResultsSee test report for an extended history of previous test failures. This is useful for diagnosing flaky tests. 15 files ± 0 15 suites ±0 6h 5m 45s ⏱️ - 34m 8s For more details on these failures, see this check. Results for commit b5afd77. ± Comparison against base commit 8f36aa5. ♻️ This comment has been updated with latest results. |
([[1, 1, 1, 1], []], [[1, 1, 1], [1]]), # but don't move too many | ||
( | ||
[[0, 0], [0, 0], [0, 0], []], # no one clearly saturated | ||
pytest.param([[1], []], [[1], []], id="don't move unnecessarily"), |
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.
For better readability/lookup in VS Code, I made the in-line comments parametrization IDs. There are no changes to the actual test params.
2817b9b
to
f1ed606
Compare
4d0f55f
to
22e4fd0
Compare
) | ||
|
||
|
||
def _run_dependency_balance_test( |
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.
Everything below is code for enabling the test cases above
A/B test: https://github.com/coiled/coiled-runtime/actions/runs/3068174742 N=2, so be cautious with the results. Notably, |
@hendrikmakait you set the worker-saturation parameter as well https://github.com/coiled/coiled-runtime/blob/hendrik/AB_stealing_objective/AB_environments/AB_sample.dask.yaml which explains the huge impact |
🤦 |
FYI I retriggered the computation already with updated info |
2906203
to
288305f
Compare
A/B test: https://github.com/coiled/coiled-runtime/actions/runs/3135725432 (ignore AB_sample) With |
I could not reproduce the flake of distributed/distributed/tests/test_steal.py Lines 751 to 756 in 288305f
|
The culprit is |
CI flakes: |
It looks like |
pre-commit run --all-files