[SCM] ISC BIND 10 source code branch, master, updated. 5609b0c697b2f3d4684ced27d35fcb91721a48e0

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Jan 25 14:29:13 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "ISC BIND 10 source code".

The branch, master has been updated
       via  5609b0c697b2f3d4684ced27d35fcb91721a48e0 (commit)
       via  93697f58e4d912fa87bc7f9a591c1febc9e0d139 (commit)
       via  4b4813d5873856044ce28b91b1e14c8a0f84b59f (commit)
       via  ed69c4be96f940b86a45823fa2efd010f53a357c (commit)
       via  83033bbfd1298a45240e073c25bae9b0bb2f4e6f (commit)
       via  51d35705f42ab9b20a315edbc5dd8a9541b0483c (commit)
       via  57ba31639cd4f5686b220adbba6e91f80d3626c0 (commit)
       via  fd9e8511f7759b0eecab6e0a2447dfbea2b2de1a (commit)
       via  928d2871d02f7f9c17b27b2c91ae4e1314a72d24 (commit)
       via  43adf3a50adde888fe01661f69069d4b8d690b18 (commit)
       via  6ed7ca08bb751d131db2b3d7837e0c02e4704145 (commit)
       via  395bbc339365b2d512eed63a04179845bc36c308 (commit)
       via  7a8bfbdd24317e216fc10ae01d9a41fd791a8795 (commit)
       via  d0a9b15c2cc5a9f61b2a3f136d54192d6c4b212c (commit)
       via  a1210be107e45632b7e4fb47d74d627a5ae18901 (commit)
      from  d85c19ad4f3a92897eba8f2868f5a661bbc9a177 (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 5609b0c697b2f3d4684ced27d35fcb91721a48e0
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Tue Jan 25 15:02:44 2011 +0100

    Changelog for #420

commit 93697f58e4d912fa87bc7f9a591c1febc9e0d139
Merge: d85c19ad4f3a92897eba8f2868f5a661bbc9a177 4b4813d5873856044ce28b91b1e14c8a0f84b59f
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Tue Jan 25 14:59:33 2011 +0100

    Merge branch trac420

commit 4b4813d5873856044ce28b91b1e14c8a0f84b59f
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Tue Jan 25 12:38:41 2011 +0100

    [trac420] Make sure the subprocess doesn't outlive
    
    It could happen in rare occasions that the subprocess survived death of
    the tests, mostly when exceptions happened in the parent process and it
    didn't kill it. So there's a finally now and the subprocess has a
    limited life length just in case it still slipped somehow without kill.

commit ed69c4be96f940b86a45823fa2efd010f53a357c
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Tue Jan 25 11:01:09 2011 +0100

    [trac420] Check the returned data
    
    The tests only received data, but did not check it is correct. Now it is
    checked.

commit 83033bbfd1298a45240e073c25bae9b0bb2f4e6f
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Tue Jan 25 10:36:43 2011 +0100

    [trac420] More readable function signature
    
    Using boolean parameter instead of cryptic flag-like one. It is less
    flexible, but the flexibility isn't really needed.

commit 51d35705f42ab9b20a315edbc5dd8a9541b0483c
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Mon Jan 24 20:13:35 2011 +0100

    [trac420] Fix a bug when the write did not fit
    
    Pointed out in review.
    A test that would catch it needs to be written.

commit 57ba31639cd4f5686b220adbba6e91f80d3626c0
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Mon Jan 24 12:24:03 2011 +0100

    Better param name

commit fd9e8511f7759b0eecab6e0a2447dfbea2b2de1a
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Mon Jan 24 12:18:31 2011 +0100

    Eliminate some duplicate code

commit 928d2871d02f7f9c17b27b2c91ae4e1314a72d24
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Thu Jan 20 19:32:12 2011 +0100

    Buffer even with sendmsg

commit 43adf3a50adde888fe01661f69069d4b8d690b18
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Thu Jan 20 18:36:19 2011 +0100

    Send buffered data

commit 6ed7ca08bb751d131db2b3d7837e0c02e4704145
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Thu Jan 20 18:34:20 2011 +0100

    Test cleanup

commit 395bbc339365b2d512eed63a04179845bc36c308
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Thu Jan 20 12:52:11 2011 +0100

    Let the sending tests run for longer
    
    At last longer than is the dead-socket timer, to see the socket is not
    considered dead even when it is read.

commit 7a8bfbdd24317e216fc10ae01d9a41fd791a8795
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Thu Jan 20 12:47:11 2011 +0100

    Buffer management
    
    Also, fix a small bug that could lead to resource leak (but probably
    wouldn't)

commit d0a9b15c2cc5a9f61b2a3f136d54192d6c4b212c
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Thu Jan 20 11:02:17 2011 +0100

    Test with large data as well
    
    * Added a ping command to msgq, for testing purposes
    * Sending large and small data around from the test

commit a1210be107e45632b7e4fb47d74d627a5ae18901
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Wed Jan 19 20:55:41 2011 +0100

    Tests for non-blocking msgq
    
    * Tests that try sending data and expect to time out.
    * Test that tries to repeatedly send a command to msgq and expects it to
      be answered (to see that the sending does not only timeout, but works
      when the data are read as well).

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

Summary of changes:
 ChangeLog                       |    5 ++
 src/bin/msgq/msgq.py.in         |   91 ++++++++++++++++++++++++++---
 src/bin/msgq/tests/msgq_test.py |  123 ++++++++++++++++++++++++++++++++++++++-
 3 files changed, 208 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
ISC BIND 10 source code



More information about the bind10-changes mailing list