BIND 10 trac2379, created. 2d43df5db2965ba25f2391a37cd42d158df75900 [2379] Explicitely clear loader after each test

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Dec 14 17:05:57 UTC 2012


The branch, trac2379 has been created
        at  2d43df5db2965ba25f2391a37cd42d158df75900 (commit)

- Log -----------------------------------------------------------------
commit 2d43df5db2965ba25f2391a37cd42d158df75900
Author: Jelte Jansen <jelte at isc.org>
Date:   Fri Dec 14 18:00:05 2012 +0100

    [2379] Explicitely clear loader after each test

commit a68b14d52a78111a9b35ecbf3b9ba66effd22b70
Author: Jelte Jansen <jelte at isc.org>
Date:   Fri Dec 14 17:46:09 2012 +0100

    [2379] update pydoc for wrapper

commit 6103532f095fa8410a4617030b3b5a0cab33c456
Author: Jelte Jansen <jelte at isc.org>
Date:   Fri Dec 14 17:32:55 2012 +0100

    [2379] Fix no_such_zone_in_source test

commit adb2417847beaf2a7cf36f6705bff7a058ef05fd
Author: Jelte Jansen <jelte at isc.org>
Date:   Fri Dec 14 15:36:13 2012 +0100

    [2379] Better refcounting

commit 534c0611894c6368882263cdf29d251348bba02f
Author: Jelte Jansen <jelte at isc.org>
Date:   Fri Dec 14 14:29:40 2012 +0100

    [2379] Cleanup some docs and variables

commit ec55467a09eae2ca2206cc210ff52f4a68165d34
Author: Jelte Jansen <jelte at isc.org>
Date:   Fri Dec 14 11:38:26 2012 +0100

    [2379] add standard function for class initialization

commit 1f59501c06572c403666e453e39c863fe6670181
Author: Jelte Jansen <jelte at isc.org>
Date:   Fri Dec 14 10:49:56 2012 +0100

    [2379] Use PyObjectContainer.installToModule
    
    Instead of direct adds

commit ddedee77e55e8cc200250c33645fc699689f42c6
Author: Jelte Jansen <jelte at isc.org>
Date:   Thu Dec 6 17:03:19 2012 +0100

    [2379] Add more tests and catches
    
    And update doc and do a bit of style cleanup

commit 94bb8fe721a9072de1181f132bb35ddd9a2352b0
Author: Jelte Jansen <jelte at isc.org>
Date:   Thu Dec 6 17:02:53 2012 +0100

    [2379] Add InvalidOperation to the pydnspp exceptions

commit 7036eaf6bb3ab55005f1f6d5c8615f724836f02c
Author: Jelte Jansen <jelte at isc.org>
Date:   Tue Dec 4 23:30:59 2012 +0100

    [2379] loadIncremental wrapper

commit b7a0bbd54bdad91ccb1352ebd3a927a79ebadf60
Author: Jelte Jansen <jelte at isc.org>
Date:   Tue Dec 4 22:50:59 2012 +0100

    [2379] test before writing final methods

commit fa5738fc2b96823c7022f0fdab715dc331cac72d
Author: Jelte Jansen <jelte at isc.org>
Date:   Tue Dec 4 11:33:12 2012 +0100

    [2379] Initial version of ZoneLoader wrapper

commit 87cb0214c609c0754612ebc1d9ed9ebe23a1a0c5
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Fri Dec 7 14:09:05 2012 +0100

    [2378] Simplify the loadIncremental code
    
    Some of the code can be shared between the variants, saving some code.

commit 58fefe3f7c13bca1960abbd0405ff01ae3ed8034
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Fri Dec 7 14:00:49 2012 +0100

    [2378] Note about late detection of end

commit 537d5346c160136eceeae3ae4f7b2909683bf27b
Author: Jelte Jansen <jelte at isc.org>
Date:   Wed Dec 5 23:42:31 2012 +0100

    [2378] minor doc and comment fixes

commit 52f964ebdc8687ee237a651849bea7c5d3301199
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Tue Dec 4 13:57:50 2012 +0100

    [2378] Fixes of ZoneLoader and tests
    
    After the rebase on top of working 2377. The most significant - don't
    access updater if it doesn't exist.

commit bde988a3678e7f3b68a585d0a98c43be646076d3
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Thu Nov 29 15:26:42 2012 +0100

    [2378] Implement the master file loading

commit b35b0f3aa8042ac3602b7d505861bdf100d74701
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Thu Nov 29 15:25:49 2012 +0100

    [2378] It would throw at load(), not constructor
    
    There's no way to know the master file would be broken in the
    constructor. So update the documentation to say it'd throw from the
    load() and loadIncremental().

commit d6c2f27796f92922ea50ce1efcacfb5ba5c68064
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Thu Nov 29 15:21:40 2012 +0100

    [2378] Detect class mismatch with copy mode

commit 0c9d9a17f920a7d49ba7fefec3bd33e40e33fb87
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Tue Nov 27 14:36:47 2012 +0100

    [2378] Tests for the loading from file
    
    They are similar to the ones for copy mode. Should they be unified in
    some way?

commit dbbce202bf0636ca9884b2369f0c75929b8a7342
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Tue Nov 27 14:14:10 2012 +0100

    [2378] Consider masterfile errors in ZoneLoader docs

commit 3992021b27bd11edb83a8727fef9329e942cd37a
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Tue Nov 27 14:03:44 2012 +0100

    [2378] Test throwing when missing zone

commit ddb5bb5d8c0df437720ac09cea2c57fbad13a2ab
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Tue Nov 27 13:35:29 2012 +0100

    [2378] Test loading signed zone

commit 0bee5dbc95e6e3d6af6aaff07e11c6244b6b47e3
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Tue Nov 27 13:34:41 2012 +0100

    [2378] Fix InMemory iterator
    
    Not directly related, but it breaks tests of the ZoneLoader. The NSEC3
    namespace and all RRSIGs were missing from the returned data.

commit aa101d2d0690864729fdd9ce4507e0a8af17f756
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Tue Nov 27 11:34:56 2012 +0100

    [2378] Basic test for incremental loading

commit 821a81bd0c21eb33ed2095468915c18e88bc5f5a
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Tue Nov 27 11:28:23 2012 +0100

    [2378] Check attempt to load past the end

commit 5a737ce6d4f4d5f464d2004216fcf9c8bbfda8af
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Tue Nov 27 11:22:21 2012 +0100

    [2378] The copy mode of ZoneLoader
    
    At least its basic version. Error handling must still be tested and done.

commit 3c1bfee29255f423f4c17894e985d5e1f5d53071
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Tue Nov 27 10:39:09 2012 +0100

    [2378] Run doxygen -u
    
    To update the Doxyfile. It no longer complains about obsolete options.

commit d194e75bfce2855cdd24ab25057f06ae388153dc
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Tue Nov 27 10:33:37 2012 +0100

    [2378] Some Doxyfile tweaks

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



More information about the bind10-changes mailing list