Skip to content
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

Skip test_open_close_many_workers on Python 3.6 #3459

Merged
merged 1 commit into from Feb 10, 2020

Conversation

mrocklin
Copy link
Member

@mrocklin mrocklin commented Feb 8, 2020

This test has caused intermittent failures in the past.
Previously we had marked it as xfail, but it would still cause CI to
break because it would cause things to hang.

In #3419 it was observed that the failure seems to only occur on Python
3.6. This commit changes the universal xfail to a skipif for Python 3.6
and below.

We still don't know what causes the failure, other than that GC seems to
take up all of the CPU time

Fixes #3419

This test has caused intermittent failures in the past.
Previously we had marked it as xfail, but it would still cause CI to
break because it would cause things to hang.

In dask#3419 it was observed that the failure seems to only occur on Python
3.6.  This commit changes the universal xfail to a skipif for Python 3.6
and below.

We still don't know what causes the failure, other than that GC seems to
take up all of the CPU time

Fixes dask#3419
@mrocklin mrocklin merged commit 2a1ed38 into dask:master Feb 10, 2020
@mrocklin mrocklin deleted the skip-test-many-workers branch February 10, 2020 00:29
bnaul pushed a commit to replicahq/distributed that referenced this pull request Feb 10, 2020
This test has caused intermittent failures in the past.
Previously we had marked it as xfail, but it would still cause CI to
break because it would cause things to hang.

In dask#3419 it was observed that the failure seems to only occur on Python
3.6.  This commit changes the universal xfail to a skipif for Python 3.6
and below.

We still don't know what causes the failure, other than that GC seems to
take up all of the CPU time

Fixes dask#3419
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sporadic test_open_close_many_workers failure
1 participant