Modernize plasma store (C to C++ changes). (#546)

This commit is contained in:
Philipp Moritz
2017-05-15 01:19:44 -07:00
committed by Robert Nishihara
parent e2e9e4ce6f
commit 08e988aee5
14 changed files with 794 additions and 738 deletions
+1
View File
@@ -341,6 +341,7 @@ def start_plasma_store(plasma_store_memory=DEFAULT_PLASMA_STORE_MEMORY,
"--track-origins=yes",
"--leak-check=full",
"--show-leak-kinds=all",
"--leak-check-heuristics=stdstring",
"--error-exitcode=1"] + command,
stdout=stdout_file, stderr=stderr_file)
time.sleep(1.0)