- 28 Mar, 2013 3 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
without this we can't catch the case where zonemgr isn't running timely. a unit test is updated to check that condition, too.
-
JINMEI Tatuya authored
also made some methods const member functions as they don't have to be mutable.
-
- 27 Mar, 2013 3 commits
-
-
JINMEI Tatuya authored
so others won't waste their time by trying to use it... same note applies to groupRecvMsg, so added the same note.
-
JINMEI Tatuya authored
the behavior itself is the same, but it suppresses noise level in case it's intentional configuration. descriptions of other log messages in this method were not really correct, so they were fixed, too. also, it now asserts xfrin_session_ is non null; this should never be null in the production code (even tests don't set it to null right now).
-
JINMEI Tatuya authored
resetting "xfrin session" to NULL doesn't make much sense because it shouldn't happen in production case, so I simply updated the existing test case (and renamed it) rather than adding a new one.
-
- 26 Mar, 2013 8 commits
-
-
Jelte Jansen authored
-
Jelte Jansen authored
-
-
Jelte Jansen authored
In the end we'll need to address the threading model in zonemgr, but this should be a good short-term workaround for the problem.
-
Michal 'vorner' Vaner authored
Using of constants from proto_defs instead of hard-coded magic keywords.
-
Jelte Jansen authored
and add test for it
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 25 Mar, 2013 8 commits
-
-
Jelte Jansen authored
-
Thomas Markwalder authored
-
Jeremy C. Reed authored
It has been failing on distclean for around a week at least due to file left around. Newer python's keep under __pycache__ which was already handled. Reviewed on jabber.
-
Jeremy C. Reed authored
This is ticket http://bind10.isc.org/ticket/2747 It has been failing on distclean for long time due to file left around. Newer python's keep under __pycache__ which was already handled. Reviewed on jabber.
-
Jeremy C. Reed authored
msgq_run_test.py uses src/lib/python/isc/cc/proto_defs.py which uses cc_generated version which created some .pyo files: ./src/lib/python/isc/cc/cc_generated/__init__.pyo ./src/lib/python/isc/cc/cc_generated/proto_defs.pyo which are left over after distclean. quick review via jabber
-
Thomas Markwalder authored
-
Thomas Markwalder authored
to support prefix delegation which has not been designed yet.
-
Michal 'vorner' Vaner authored
Few more occurrences of the magic keywords scattered through the code replaced by constants.
-
- 22 Mar, 2013 7 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
(it didn't make sense before this branch, but now it could cause regression as we remove the 'new' qualifier).
-
JINMEI Tatuya authored
-
Jelte Jansen authored
-
JINMEI Tatuya authored
in some cases we can't simply use 'new' (but normally safe without it), and in some cases we need additional synchronization points to make it work more reliably.
-
JINMEI Tatuya authored
previously the semantics was a bit ambiguous and resulted in some less predictable behavior. (and, non suprisingly, some usage cases in features seem to be wrong about "wait for new").
-
- 21 Mar, 2013 1 commit
-
-
Jelte Jansen authored
-
- 20 Mar, 2013 10 commits
-
-
Jelte Jansen authored
So that output of addresses is now consistent
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
mainly for rationalizing lettuce tests that are coming after this.
-
JINMEI Tatuya authored
it's now a debug message, and the description is revised to explain the situation more correctly.
-
JINMEI Tatuya authored
it can happen if the server is a primary of the zone; notauth case is now handled in auth.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
also improved in-auth and not-auth cases of logs with the sender endpoint information.
-