Skip to content

gen_cluster nanny tests intermittently fail on Python 2 #1491

@mrocklin

Description

@mrocklin

This fails in Python 2, but not Python 3:

from distributed import Nanny
from distributed.utils_test import gen_cluster
@gen_cluster(client=True, Worker=Nanny)
def test_startup(c, s, a, b):
    pass
for i in range(100):
    test_startup()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions