[Multi-tenancy] Delete flag enable_multi_tenancy and remove old code path (#10573)

This commit is contained in:
Kai Yang
2020-12-10 19:01:40 +08:00
committed by GitHub
parent d681991773
commit e3b5deb741
47 changed files with 279 additions and 530 deletions
+3 -1
View File
@@ -1,4 +1,5 @@
import subprocess
import sys
import time
from typing import List
@@ -8,7 +9,8 @@ from ray.streaming import StreamingContext
def test_word_count():
try:
ray.init(_load_code_from_local=True)
ray.init(
job_config=ray.job_config.JobConfig(code_search_path=sys.path))
# time.sleep(10) # for gdb to attach
ctx = StreamingContext.Builder() \
.option("streaming.context-backend.type", "local_file") \