mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 07:03:48 +08:00
[core] Queue subscription/unsubscription commands in the GCS (#8756)
* Only remove callback index if in map * test * Queue subscription commands * lint * Check status * update * update * update * Disable GCS restart tests * lint
This commit is contained in:
@@ -459,6 +459,7 @@ py_test(
|
||||
name = "test_gcs_fault_tolerance",
|
||||
size = "medium",
|
||||
srcs = SRCS + ["test_gcs_fault_tolerance.py"],
|
||||
tags = ["exclusive"],
|
||||
# TODO(swang): Enable again once pubsub client supports GCS server restart.
|
||||
tags = ["exclusive", "manual"],
|
||||
deps = ["//:ray_lib"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user