summaryrefslogtreecommitdiff
path: root/cpp/src/tests/cluster_test_logs.py
diff options
context:
space:
mode:
authorKen Giusti <kgiusti@apache.org>2012-05-01 13:58:06 +0000
committerKen Giusti <kgiusti@apache.org>2012-05-01 13:58:06 +0000
commit1946cc2ad0d5991e910b69f27ab54aa52c3c656b (patch)
treeeca88cd79f86432c890bb9dd32f550e769cf5e09 /cpp/src/tests/cluster_test_logs.py
parenta7b2558517fde69bb504d3755278de4d998b32ec (diff)
downloadqpid-python-1946cc2ad0d5991e910b69f27ab54aa52c3c656b.tar.gz
QPID-3963: fix test, add cluster log filters for link and broker state
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1332659 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/cluster_test_logs.py')
-rwxr-xr-xcpp/src/tests/cluster_test_logs.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/cpp/src/tests/cluster_test_logs.py b/cpp/src/tests/cluster_test_logs.py
index 3c7e8e8020..003d82c619 100755
--- a/cpp/src/tests/cluster_test_logs.py
+++ b/cpp/src/tests/cluster_test_logs.py
@@ -60,11 +60,13 @@ def filter_log(log):
'task late',
'task overran',
'warning CLOSING .* unsent data',
- 'Inter-broker link ',
+ 'Inter-broker link ', # ignore link state changes
+ 'Updated link key from ', # ignore link state changes
'Running in a cluster, marking store',
'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
+ 'Connection .* timed out: closing', # heartbeat connection close
+ "org.apache.qpid.broker:bridge:" # ignore bridge index
])
# 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'