mirror of
https://github.com/wassname/ray.git
synced 2026-08-11 05:51:40 +08:00
[xray] Implement fetch (#2195)
This commit is contained in:
committed by
Robert Nishihara
parent
125fe1c09c
commit
4ec5bea03b
@@ -492,8 +492,8 @@ class ReconstructionTests(unittest.TestCase):
|
||||
# were evicted and whose originating tasks are still running, this
|
||||
# for-loop should hang on its first iteration and push an error to the
|
||||
# driver.
|
||||
ray.worker.global_worker.local_scheduler_client.reconstruct_object(
|
||||
args[0].id())
|
||||
ray.worker.global_worker.local_scheduler_client.reconstruct_objects(
|
||||
[args[0]], False)
|
||||
|
||||
def error_check(errors):
|
||||
return len(errors) > 1
|
||||
|
||||
Reference in New Issue
Block a user