- 25 Mar, 2013 1 commit
-
-
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
-
- 22 Mar, 2013 6 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
-
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 5 commits
-
-
Thomas Markwalder authored
-
Thomas Markwalder authored
-
Michal 'vorner' Vaner authored
The paths for running from the source tree were wrong (again :-|). Adjust to match the configure's COMMON_PYTHON_PATH. But don't use it directly, since it doesn't expand correctly.
-
Michal 'vorner' Vaner authored
Tests for msgq, normal operations.
-
Thomas Markwalder authored
The include path for MySQL includes is accurately set by mysql_config.
-
- 13 Mar, 2013 3 commits
-
-
Jelte Jansen authored
-
Michal 'vorner' Vaner authored
Don't put the resetUnitTestRootLogger in production program. This was just a leftover from some debugging.
-
Michal 'vorner' Vaner authored
It should be more reliable to ensure all messages arrived.
-
- 12 Mar, 2013 4 commits
-
-
Jelte Jansen authored
-
Michal 'vorner' Vaner authored
The success cases of sending, receiving, subscribing, etc.
-
Jelte Jansen authored
-
Jelte Jansen authored
Conflicts: src/bin/cmdctl/tests/cmdctl_test.py
-