From 0384fda8593d4ca519bd48158ae39de720afb11b Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 26 Feb 2015 21:56:17 +0000 Subject: QPID-6415: Core dump in ha_tests and interlink_tests with proton 0.9 (test fix) Minor test fix to avoid core dumps git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1662582 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/interlink_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qpid/cpp/src/tests/interlink_tests.py b/qpid/cpp/src/tests/interlink_tests.py index 20ce6167a8..3eec2422f1 100755 --- a/qpid/cpp/src/tests/interlink_tests.py +++ b/qpid/cpp/src/tests/interlink_tests.py @@ -88,6 +88,7 @@ class AmqpBrokerTest(BrokerTest): result = self.popen(cmd, stdout=PIPE) r.fetch(timeout=1) # wait until receiver is actually ready s.acknowledge() + r.close() s.close() return result -- cgit v1.2.1