mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 11:37:28 +08:00
rename test_path -> worker_path (#128)
This commit is contained in:
committed by
Philipp Moritz
parent
aaa0a514fa
commit
ac65f1031e
@@ -77,9 +77,9 @@ def start_objstore(scheduler_address, objstore_address):
|
||||
p = subprocess.Popen([os.path.join(_services_path, "objstore"), scheduler_address, objstore_address, "--log-file-name", objstore_log_filename])
|
||||
all_processes.append((p, objstore_address))
|
||||
|
||||
def start_worker(test_path, scheduler_address, objstore_address, worker_address):
|
||||
def start_worker(worker_path, scheduler_address, objstore_address, worker_address):
|
||||
p = subprocess.Popen(["python",
|
||||
test_path,
|
||||
worker_path,
|
||||
"--scheduler-address=" + scheduler_address,
|
||||
"--objstore-address=" + objstore_address,
|
||||
"--worker-address=" + worker_address])
|
||||
|
||||
Reference in New Issue
Block a user