BIND 10 trac2855, updated. 62db4f0c3740f86b49d51f1f7f577857abaa7f3c [2855] Fix comments

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Jun 25 08:32:57 UTC 2013


The branch, trac2855 has been updated
       via  62db4f0c3740f86b49d51f1f7f577857abaa7f3c (commit)
      from  e1fa56d110619ec50ee3683bfd515cb23fd75191 (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 62db4f0c3740f86b49d51f1f7f577857abaa7f3c
Author: Mukund Sivaraman <muks at isc.org>
Date:   Tue Jun 25 14:02:36 2013 +0530

    [2855] Fix comments

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

Summary of changes:
 src/lib/python/isc/memmgr/tests/builder_tests.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/memmgr/tests/builder_tests.py b/src/lib/python/isc/memmgr/tests/builder_tests.py
index 230f396..4234b91 100644
--- a/src/lib/python/isc/memmgr/tests/builder_tests.py
+++ b/src/lib/python/isc/memmgr/tests/builder_tests.py
@@ -56,7 +56,7 @@ class TestMemorySegmentBuilder(unittest.TestCase):
 
         self._builder_thread.start()
 
-        # Now that the builder thread is running, send it the shutdown
+        # Now that the builder thread is running, send it a bad
         # command. The thread should exit its main loop and be joinable.
         with self._builder_cv:
             with self._builder_lock:
@@ -69,7 +69,7 @@ class TestMemorySegmentBuilder(unittest.TestCase):
         self.assertFalse(self._builder_thread.isAlive())
 
         # The command queue must be cleared, and the response queue must
-        # be untouched (we don't use it in this test).
+        # contain a response that a bad command was sent.
         with self._builder_lock:
             self.assertEqual(len(self._builder_command_queue), 0)
             self.assertEqual(len(self._builder_response_queue), 1)



More information about the bind10-changes mailing list