diff options
| author | Alan Conway <aconway@apache.org> | 2009-04-14 14:19:12 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-04-14 14:19:12 +0000 |
| commit | c84d2dc1396570a57d1f073512ec9acfc7d84701 (patch) | |
| tree | cb63c5cb2d6377aba7ab95f32a703c56080f00a1 /qpid/cpp/src/tests/cluster.mk | |
| parent | 3a2f92324ce8227a742ed2be0eca12251d4ceec9 (diff) | |
| download | qpid-python-c84d2dc1396570a57d1f073512ec9acfc7d84701.tar.gz | |
Fix regression: close shadow connections belonging to brokers that have left the cluster.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@764783 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/cluster.mk')
| -rw-r--r-- | qpid/cpp/src/tests/cluster.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/cluster.mk b/qpid/cpp/src/tests/cluster.mk index f92bb112e4..e5e803003a 100644 --- a/qpid/cpp/src/tests/cluster.mk +++ b/qpid/cpp/src/tests/cluster.mk @@ -35,7 +35,7 @@ EXTRA_DIST+=ais_check start_cluster stop_cluster restart_cluster cluster_python_ check_PROGRAMS+=cluster_test cluster_test_SOURCES=unit_test.cpp ClusterFixture.cpp ClusterFixture.h ForkedBroker.h ForkedBroker.cpp \ - cluster_test.cpp PartialFailure.cpp + cluster_test.cpp PartialFailure.cpp ClusterFailover.cpp cluster_test_LDADD=$(lib_client) ../cluster.la test_store.la -lboost_unit_test_framework |
