mirror of
https://github.com/wassname/ray.git
synced 2026-08-12 12:20:11 +08:00
Make the Plasma store ready for Arrow integration (#579)
* port plasma to arrow * fixes * refactor plasma client * more modernization * fix plasma manager tests * everything compiles * fix plasma client tests * update plasma serialization tests * fix plasma manager tests * fix bug * updates * fix bug * fix tests * fix rebase * address comments * fix travis valgrind build * fix linting * fix include order again * fix linting * address comments
This commit is contained in:
committed by
Robert Nishihara
parent
609b5c1a4c
commit
b94b4a35e0
@@ -163,7 +163,7 @@ class ComponentFailureTest(unittest.TestCase):
|
||||
if check_component_alive:
|
||||
self.assertTrue(component.poll() is None)
|
||||
else:
|
||||
self.assertTrue(component.poll() <= 0)
|
||||
self.assertTrue(not component.poll() is None)
|
||||
|
||||
def testLocalSchedulerFailed(self):
|
||||
# Kill all local schedulers on worker nodes.
|
||||
|
||||
Reference in New Issue
Block a user