Skip to content
Snippets Groups Projects
Commit b4fbd157 authored by Nicolas Noble's avatar Nicolas Noble Committed by GitHub
Browse files

Merge pull request #8037 from adelez/known_failures

Escapt +
parents b410f80b 107e51ef
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ _KNOWN_ERRORS = [ ...@@ -64,7 +64,7 @@ _KNOWN_ERRORS = [
'Failed to build workspace Tests with scheme AllTests', 'Failed to build workspace Tests with scheme AllTests',
'Build timed out', 'Build timed out',
'FATAL: Unable to produce a script file', 'FATAL: Unable to produce a script file',
'FAILED: build_docker_c++', 'FAILED: build_docker_c\+\+',
'cannot find package \"cloud.google.com/go/compute/metadata\"', 'cannot find package \"cloud.google.com/go/compute/metadata\"',
'LLVM ERROR: IO failure on output stream.', 'LLVM ERROR: IO failure on output stream.',
'MSBUILD : error MSB1009: Project file does not exist.', 'MSBUILD : error MSB1009: Project file does not exist.',
...@@ -72,6 +72,7 @@ _KNOWN_ERRORS = [ ...@@ -72,6 +72,7 @@ _KNOWN_ERRORS = [
'Failed to fetch from http://github.com/grpc/grpc.git', 'Failed to fetch from http://github.com/grpc/grpc.git',
('hudson.remoting.RemotingSystemException: java.io.IOException: ' ('hudson.remoting.RemotingSystemException: java.io.IOException: '
'Backing channel is disconnected.'), '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=epoll',
'FAILED: bins/tsan/qps_openloop_test GRPC_POLL_STRATEGY=legacy', 'FAILED: bins/tsan/qps_openloop_test GRPC_POLL_STRATEGY=legacy',
'FAILED: bins/tsan/qps_openloop_test GRPC_POLL_STRATEGY=poll', 'FAILED: bins/tsan/qps_openloop_test GRPC_POLL_STRATEGY=poll',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment