🐛 Bug
Flaky execution of test_distributed due to port conflicts. This is an intermittent issue.
Can happen either due to the same process interference (the subprocesses not exiting fast enough before the next test is started -- need to double check if this is possible at all), or due to multi process interference, e.g. when the same tests run on the same machine at the same time and tries to bind to the same port.
We can fix by making these tests use the FileStore on a unique path instead.
cc @ezyang @teng-li @ssnl
🐛 Bug
Flaky execution of test_distributed due to port conflicts. This is an intermittent issue.
Can happen either due to the same process interference (the subprocesses not exiting fast enough before the next test is started -- need to double check if this is possible at all), or due to multi process interference, e.g. when the same tests run on the same machine at the same time and tries to bind to the same port.
We can fix by making these tests use the FileStore on a unique path instead.
cc @ezyang @teng-li @ssnl