summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2015-02-26 21:56:17 +0000
committerAlan Conway <aconway@apache.org>2015-02-26 21:56:17 +0000
commit0384fda8593d4ca519bd48158ae39de720afb11b (patch)
tree1e7de8da2bbced524bf1defa4f0e5314b27e8ebb
parent999cbfbe59a6e57b8828a45457d1e8edcbae1f50 (diff)
downloadqpid-python-0384fda8593d4ca519bd48158ae39de720afb11b.tar.gz
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
-rwxr-xr-xqpid/cpp/src/tests/interlink_tests.py1
1 files changed, 1 insertions, 0 deletions
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