mirror of
https://github.com/wassname/ray.git
synced 2026-07-04 08:11:44 +08:00
[1.0] Remove args from ray start (#10659)
This commit is contained in:
@@ -415,10 +415,6 @@ def test_calling_start_ray_head(call_ray_stop_only):
|
||||
check_call_ray(["start", "--head", "--num-gpus", "100"])
|
||||
check_call_ray(["stop"])
|
||||
|
||||
# Test starting Ray with the max redis clients specified.
|
||||
check_call_ray(["start", "--head", "--redis-max-clients", "100"])
|
||||
check_call_ray(["stop"])
|
||||
|
||||
# Test starting Ray with redis shard ports specified.
|
||||
check_call_ray(
|
||||
["start", "--head", "--redis-shard-ports", "6380,6381,6382"])
|
||||
@@ -428,7 +424,7 @@ def test_calling_start_ray_head(call_ray_stop_only):
|
||||
check_call_ray([
|
||||
"start", "--head", "--redis-shard-ports", "6380,6381,6382",
|
||||
"--object-manager-port", "12345", "--num-cpus", "2", "--num-gpus", "0",
|
||||
"--redis-max-clients", "100", "--resources", "{\"Custom\": 1}"
|
||||
"--resources", "{\"Custom\": 1}"
|
||||
])
|
||||
check_call_ray(["stop"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user