From 8709822ffee38d9bf16f4cf43114bc450fc222eb Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 16 Sep 2008 18:46:11 +0000 Subject: 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 --- cpp/src/tests/cluster_test.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cpp/src/tests') 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& 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. -- cgit v1.2.1