Skip to content
Snippets Groups Projects
Commit 784e7e8b authored by skeirik2's avatar skeirik2
Browse files

updated memory test suite to avoid compilation errors---but really, tests should be skipped

parent bba436fc
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ class MemoryStoreSuite ...@@ -73,7 +73,7 @@ class MemoryStoreSuite
} }
} }
val memoryStore = val memoryStore =
new MemoryStore(conf, blockInfoManager, serializerManager, memManager, blockEvictionHandler) new MemoryStore(conf, blockManager, serializerManager, memManager, blockEvictionHandler)
memManager.setMemoryStore(memoryStore) memManager.setMemoryStore(memoryStore)
blockEvictionHandler.memoryStore = memoryStore blockEvictionHandler.memoryStore = memoryStore
(memoryStore, blockInfoManager) (memoryStore, blockInfoManager)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment