summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-12-15 20:32:55 +0000
committerAlan Conway <aconway@apache.org>2010-12-15 20:32:55 +0000
commit1bf3d9136b140ae75d4040db376ee74f948f7b4b (patch)
treee8becd3c43450af88414a2e8d2326577df09b925 /cpp/src
parent007552090ee8d7943dd6abc834129e95f03a4ae7 (diff)
downloadqpid-python-1bf3d9136b140ae75d4040db376ee74f948f7b4b.tar.gz
Temporarily raise the logging level for cluster_tests.LongTests.test_management and test_management_qmf to debug a sporadic failure.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1049698 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rwxr-xr-xcpp/src/tests/cluster_tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/tests/cluster_tests.py b/cpp/src/tests/cluster_tests.py
index 8b316f1072..daa47a6322 100755
--- a/cpp/src/tests/cluster_tests.py
+++ b/cpp/src/tests/cluster_tests.py
@@ -354,6 +354,8 @@ class LongTests(BrokerTest):
# def test_management
args += ["--mgmt-pub-interval", 1] # Publish management information every second.
+ # FIXME aconway 2010-12-15: extra debugging
+ args += ["--log-enable=trace+:management"]
# Use store if present.
if BrokerTest.store_lib: args +=["--load-module", BrokerTest.store_lib]
cluster = self.cluster(3, args)