Fix actor creation hang due to race in SWAP queue (#6280)

This commit is contained in:
Eric Liang
2019-11-26 15:21:03 -08:00
committed by GitHub
parent cafdaa346f
commit 30b2fc1d81
5 changed files with 6 additions and 18 deletions
-2
View File
@@ -215,8 +215,6 @@ def test_worker_plasma_store_failure(ray_start_cluster_head):
cluster = ray_start_cluster_head
worker = cluster.add_node()
cluster.wait_for_nodes()
# Log monitor doesn't die for some reason
worker.kill_log_monitor()
worker.kill_reporter()
worker.kill_plasma_store()
worker.all_processes[ray_constants.PROCESS_TYPE_RAYLET][0].process.wait()