mirror of
https://github.com/wassname/ray.git
synced 2026-08-12 12:20:11 +08:00
Factor out code for starting new processes and test plasma store in valgrind. (#3824)
* Factor out starting Ray processes. * Detect flags through environment variables. * Return ProcessInfo from start_ray_process. * Print valgrind errors at exit. * Test valgrind in travis. * Some valgrind fixes. * Undo raylet monitor change. * Only test plasma store in valgrind.
This commit is contained in:
committed by
Philipp Moritz
parent
f0e6523323
commit
0b1608a546
@@ -36,7 +36,6 @@ MOCK_MODULES = [
|
||||
"tensorflow.python.client",
|
||||
"tensorflow.python.util",
|
||||
"ray.raylet",
|
||||
"ray.plasma",
|
||||
"ray.core",
|
||||
"ray.core.generated",
|
||||
"ray.core.generated.ClientTableData",
|
||||
|
||||
Reference in New Issue
Block a user