mirror of
https://github.com/wassname/ray.git
synced 2026-07-20 12:40:20 +08:00
[ray_client] Integrate with test_basic, test_basic_2 and test_actor (#12964)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user