diff options
| author | Ken Giusti <kgiusti@apache.org> | 2012-05-01 13:58:06 +0000 |
|---|---|---|
| committer | Ken Giusti <kgiusti@apache.org> | 2012-05-01 13:58:06 +0000 |
| commit | 1946cc2ad0d5991e910b69f27ab54aa52c3c656b (patch) | |
| tree | eca88cd79f86432c890bb9dd32f550e769cf5e09 /cpp/src/tests/cluster_test_logs.py | |
| parent | a7b2558517fde69bb504d3755278de4d998b32ec (diff) | |
| download | qpid-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-x | cpp/src/tests/cluster_test_logs.py | 6 |
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' |
