summaryrefslogtreecommitdiff
path: root/qpid/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
commit8dedd7ad0825a716064767a5b19ad62fd780d0e2 (patch)
tree2282c12bc74e1fe0faa9cbcb91cbf66c25152771 /qpid/cpp/src
parent98fb574050919fb49291538867351f0644be3ae1 (diff)
downloadqpid-python-8dedd7ad0825a716064767a5b19ad62fd780d0e2.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@1049698 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rwxr-xr-xqpid/cpp/src/tests/cluster_tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/cluster_tests.py b/qpid/cpp/src/tests/cluster_tests.py
index 8b316f1072..daa47a6322 100755
--- a/qpid/cpp/src/tests/cluster_tests.py
+++ b/qpid/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)