diff options
| author | Alan Conway <aconway@apache.org> | 2008-09-16 18:46:11 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-09-16 18:46:11 +0000 |
| commit | 8709822ffee38d9bf16f4cf43114bc450fc222eb (patch) | |
| tree | aff16233001f6770a397c588d80d367af343942e /cpp/src/tests | |
| parent | 2f43007baa7e97086ddb227ddc27b4b4b26bf53c (diff) | |
| download | qpid-python-8709822ffee38d9bf16f4cf43114bc450fc222eb.tar.gz | |
Fix race in cluster join protocol.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@696003 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
| -rw-r--r-- | cpp/src/tests/cluster_test.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/src/tests/cluster_test.cpp b/cpp/src/tests/cluster_test.cpp index c17dc99901..8dec23a09b 100644 --- a/cpp/src/tests/cluster_test.cpp +++ b/cpp/src/tests/cluster_test.cpp @@ -140,9 +140,7 @@ ostream& operator<<(ostream& o, const pair<T*, int>& array) { return o; } - -// FIXME aconway 2008-09-12: finish the new join protocol. -QPID_AUTO_TEST_CASE_EXPECTED_FAILURES(testCatchUpSharedState, 1) { +QPID_AUTO_TEST_CASE_EXPECTED_FAILURES(testCatchupSharedState, 1) { ClusterFixture cluster(1); Client c0(cluster[0], "c0"); // Create some shared state. |
