test suite intermittently closes with no further output from pytest (os._exit in old_ssh)
Open
bug
tests
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 778
- Avg merge
- 2h 50m
- Merged PRs (30d)
- 3
Description
I was debugging the test run on tmate and noticed the test suite sometimes just aborted with no pytest teardown at all, traced it down to an `os._exit(1)` call here
https://github.com/dask/distributed/blob/a0f2af66aaccd1c88958372c076d2a53e52a1701/distributed/deploy/old_ssh.py#L94-L95
Contributor guide
Assessment
This issue has not been assessed yet.