summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Goulish <mgoulish@apache.org>2012-07-23 14:29:19 +0000
committerMichael Goulish <mgoulish@apache.org>2012-07-23 14:29:19 +0000
commit66a21c36f8df4907c141a2329a7a31252dfd9c20 (patch)
treefba090bafe49a92aefc748ea8c2f46114da8953d
parent71c47076a8dfbd770e3cc4913404876c34f2a690 (diff)
downloadqpid-python-66a21c36f8df4907c141a2329a7a31252dfd9c20.tar.gz
NO-JIRA: fix spurious diff when comparing cluster log files.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1364648 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xqpid/cpp/src/tests/cluster_test_logs.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/cluster_test_logs.py b/qpid/cpp/src/tests/cluster_test_logs.py
index 003d82c619..22f2470590 100755
--- a/qpid/cpp/src/tests/cluster_test_logs.py
+++ b/qpid/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'