summaryrefslogtreecommitdiff
path: root/cpp/src/tests/cluster_test_logs.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/tests/cluster_test_logs.py')
-rwxr-xr-xcpp/src/tests/cluster_test_logs.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/tests/cluster_test_logs.py b/cpp/src/tests/cluster_test_logs.py
index 003d82c619..22f2470590 100755
--- a/cpp/src/tests/cluster_test_logs.py
+++ b/cpp/src/tests/cluster_test_logs.py
@@ -66,7 +66,8 @@ def filter_log(log):
'debug Sending keepalive signal to watchdog', # Watchdog timer thread
'last broker standing joined by 1 replicas, updating queue policies.',
'Connection .* timed out: closing', # heartbeat connection close
- "org.apache.qpid.broker:bridge:" # ignore bridge index
+ "org.apache.qpid.broker:bridge:", # ignore bridge index
+ "closed connection"
])
# Regex to match a UUID
uuid='\w\w\w\w\w\w\w\w-\w\w\w\w-\w\w\w\w-\w\w\w\w-\w\w\w\w\w\w\w\w\w\w\w\w'