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:
Philipp Moritz
2017-05-31 16:24:23 -07:00
committed by Robert Nishihara
parent 609b5c1a4c
commit b94b4a35e0
40 changed files with 4097 additions and 2070 deletions
+1 -1
View File
@@ -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.