-
-
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
Remove @avoid_ci from stress tests #6271
Conversation
distributed/tests/test_steal.py
Outdated
@pytest.mark.slow | ||
@pytest.mark.parametrize("TEMPstress", range(10)) | ||
@gen_cluster(client=True, nthreads=[("", 1)] * 2) | ||
async def test_steal_expensive_data_slow_computation(c, s, a, b, TEMPstress): |
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.
this test requires 168 MB RAM (8 * 21); it's well within the capability of our CI hosts
Unit Test Results 10 files - 5 10 suites - 5 1h 52m 4s ⏱️ - 4h 58m 35s For more details on these failures, see this check. Results for commit b1d9207. ± Comparison against base commit 50d2911. ♻️ This comment has been updated with latest results. |
d16c4d1
to
2d8fd6f
Compare
Unit Test ResultsSee test report for an extended history of previous test failures. This is useful for diagnosing flaky tests. 8 files - 7 8 suites - 7 3h 13m 34s ⏱️ - 3h 18m 10s For more details on these failures, see this check. Results for commit 8e4248d. ± Comparison against base commit a5d6865. ♻️ This comment has been updated with latest results. |
4ebcacf
to
910e8d3
Compare
Currently crashes also in the case without AMM. I believe this is due to having 10 nannies on 2-4 CPUs. |
901b54f
to
f99d7e2
Compare
cdf48a2
to
8d6483a
Compare
8d6483a
to
8e4248d
Compare
Superseded by #7062 |
Currently crashes also in the case without AMM. I believe this is due to having 10 nannies on 2-4 CPUs.