From 2c126199ad7a9ff550565cfcc284ee9177b5a155 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 22 Feb 2011 20:31:56 +0000 Subject: NO-JIRA: Added a couple of additional exclusions to the log filter. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1073490 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/cluster_test_logs.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cpp/src') diff --git a/cpp/src/tests/cluster_test_logs.py b/cpp/src/tests/cluster_test_logs.py index 1fa9014d11..25ddb3b74c 100755 --- a/cpp/src/tests/cluster_test_logs.py +++ b/cpp/src/tests/cluster_test_logs.py @@ -60,7 +60,9 @@ def filter_log(log): 'task overran', 'warning CLOSING .* unsent data', 'Inter-broker link ', - 'Running in a cluster, marking store' + 'Running in a cluster, marking store', + 'debug Sending keepalive signal to watchdog', + 'last broker standing joined by 1 replicas, updating queue policies.' ]) skip_re = re.compile(skip) # Regex to match a UUID -- cgit v1.2.1