diff options
| author | Alan Conway <aconway@apache.org> | 2011-02-08 20:28:16 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2011-02-08 20:28:16 +0000 |
| commit | a760efd9b1f4fc9b3e3d9df96fc69947ecf4eac6 (patch) | |
| tree | d4e3c3b9f022246e997578bf3160db2e0d07a6ff /qpid/cpp/src/tests/cluster_tests.fail | |
| parent | 6b456ec32088cba7724107d4928b946d91d30e7f (diff) | |
| download | qpid-python-a760efd9b1f4fc9b3e3d9df96fc69947ecf4eac6.tar.gz | |
QPID-3045 - sporadic failure of cluster_tests.ShortTests.test_route_update
Sporadically the test was failing because the session associated with
an inter-broker bridge was created out of order with other
objects. This is unlikely to cause a fatal cluster inconsistency in
practice but it has been corrected in any case. The fix was to delay
creation of the management object for a bridge session till a point
which is consistent on all cluster members.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1068554 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/cluster_tests.fail')
| -rw-r--r-- | qpid/cpp/src/tests/cluster_tests.fail | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/cluster_tests.fail b/qpid/cpp/src/tests/cluster_tests.fail index 5117cd621d..b28b04f643 100644 --- a/qpid/cpp/src/tests/cluster_tests.fail +++ b/qpid/cpp/src/tests/cluster_tests.fail @@ -1,3 +1,3 @@ -cluster_tests.ShortTests.test_route_update + |
