mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 08:07:54 +08:00
Avoid fate sharing with owner for detached actors (#8267)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user