- 26 Mar, 2013 3 commits
-
-
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.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 25 Mar, 2013 7 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.
-
- 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 11 commits
-
-
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.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
as we are going to introduce this check, so these existing tests will fail otherwise. helper functions was moved upward in the file (with small extension) so they can be used by these tests.
-
- 19 Mar, 2013 4 commits
-
-
Jelte Jansen authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Get rid of the shell/perl-based system tests
-
Jelte Jansen authored
-
- 18 Mar, 2013 4 commits
-
-
Jelte Jansen authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
As the only test that is being run in the system tests from xfrin. The porting is not exact, we don't build the differences in bind9. We provide them in a database already - we don't want to rely on bind9 and bind10 can't build differences as of yet from master files (eg. ixfr-from-differences).
-
Michal 'vorner' Vaner authored
It just does two queries and compares the output.
-
- 15 Mar, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
Place the socket higher in the hierarchy (to the top-level build directory) to have a shorter path.
-
- 14 Mar, 2013 2 commits
-
-
Thomas Markwalder authored
-
Thomas Markwalder authored
-