mirror of
https://github.com/wassname/ray.git
synced 2026-08-05 13:21:03 +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
@@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -x
|
||||
|
||||
# Cause the script to exit if a single command fails.
|
||||
set -e
|
||||
|
||||
|
||||
Reference in New Issue
Block a user