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 | 8e6338dc1ccb484ad02a29fb843d18b2ae2da77b (patch) | |
| tree | 83cde2a4479ec58414fd9956c98e258226053c38 /cpp/src/tests | |
| parent | a0114074b0e127ff725bd4fe5fa2fae7bc774b6c (diff) | |
| download | qpid-python-8e6338dc1ccb484ad02a29fb843d18b2ae2da77b.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/src/tests')
| -rwxr-xr-x | cpp/src/tests/cluster_tests.py | 2 |
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): |
