aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_build_statistics.py
diff options
context:
space:
mode:
authorGravatar Adele Zhou <adelez@adelez2.mtv.corp.google.com>2016-09-22 15:23:54 -0700
committerGravatar Adele Zhou <adelez@adelez2.mtv.corp.google.com>2016-09-22 15:23:54 -0700
commit59af64b279194462b24c9dc263e5b86c2bc8c29f (patch)
tree2edf78e30c1ecd0061838feca3eea57495079e5a /tools/run_tests/run_build_statistics.py
parent859d2a4d5351f16bc2d8f650ca9238b30e88c208 (diff)
More known errors. Mostly on macos.
Diffstat (limited to 'tools/run_tests/run_build_statistics.py')
-rwxr-xr-xtools/run_tests/run_build_statistics.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/run_tests/run_build_statistics.py b/tools/run_tests/run_build_statistics.py
index 9c17cd1db9..32f7bc01e8 100755
--- a/tools/run_tests/run_build_statistics.py
+++ b/tools/run_tests/run_build_statistics.py
@@ -75,6 +75,8 @@ _KNOWN_ERRORS = [
('hudson.remoting.RemotingSystemException: java.io.IOException: '
'Backing channel is disconnected.'),
'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=legacy',
'FAILED: bins/tsan/qps_openloop_test GRPC_POLL_STRATEGY=poll',