[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:
Stephanie Wang
2020-06-05 19:49:19 -07:00
committed by GitHub
parent 54189bca5a
commit b160b83d3e
7 changed files with 232 additions and 63 deletions
+2 -1
View File
@@ -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"],
)