[ray_client] Integrate with test_basic, test_basic_2 and test_actor (#12964)

This commit is contained in:
Barak Michener
2020-12-20 14:54:18 -08:00
committed by GitHub
parent bf6577c8f4
commit 7ab9164f1b
21 changed files with 375 additions and 174 deletions
+4
View File
@@ -443,3 +443,7 @@ def format_web_url(url):
def new_scheduler_enabled():
return os.environ.get("RAY_ENABLE_NEW_SCHEDULER", "1") == "1"
def client_test_enabled() -> bool:
return os.environ.get("RAY_TEST_CLIENT_MODE") == "1"