You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by mg...@apache.org on 2012/07/23 16:29:19 UTC

svn commit: r1364648 - /qpid/trunk/qpid/cpp/src/tests/cluster_test_logs.py

Author: mgoulish
Date: Mon Jul 23 14:29:19 2012
New Revision: 1364648

URL: http://svn.apache.org/viewvc?rev=1364648&view=rev
Log:
NO-JIRA: fix spurious diff when comparing cluster log files.

Modified:
    qpid/trunk/qpid/cpp/src/tests/cluster_test_logs.py

Modified: qpid/trunk/qpid/cpp/src/tests/cluster_test_logs.py
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/cluster_test_logs.py?rev=1364648&r1=1364647&r2=1364648&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/cluster_test_logs.py (original)
+++ qpid/trunk/qpid/cpp/src/tests/cluster_test_logs.py Mon Jul 23 14:29:19 2012
@@ -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'



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org