mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 21:26:08 +08:00
Fix redis-server stoping in linux (#6296)
* Cleanup test_calling_start_ray_head * Kill redis-server with args instead of comm In linux, ps -o pid,comm output just redis-server instead of the full executable path
This commit is contained in:
@@ -444,7 +444,7 @@ def stop(force, verbose):
|
||||
["plasma_store", True],
|
||||
["raylet_monitor", True],
|
||||
["monitor.py", False],
|
||||
["redis-server", True],
|
||||
["redis-server", False],
|
||||
["default_worker.py", False], # Python worker.
|
||||
["ray::", True], # Python worker.
|
||||
["org.ray.runtime.runner.worker.DefaultWorker", False], # Java worker.
|
||||
|
||||
Reference in New Issue
Block a user