BIND 10 trac2136, created. 6d204445a85e55502898864e9cd865ff9463b466 [2136] Fixed wrong checking: The variable key was assumed to be constant.

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jul 25 05:44:03 UTC 2012


The branch, trac2136 has been created
        at  6d204445a85e55502898864e9cd865ff9463b466 (commit)

- Log -----------------------------------------------------------------
commit 6d204445a85e55502898864e9cd865ff9463b466
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Tue Jul 24 19:18:13 2012 +0900

    [2136] Fixed wrong checking: The variable key was assumed to be constant.

commit be0d496fc4885e3c340415eeb7e38e04ec2c74b5
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Tue Jul 24 16:23:31 2012 +0900

    [2136] Removed 'trees' argument from 'getstats' command

commit 2b1cbf918989de09682327530dc941448c5879d1
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Tue Jul 24 09:44:20 2012 +0900

    [2136] Refactoring unittest and update to evaluate the next_polltime value as a
    integer

commit 8f7ae09ae64882c5685d6bfc9605b4a7129abe75
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Mon Jul 23 19:47:25 2012 +0900

    [2136] Updated not to calculate next timing based on current timestamp in every
    polling

commit 4b300f5bdf874a8a1af25d081325471e3dc060f8
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Mon Jul 23 14:33:34 2012 +0900

    [2136] moved creation of a stats.Stats object in each test case

commit 6c0bc0b402bbc16d4659a91a381c0b5c81594378
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Sun Jul 22 13:10:32 2012 +0900

    [2136] kept consistency in unittest due to the previous changes

commit 6d44728f8e1508dedf9ceaf1833e918c300c7530
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Sun Jul 22 02:06:45 2012 +0900

    [2136] do group_sendmsg too all modules then do group_recvmsg in
    do_polling for efficiency
    
    Also added setting timeout value to one second for precise and
    refactoring timeout handling

commit e206cb2d5d22d27aae219445133c449e58dfa3c0
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Sun Jul 22 02:05:44 2012 +0900

    [2136] added a new message id for getting invalid statistics data from the
    module

commit e7739c11cb126eb1ccde59ab7cbad61eff80fe1d
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Sat Jul 21 23:37:59 2012 +0900

    [2136] updated bind10-guide.* due to removing set command from stats module

commit 4a50ef0287747928c8dbd4d045df9780df3c3840
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Sat Jul 21 23:23:02 2012 +0900

    [2136] added deeply checking statistics values of each of module and instance

commit 4df681f83940c701a8b6e88e59cce9fe2a03981b
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Wed Jul 25 11:46:42 2012 +0900

    [2136] renamed 'pid' to 'mid' and change the default value -1 to None on
    the second argument of the the 'update_statistics_data' method
    
    Instead of PID(Process Id) used in previous version of stats codes,
    'mid' (module id) is used for identifying multiple instances of same
    module. 'lname' of CC-session in stats codes is assigned to it.

commit 5980e50577cca094153209d1565d641f63d9ebee
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Sun Jul 22 02:24:16 2012 +0900

    [2136] removed the obsoleted command 'sendstats' from the mock modules

commit 1c195bb85881b91fae165ef5b8334da8b6611a00
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Sat Jul 21 21:51:31 2012 +0900

    [2136] removed 'set' command of stats module due to its unnecessity
    
    and updated b10-stats documents
    (applied change of the behavior and added a new config item)

commit 89d79f4fa55490407cf3658004f481fe8dbfe797
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Sat Jul 21 20:46:53 2012 +0900

    [2136] preserve all statistics data including the inactive instances'
    one while stats module is working
    also system test of statistics is disabled until codes of both
    Boss(#2137) and Auth(#2138) due to their dependencies

commit 80ac05645371499a5d3f852235799ea715b73c48
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Sat Jul 21 19:16:26 2012 +0900

    [2136] implemented polling to each modules for collecting statistics data

commit ef4095ef37752d0403b76ceef6764a24221ab1bb
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Sat Jul 21 19:14:39 2012 +0900

    [2136] revised test_util.py miscellaneously
    
    * change of b10-config dbfile
    * update specfile of MockBoss
    * invoking three extra Auth modules at a time in the BaseModules class
    * implement 'getstats' command in each mock module

commit 7f94e12ea181c457b3373a744dd029ee01a1246f
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Sat Jul 21 19:09:45 2012 +0900

    [2136] revised the debug message of request
    
    since stats doesn't request only boss but request every module

commit 4b27d275159c6f2ce65b6e9b7bf46ad76588072c
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Sat Jul 21 19:00:33 2012 +0900

    [2136] added a test dbfile of b10-config for testing stats with the
    Mock boss
    
    Stats module asks cfgmgr components of boss config. This test db file
    contains test components of boss. Data of components are assumed to be
    used only for counting number of multi intances. Here the module of
    the multi instances is Auth.

commit d2d7cbe250c600f3cbba5f54b1dc95524e1e9de4
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Sat Jul 21 16:33:15 2012 +0900

    [2136] removed unnecessary waits
    
    Because that is already done while creating a BaseModules object at the setUp
    method

commit 613c10d9f1f4e1145416781c5dbea547785e60e0
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Fri Jul 20 08:50:23 2012 +0900

    [2136] updated stats.py and added a related testcase
    
     - update last_update_time when initially updating statistics of stats
     - strict validation check of poll-interval
     - move the code requesting to boss inside of the main loop

commit 397d4b7bd07b56f73b5d627dc0982efdf246385c
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Thu Jul 19 18:12:24 2012 +0900

    [2136] added update of 'poll-interval'

commit 97a53cf6902a67d291cc91c8bfe9b351cb4f93b6
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Thu Jul 19 17:28:00 2012 +0900

    [2136] added config setup

commit a6b0955c2bfb1cf3ff908d6c0c8d4d033bcb8545
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Thu Jul 19 17:55:05 2012 +0900

    [2136] introduced a new configration item 'poll-interval'
    
    This is a time interval to requesting statistics data to each module.

commit 1ad06f822c6e18d16f88809cfcd3f7ea0ce42f6b
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Wed Jul 18 16:47:38 2012 +0200

    [2123] Small performance improvements in tests
    
    As suggested by cppcheck.

commit 24cad403c42d09f325f2c36f687c2cc4fbcb2a96
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Wed Jul 18 16:41:12 2012 +0200

    [2123] Scope of variables

commit a51a74fa7f2319478c25f6f51c7f3d9a728770f8
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Jul 17 13:23:15 2012 -0700

    [trac2116/master] don't set pyerr string in Name.split() on success.

commit 9e9b898d0f7866312b25a3c2be4aa51f8190a1c5
Author: Jelte Jansen <jelte at isc.org>
Date:   Wed Jul 4 09:54:28 2012 +0200

    [2114] comment and style

commit 71b20f27cd5776fc04f59e0bf8dc22319b80f222
Author: Jelte Jansen <jelte at isc.org>
Date:   Wed Jul 4 09:47:39 2012 +0200

    [2114] fix for list-in-named-set bug

commit 475cffe45ddc0a601d450a8a099d765349ec1fbe
Author: Jelte Jansen <jelte at isc.org>
Date:   Wed Jul 4 09:45:05 2012 +0200

    [2114] unit test for failing list-in-named-set

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



More information about the bind10-changes mailing list