mirror of
https://github.com/wassname/ray.git
synced 2026-09-11 12:43:20 +08:00
better printing of errors (#153)
This commit is contained in:
committed by
Philipp Moritz
parent
75674d1ba1
commit
abaa4211d4
+1
-1
@@ -241,7 +241,7 @@ class APITest(unittest.TestCase):
|
||||
class TaskStatusTest(unittest.TestCase):
|
||||
def testFailedTask(self):
|
||||
worker_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), "test_worker.py")
|
||||
services.start_singlenode_cluster(return_drivers=False, num_workers_per_objstore=3, worker_path=worker_path)
|
||||
services.start_singlenode_cluster(return_drivers=False, num_workers_per_objstore=3, worker_path=worker_path, driver_mode=ray.WORKER_MODE)
|
||||
test_functions.test_alias_f()
|
||||
test_functions.throw_exception_fct()
|
||||
test_functions.throw_exception_fct()
|
||||
|
||||
Reference in New Issue
Block a user