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

Introduce file_mounts_sync_continuously cluster option #9544

Merged
merged 13 commits into from
Jul 28, 2020
Rate limit · GitHub

Whoa there!

You have triggered an abuse detection mechanism.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

Merged
Prev Previous commit
Next Next commit
clear out provider between tests to get rid of flakyness
Rate limit · GitHub

Whoa there!

You have triggered an abuse detection mechanism.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

alanwguo committed Jul 23, 2020
commit 108059d939f1bff7b23830972717af1e2ca63088
1 change: 1 addition & 0 deletions python/ray/tests/test_autoscaler.py
Original file line number Diff line number Diff line change
@@ -289,6 +289,7 @@ def setUp(self):
self.tmpdir = tempfile.mkdtemp()

def tearDown(self):
self.provider = None
del NODE_PROVIDERS["mock"]
shutil.rmtree(self.tmpdir)
ray.shutdown()