diff options
author | Alan Conway <aconway@apache.org> | 2011-01-19 17:33:14 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2011-01-19 17:33:14 +0000 |
commit | cddd34f0fa3d15d2963976670747e616f947df91 (patch) | |
tree | b5b8d9b907da8120ab9904c6804581a5261d9722 /cpp/src/tests/cluster_tests.py | |
parent | dce45bc07e2caa0dbe9db9c5c035d5cbca11f259 (diff) | |
download | qpid-python-cddd34f0fa3d15d2963976670747e616f947df91.tar.gz |
QPID-3007 Disabled cluster log verification tests, causing sporadic failures.
The tests will be re-enabled when QPID-3007 is fixed.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1060879 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/cluster_tests.py')
-rwxr-xr-x | cpp/src/tests/cluster_tests.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/tests/cluster_tests.py b/cpp/src/tests/cluster_tests.py index 9bfd1b2d89..6e515cdbf1 100755 --- a/cpp/src/tests/cluster_tests.py +++ b/cpp/src/tests/cluster_tests.py @@ -448,8 +448,7 @@ class LongTests(BrokerTest): c.stop() # Verify that logs are consistent - # FIXME aconway 2011-01-11: disabled due to known bugs, see QPID-2982 - # cluster_test_logs.verify_logs(glob.glob("*.log")) + cluster_test_logs.verify_logs(glob.glob("*.log")) def test_management_qmf2(self): self.test_management(args=["--mgmt-qmf2=yes"]) |