summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-03-26 13:40:02 +0000
committerAlan Conway <aconway@apache.org>2010-03-26 13:40:02 +0000
commitd4b3e508a31400eab400eb00958c02da4b54c645 (patch)
tree83cde2a4479ec58414fd9956c98e258226053c38 /cpp
parent6e9d609b0edea3daab64fcd8fbf7a1bb0f0b3146 (diff)
downloadqpid-python-d4b3e508a31400eab400eb00958c02da4b54c645.tar.gz
Fix race condition causing deadlock in cluster_tests.py, failover_test.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@927847 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rwxr-xr-xcpp/src/tests/cluster_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/cluster_tests.py b/cpp/src/tests/cluster_tests.py
index ead82c5e19..fe020786dc 100755
--- a/cpp/src/tests/cluster_tests.py
+++ b/cpp/src/tests/cluster_tests.py
@@ -156,7 +156,7 @@ class LongTests(BrokerTest):
ErrorGenerator(b)
time.sleep(min(5,self.duration()/2))
sender.stop()
- receiver.stop(sender.sent)
+ receiver.stop()
for i in range(i, len(cluster)): cluster[i].kill()
def test_management(self):