summaryrefslogtreecommitdiff
path: root/test/crossrunner
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2018-03-20 15:06:08 -0400
committerJames E. King III <jking@apache.org>2018-03-21 01:02:11 -0400
commit9aaf295806d32eab5715b4f0681f7da9b64c1fa5 (patch)
tree1cfd4bc12341047a2e21da783e79437365a2ff57 /test/crossrunner
parent22bd3450c6e97e348d64fb6a75171e8ced79d1e4 (diff)
downloadthrift-9aaf295806d32eab5715b4f0681f7da9b64c1fa5.tar.gz
THRIFT-4358: add unix domain socket option to ruby cross tests
Client: rb This closes #1513
Diffstat (limited to 'test/crossrunner')
-rw-r--r--test/crossrunner/report.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/crossrunner/report.py b/test/crossrunner/report.py
index 75f36db75..587822201 100644
--- a/test/crossrunner/report.py
+++ b/test/crossrunner/report.py
@@ -158,6 +158,7 @@ class ExecReporter(TestReporter):
'client': list(map(re.compile, [
'[Cc]onnection refused',
'Could not connect to',
+ 'Could not open UNIX ', # domain socket (rb)
'ECONNREFUSED',
'econnrefused', # erl
'CONNECTION-REFUSED-ERROR', # cl