BIND 10 trac2244, created. 7a40926af1fd90e0fd685a8db05795f699560245 [2244] rename Componet.running() is_running() for consistency.
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Oct 5 05:34:26 UTC 2012
The branch, trac2244 has been created
at 7a40926af1fd90e0fd685a8db05795f699560245 (commit)
- Log -----------------------------------------------------------------
commit 7a40926af1fd90e0fd685a8db05795f699560245
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Oct 4 22:19:27 2012 -0700
[2244] rename Componet.running() is_running() for consistency.
this branch introduced is_failed() (and failed() was already defined for
a different a purpose), so for consistency it would be better to name
the running version is_xxx too.
commit f8a03432904899e1874f2696ff036322be539022
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Oct 4 22:11:45 2012 -0700
[2244] cleanup: reordered log message file
commit 74cc637858d0879f33f1828aabbb1f78e9636d4f
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Oct 4 22:10:40 2012 -0700
[2244] make sure restarting components only when they are in config.
this should fix the main problem of this ticket.
commit fa1d1161f76487ceea122baf4dac79c407a07ba8
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Oct 4 21:08:55 2012 -0700
[2244] a minor editorial fix to the previous comment update
commit 17bffd083824af840b8af99a043bcf55e4c0f555
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Oct 4 20:53:37 2012 -0700
[2244] added comment about has_comonent as it may not be very obvious.
commit 0ff7d113ebb54889bbcd9be91c37a0e5ffcc2fc4
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Oct 4 17:55:57 2012 -0700
[2244] added a simple has_component() method to configurtor.
should be pretty trivial, so added a couple of test cases as part of
other tests.
commit 3584fbbffa6a633df2988ef8e52a4f367cdc814c
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Oct 4 17:38:43 2012 -0700
[2244] make sure configurtor's build_plan() handles 'failed' component.
this fixes the test case introduced at the beginning of the branch.
commit bff3846230660040790debeacf8d9432ac302fb9
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Oct 4 17:37:09 2012 -0700
[2244] introduced a new "Failed" state of Component.
commit a1d9278fd64f74a4a0657a2292851157ad3bb43a
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Oct 4 17:27:15 2012 -0700
[2244] added a test case that reproduces one aspect of the problem.
the configurator should be able to delete a component to be removed
even if the it's failing (unexpectedly). The current implementation
doesn't handle that condition correctly.
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list