summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-07-31 18:40:26 +0000
committerAlan Conway <aconway@apache.org>2009-07-31 18:40:26 +0000
commita05ab36bb54baa8b17a2bc91cb1e790e62f242fe (patch)
treebdc89ba69903a680bdd099909f2aae54896e3425 /qpid/cpp/src/tests/Makefile.am
parentbb96486312e0447b7418d8d5206106e0de160b92 (diff)
downloadqpid-python-a05ab36bb54baa8b17a2bc91cb1e790e62f242fe.tar.gz
Fix race condition in cluster error handling.
If different errors occured almost simultaneously on two different nodes in a cluster, there was a race condition that could cause the cluster to hang. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@799687 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
-rw-r--r--qpid/cpp/src/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am
index 16cdfcbd72..563068a018 100644
--- a/qpid/cpp/src/tests/Makefile.am
+++ b/qpid/cpp/src/tests/Makefile.am
@@ -65,6 +65,7 @@ unit_test_LDADD=-lboost_unit_test_framework -lboost_regex \
$(lib_client) $(lib_broker) $(lib_console)
unit_test_SOURCES= unit_test.cpp unit_test.h \
+ ClientSessionTest.cpp \
BrokerFixture.h SocketProxy.h \
exception_test.cpp \
RefCounted.cpp \
@@ -75,7 +76,6 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \
QueueOptionsTest.cpp \
InlineAllocator.cpp \
InlineVector.cpp \
- ClientSessionTest.cpp \
SequenceSet.cpp \
StringUtils.cpp \
IncompleteMessageList.cpp \