BIND 10 trac1828, updated. 6725498ecb8a8305608fd826116cfa09ac81a1bd [1828] Close open handles when done using them (contd.)

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Apr 16 13:19:52 UTC 2012


The branch, trac1828 has been updated
       via  6725498ecb8a8305608fd826116cfa09ac81a1bd (commit)
      from  542d531257cec2b7368d5cde0fdfb7a5595aff8f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6725498ecb8a8305608fd826116cfa09ac81a1bd
Author: Mukund Sivaraman <muks at isc.org>
Date:   Mon Apr 16 18:48:22 2012 +0530

    [1828] Close open handles when done using them (contd.)

-----------------------------------------------------------------------

Summary of changes:
 src/bin/msgq/tests/msgq_test.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/msgq/tests/msgq_test.py b/src/bin/msgq/tests/msgq_test.py
index cc078f4..4059ea9 100644
--- a/src/bin/msgq/tests/msgq_test.py
+++ b/src/bin/msgq/tests/msgq_test.py
@@ -111,6 +111,7 @@ class TestSubscriptionManager(unittest.TestCase):
     def test_open_socket_bad(self):
         msgq = MsgQ("/does/not/exist")
         self.assertRaises(socket.error, msgq.setup)
+        msgq.listen_socket.close()
 
 class SendNonblock(unittest.TestCase):
     """



More information about the bind10-changes mailing list