diff options
Diffstat (limited to 'cpp/src/tests/cluster_tests.py')
-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): |