mirror of
https://github.com/wassname/ray.git
synced 2026-07-30 12:30:30 +08:00
[PlacementGroup]Fix bug that kill workers mistakenly when gcs restarts (#12568)
This commit is contained in:
@@ -1249,7 +1249,7 @@ def test_create_placement_group_during_gcs_server_restart(
|
||||
cluster.head_node.kill_gcs_server()
|
||||
cluster.head_node.start_gcs_server()
|
||||
|
||||
for i in range(0, 10):
|
||||
for i in range(0, 100):
|
||||
ray.get(placement_groups[i].ready())
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user