diff options
author | Alan Conway <aconway@apache.org> | 2011-02-22 20:31:56 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2011-02-22 20:31:56 +0000 |
commit | 2c126199ad7a9ff550565cfcc284ee9177b5a155 (patch) | |
tree | 3273532462e8f4af45a7cf3d653e6ea98ac5d0fa /cpp/src | |
parent | c401dc269ea367a1cd9b4c9d7a692afab81d99ef (diff) | |
download | qpid-python-2c126199ad7a9ff550565cfcc284ee9177b5a155.tar.gz |
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
Diffstat (limited to 'cpp/src')
-rwxr-xr-x | cpp/src/tests/cluster_test_logs.py | 4 |
1 files changed, 3 insertions, 1 deletions
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 |