You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2011/02/22 21:31:56 UTC

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

Author: aconway
Date: Tue Feb 22 20:31:56 2011
New Revision: 1073490

URL: http://svn.apache.org/viewvc?rev=1073490&view=rev
Log:
NO-JIRA: Added a couple of additional exclusions to the log filter.

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=1073490&r1=1073489&r2=1073490&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/cluster_test_logs.py (original)
+++ qpid/trunk/qpid/cpp/src/tests/cluster_test_logs.py Tue Feb 22 20:31:56 2011
@@ -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



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org