summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2015-02-26 21:57:57 +0000
committerAlan Conway <aconway@apache.org>2015-02-26 21:57:57 +0000
commit30d0f5d73ce8406f0a8cdad98391842741ef1a18 (patch)
treed6869f18765a24d5e4f66ed93bcc4c713f6a4a72
parent178b0377a1e78390eedc29d0d2043bb4d230599b (diff)
downloadqpid-python-30d0f5d73ce8406f0a8cdad98391842741ef1a18.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/trunk@1662583 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