From a6dea5ae9350dad719e229b082ab9a6a096f9053 Mon Sep 17 00:00:00 2001 From: Michael Goulish Date: Mon, 23 Jul 2012 14:29:19 +0000 Subject: NO-JIRA: fix spurious diff when comparing cluster log files. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1364648 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/cluster_test_logs.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp') 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' -- cgit v1.2.1