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

test_file_descriptors_dont_leak[Nanny] is broken on MacOSX #8075

Open
crusaderky opened this issue Aug 4, 2023 · 1 comment
Open

test_file_descriptors_dont_leak[Nanny] is broken on MacOSX #8075

crusaderky opened this issue Aug 4, 2023 · 1 comment
Assignees
Labels
bug Something is broken tests Unit tests and/or continuous integration

Comments

@crusaderky
Copy link
Collaborator

This test deterministically leaks a file descriptor on Mac, and on Mac only:

image

https://github.com/dask/distributed/actions/runs/5758957886/job/15612271555

        while proc.num_fds() > before:
            await asyncio.sleep(0.01)
>           assert time() < start + 10, (before, proc.num_fds())
E           AssertionError: (26, 27)
E           assert 1691130527.5507462 < (1691130517.5493429 + 10)
E            +  where 1691130527.5507462 = time()
@crusaderky crusaderky added the tests Unit tests and/or continuous integration label Aug 4, 2023
@crusaderky
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken tests Unit tests and/or continuous integration
Projects
None yet
Development

No branches or pull requests

2 participants