[1.0] Remove args from ray start (#10659)

Resolved Conflicts:
        java/test.sh
        python/ray/tests/test_multi_node.py
This commit is contained in:
Alex Wu
2020-09-18 16:41:23 -07:00
committed by Barak Michener
parent 4b58557309
commit 5bbfc548c1
7 changed files with 45 additions and 164 deletions
@@ -75,7 +75,7 @@ public abstract class BaseMultiLanguageTest {
"ray",
"start",
"--head",
"--redis-port=6379",
"--port=6379",
"--min-worker-port=0",
"--max-worker-port=0",
String.format("--plasma-store-socket-name=%s", PLASMA_STORE_SOCKET_NAME),