BIND 10 trac2977, created. 7076a02b24e63b0fa542af760585e6ad95cc421f [2977] Disable logger initialization in the D2 controller when unit testing
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jul 4 08:34:00 UTC 2013
The branch, trac2977 has been created
at 7076a02b24e63b0fa542af760585e6ad95cc421f (commit)
- Log -----------------------------------------------------------------
commit 7076a02b24e63b0fa542af760585e6ad95cc421f
Author: Marcin Siodelski <marcin at isc.org>
Date: Thu Jul 4 10:20:56 2013 +0200
[2977] Disable logger initialization in the D2 controller when unit testing
When logger initialization was disabled for a unit test, a few NULL pointer
assertions came up. This was because, some module commands were executed
without arguments (NULL pointer objects). NULL pointers were not checked
before logging arguments. This led to assertions. NULL pointers are now
checked and "(no arg)" string is logged if present.
commit 64b9c9084608a24a11c4acd75bb2bdd1b231cdcc
Author: Marcin Siodelski <marcin at isc.org>
Date: Thu Jul 4 08:41:33 2013 +0200
[2977] Log debug message if the received DNS Update response is invalid.
commit d0d6ad3146dcecd50b276f26ce4ebaa3e6fa84a2
Author: Marcin Siodelski <marcin at isc.org>
Date: Thu Jul 4 08:40:33 2013 +0200
[2977] Fixed a typo in unit test DNSClient unit test.
commit 326b3dc5b7383a9357dfe2f9d75e1e05b780153e
Author: Marcin Siodelski <marcin at isc.org>
Date: Wed Jul 3 13:15:42 2013 +0200
[2977] Implemented tests covering concurrent DNSUpdate send.
commit ca87835d1ec6e3393a98dcad72b6c96d43331e39
Author: Marcin Siodelski <marcin at isc.org>
Date: Wed Jul 3 11:48:01 2013 +0200
[2977] Separated DNSClient interface from implementation.
commit cf1828a29fe1afd7382ebf41417b98c027ac5bfd
Author: Marcin Siodelski <marcin at isc.org>
Date: Wed Jul 3 00:39:15 2013 +0200
[2977] Implemented DNS Update response parsing.
commit 4ab333e8a81f1d83d03a1f78100823293ff3415b
Author: Marcin Siodelski <marcin at isc.org>
Date: Wed Jul 3 00:21:35 2013 +0200
[2977] Implemented unit test checking DNS Update send and receive.
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list