Avoid fate sharing with owner for detached actors (#8267)

This commit is contained in:
Edward Oakes
2020-05-01 11:58:47 -05:00
committed by GitHub
parent 63bc7dc522
commit 3aec683f61
2 changed files with 3 additions and 6 deletions
-3
View File
@@ -6,9 +6,6 @@ import pytest
import ray
from ray import serve
# TODO(edoakes): the failure tests currently fail with the GCS service enabled.
os.environ["RAY_GCS_SERVICE_ENABLED"] = "false"
if os.environ.get("RAY_SERVE_INTENTIONALLY_CRASH", False):
serve.master._CRASH_AFTER_CHECKPOINT_PROBABILITY = 0.5