Fix valgrind tests. (#1037)

* Comment out local scheduler valgrind test.

* Fix free/delete error.

* More free -> delete errors

* One more free -> delete and also clean up callback state in plasma manager.

* Add set -x to run_valgrind scripts.

* Fix valgrind error in CreateLocalSchedulerInfoMessage.
This commit is contained in:
Robert Nishihara
2017-09-30 00:11:09 -07:00
committed by Philipp Moritz
parent ba153adc4c
commit ce278aa06a
6 changed files with 20 additions and 9 deletions
+2
View File
@@ -2,6 +2,8 @@
# This needs to be run in the build tree, which is normally ray/build
set -x
# Cause the script to exit if a single command fails.
set -e