Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Core] Deflake gcs_placement_group_manager_test (ray-project#41710)
Another attempt after ray-project#30787. The root cause is that gcs_placement_group_manager is supposed to be single threaded but our test creates two threads (main thread and the io thread) and causes race conditions. The fix is removing one thread and run the io context in the main thread. Signed-off-by: Jiajun Yao <jeromeyjj@gmail.com>
- Loading branch information