mirror of
https://github.com/wassname/ray.git
synced 2026-07-19 11:27:32 +08:00
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:
committed by
Philipp Moritz
parent
ba153adc4c
commit
ce278aa06a
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user