diff options
| author | Michael Goulish <mgoulish@apache.org> | 2012-07-23 14:29:19 +0000 |
|---|---|---|
| committer | Michael Goulish <mgoulish@apache.org> | 2012-07-23 14:29:19 +0000 |
| commit | a6dea5ae9350dad719e229b082ab9a6a096f9053 (patch) | |
| tree | 08343640085607ef9e6f7430009e8425ec7d22fd /cpp | |
| parent | 930c62edeb1bafd90cd5749a07cdea90ad335dee (diff) | |
| download | qpid-python-a6dea5ae9350dad719e229b082ab9a6a096f9053.tar.gz | |
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
Diffstat (limited to 'cpp')
| -rwxr-xr-x | cpp/src/tests/cluster_test_logs.py | 3 |
1 files changed, 2 insertions, 1 deletions
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' |
