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

Merge pull request #8178 from adelez/known_failures

More known errors. Mostly on macos.
parents 8f0f0144 59af64b2
No related branches found
No related tags found
No related merge requests found
...@@ -75,6 +75,8 @@ _KNOWN_ERRORS = [ ...@@ -75,6 +75,8 @@ _KNOWN_ERRORS = [
('hudson.remoting.RemotingSystemException: java.io.IOException: ' ('hudson.remoting.RemotingSystemException: java.io.IOException: '
'Backing channel is disconnected.'), 'Backing channel is disconnected.'),
'hudson.remoting.ChannelClosedException', 'hudson.remoting.ChannelClosedException',
'Could not initialize class hudson.Util',
'Too many open files in system',
'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