Cache plasma object information on the plasma client (#73)

* Cache plasma object information on the plasma client

* Plasma client uses cached object references to get the object data
This commit is contained in:
Stephanie Wang
2016-12-01 16:46:17 -08:00
committed by Philipp Moritz
parent f89be9699c
commit dadbcae17d
2 changed files with 102 additions and 44 deletions
+1 -1
View File
@@ -206,8 +206,8 @@ class TestPlasmaClient(unittest.TestCase):
object_id3 = random_object_id()
b2 = client.create(object_id2, 999)
b3 = client.create(object_id3, 998)
del b3
client.seal(object_id3)
del b3
self.assertEqual(client.evict(1000), 998)
object_id4 = random_object_id()