- 28 Mar, 2013 1 commit
-
-
JINMEI Tatuya authored
-
- 22 Mar, 2013 4 commits
-
-
JINMEI Tatuya authored
(it didn't make sense before this branch, but now it could cause regression as we remove the 'new' qualifier).
-
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").
-
- 20 Mar, 2013 2 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 18 Mar, 2013 2 commits
-
-
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.
-
- 06 Mar, 2013 1 commit
-
-
Jeremy C. Reed authored
reviewed by jelte via jabber. Changes some log message descriptions and some function arguments and some output.
-
- 01 Mar, 2013 1 commit
-
-
Jelte Jansen authored
initialize message loader in PyInit_datasrc. Updated one of the general lettuce tests to check the symptom (don't know how else to test this tbh)
-
- 12 Feb, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
Do a hack to make the tests run with separate build and source directories. The generated file ended up in a different directory than the rest of the modules and the __init__.py. It therefore didn't work. We use the same trick as log_messages, a forwarder module and addition to PYTHON_PATH to find it. Only the real file is installed.
-
- 05 Feb, 2013 2 commits
-
-
Yoshitaka Aharen authored
-
Mukund Sivaraman authored
-
- 04 Feb, 2013 3 commits
-
-
Jelte Jansen authored
-
Yoshitaka Aharen authored
-
Yoshitaka Aharen authored
-
- 01 Feb, 2013 1 commit
-
-
Jelte Jansen authored
-
- 31 Jan, 2013 2 commits
-
-
Jelte Jansen authored
-
Jelte Jansen authored
-
- 30 Jan, 2013 2 commits
-
-
Shane Kerr authored
-
Michal 'vorner' Vaner authored
Logging XFRIN_TRANSFER_PROTOCOL_ERROR as INFO level message could be confusing. Rename to XFRIN_TRANSFER_PROTOCOL_VIOLATION, which is neutral which has a neutral name regarding the log levels.
-
- 29 Jan, 2013 2 commits
-
-
Michal 'vorner' Vaner authored
The old version with . didn't work well with the form wait … for MESSAGE not OTHER_MESSAGE Since the whole "MESSAGE not OTHER_MESSAGE" was captured into the first (.+). This broke several tests in around xfrin and possibly others. Now the tests pass and reviewed on jabber.
-
Yoshitaka Aharen authored
it didn't work if only 'counter' parameter is given
-
- 28 Jan, 2013 1 commit
-
-
Yoshitaka Aharen authored
-
- 25 Jan, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
Check the new version is rejected and the old one is still available.
-
- 24 Jan, 2013 4 commits
-
-
Michal 'vorner' Vaner authored
Provide a zone without NS and see it rejects it. This actually found a bug, maybe unrelated.
-
Michal 'vorner' Vaner authored
Check the data in existing tests produce warnings, but the data is still accepted.
-
Jelte Jansen authored
-
Jelte Jansen authored
-
- 23 Jan, 2013 3 commits
-
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
- 21 Jan, 2013 5 commits
-
-
Naoki Kambe authored
because its counter would probably return 0 or 1 depending on timing
-
Naoki Kambe authored
-
Naoki Kambe authored
-
Naoki Kambe authored
-
Naoki Kambe authored
-
- 15 Jan, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
This way we check the logging works to the correct place and that the configuration is handled. It is better checked by lettuce than unit tests, since there's a lot of inter-module communication in it.
-
- 26 Dec, 2012 1 commit
-
-
Yoshitaka Aharen authored
-