diff options
author | Alan Conway <aconway@apache.org> | 2010-12-15 20:32:55 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2010-12-15 20:32:55 +0000 |
commit | 1b5657bd203c5ce4f6b0819c2b18447f4d0e9222 (patch) | |
tree | e8becd3c43450af88414a2e8d2326577df09b925 /cpp/src | |
parent | 077facba2cddd2c49d14e496dfa942c23a5e66c9 (diff) | |
download | qpid-python-1b5657bd203c5ce4f6b0819c2b18447f4d0e9222.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-x | cpp/src/tests/cluster_tests.py | 2 |
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) |