diff options
author | Adele Zhou <adelez@adelez2.mtv.corp.google.com> | 2016-09-08 11:37:30 -0700 |
---|---|---|
committer | Adele Zhou <adelez@adelez2.mtv.corp.google.com> | 2016-09-15 15:12:12 -0700 |
commit | 107e51ef70246ee81dbd481d49288b954397738a (patch) | |
tree | 8ecef8232ec0907fce27436ce9426d84816aca25 | |
parent | 445534ece508cb4d2ec0cbe95e33d537cd7a5b90 (diff) |
Escapt +
-rwxr-xr-x | tools/run_tests/run_build_statistics.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/run_tests/run_build_statistics.py b/tools/run_tests/run_build_statistics.py index df155f8e80..89aad2a399 100755 --- a/tools/run_tests/run_build_statistics.py +++ b/tools/run_tests/run_build_statistics.py @@ -64,7 +64,7 @@ _KNOWN_ERRORS = [ 'Failed to build workspace Tests with scheme AllTests', 'Build timed out', 'FATAL: Unable to produce a script file', - 'FAILED: build_docker_c++', + 'FAILED: build_docker_c\+\+', 'cannot find package \"cloud.google.com/go/compute/metadata\"', 'LLVM ERROR: IO failure on output stream.', 'MSBUILD : error MSB1009: Project file does not exist.', @@ -72,6 +72,7 @@ _KNOWN_ERRORS = [ 'Failed to fetch from http://github.com/grpc/grpc.git', ('hudson.remoting.RemotingSystemException: java.io.IOException: ' 'Backing channel is disconnected.'), + 'hudson.remoting.ChannelClosedException', 'FAILED: bins/tsan/qps_openloop_test GRPC_POLL_STRATEGY=epoll', 'FAILED: bins/tsan/qps_openloop_test GRPC_POLL_STRATEGY=legacy', 'FAILED: bins/tsan/qps_openloop_test GRPC_POLL_STRATEGY=poll', |