Fix broken pipe callback (#4513)

This commit is contained in:
Yuhong Guo
2019-04-02 17:42:18 +08:00
committed by Hao Chen
parent 20c7b2a6eb
commit c2c548bdfd
7 changed files with 56 additions and 24 deletions
+2
View File
@@ -166,6 +166,8 @@ install:
# Raylet tests.
- ./ci/suppress_output bash src/ray/test/run_object_manager_tests.sh
- ./ci/suppress_output bazel test --build_tests_only --test_lang_filters=cc //:all
# Shutdown bazel to release the memory held by bazel.
- bazel shutdown
script:
- export PATH="$HOME/miniconda/bin:$PATH"