diff options
| author | Alan Conway <aconway@apache.org> | 2010-03-26 13:40:02 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-03-26 13:40:02 +0000 |
| commit | 553cc2339a32be5ee7b5db60e5706f8f35929313 (patch) | |
| tree | 8d3f209139d8d031288e1b69aa6041c2cf1abda6 /qpid/cpp/src | |
| parent | 93b56d27e0752d5195c98a7d0715a2d83ce4b42a (diff) | |
| download | qpid-python-553cc2339a32be5ee7b5db60e5706f8f35929313.tar.gz | |
Fix race condition causing deadlock in cluster_tests.py, failover_test.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@927847 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rwxr-xr-x | qpid/cpp/src/tests/cluster_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/cluster_tests.py b/qpid/cpp/src/tests/cluster_tests.py index ead82c5e19..fe020786dc 100755 --- a/qpid/cpp/src/tests/cluster_tests.py +++ b/qpid/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): |
