mirror of
https://github.com/wassname/ray.git
synced 2026-07-04 15:57:44 +08:00
Enable GCS server when running python unit tests (#7101)
* Enable GCS server when running python unit tests * restart ci * restart ci * fix code style * restart ci * restart ci * restart ci * restart ci * restart ci * Define RAY_GCS_SERVICE_ENABLED as a constant * fix review comments * fix code style * fix code style * fix code style * fix code style * fix review comments * add gcs service python testcase * fix TESTSUITE name bug
This commit is contained in:
+1
-1
@@ -609,7 +609,7 @@ class Node:
|
||||
# If this is the head node, start the relevant head node processes.
|
||||
self.start_redis()
|
||||
|
||||
if os.environ.get("RAY_GCS_SERVICE_ENABLED", None):
|
||||
if os.environ.get(ray_constants.RAY_GCS_SERVICE_ENABLED, None):
|
||||
self.start_gcs_server()
|
||||
|
||||
self.start_monitor()
|
||||
|
||||
Reference in New Issue
Block a user