- 22 Dec, 2017 1 commit
-
-
Petr Špaček authored
This reverts commit 20c85eb4, reversing changes made to a5cd67c9. It turns out that coverage measument needs tighter integration to handle parallel execution.
-
- 20 Dec, 2017 2 commits
-
-
Petr Špaček authored
kresd: measure test coverage for Lua code See merge request !94
-
Petr Špaček authored
To measure test coverage of C code, recompile resolver with CFLAGS="--coverage". This template tweak will gather Lua stats whenever luacov is available.
-
- 07 Dec, 2017 2 commits
-
-
Petr Špaček authored
disable detect_time_skew module See merge request !92
-
Vitezslav Kriz authored
This module is enabled by default in kresd. Tests doesn't provide neccessary response for priming query.
-
- 28 Nov, 2017 2 commits
-
-
Petr Špaček authored
disable priming module See merge request !91
-
Vitezslav Kriz authored
Module is enabled in kresd by default and tests doesn't provide necessary answers.
-
- 27 Nov, 2017 9 commits
-
-
Petr Špaček authored
resolver: import tests from testbound See merge request !73
-
Tests working with current version of kresd. Import from git-svn-id: file:///svn/unbound/trunk@4299 be551aaa-1e26-0410-a405-d3ace91eadb9 DLV tests were skipped because DLV is dead now.
-
Petr Špaček authored
support explicit opcodes See merge request !60
-
Petr Špaček authored
Default OPCODE is QUERY so existing tests should not require changes. refs: #11
-
Petr Špaček authored
CI: keep artifacts from failed tests See merge request !89
-
Petr Špaček authored
-
Petr Špaček authored
nsec tests: fix parts broken with aggr. cache See merge request !87
-
The steps get split in two, with the authoritative parts getting copied. When it's possible to INCLUDE, this should get refactored.
-
Petr Špaček authored
CI: synchronize Docker image with kresd repo See merge request !88
-
- 24 Nov, 2017 1 commit
-
-
Petr Špaček authored
-
- 20 Nov, 2017 1 commit
-
-
Petr Špaček authored
Kresd QTRACE See merge request !86
-
- 16 Nov, 2017 4 commits
-
-
Petr Špaček authored
QTRACE is now enabled by default to aid Deckard and socket_wrapper debugging. It is easy to grep kresd logs to filter out QTRACE messages using regex '^\['.
-
Petr Špaček authored
I forgot to include the -f 1 in the Makefile so using `make` to execute kresd would suffer from the same problem.
-
Petr Špaček authored
kresd: run in non-interactive mode See merge request !85
-
Petr Špaček authored
For unknown reason, Deckard test might fail with "--- Logging error ---" from Python interpreter. Experimentally I found out that this does not happen anymore if kresd is executed with "-f 1", i.e. in non-interactive mode. I do not know why, but this change seems to hide/solve the problem and leads to more reliable test suite so it is now enabled by default.
-
- 02 Nov, 2017 2 commits
-
-
Petr Špaček authored
disable module ta_signal_query See merge request !83
-
Vitezslav Kriz authored
Module is enabled in kresd by default and tests cannot handle it.
-
- 06 Oct, 2017 1 commit
-
-
Petr Špaček authored
deckard: add option --noclean to keep working directory See merge request !80
-
- 26 Sep, 2017 4 commits
-
-
Vitezslav Kriz authored
Can be used for passing option to Deckard (eg. --noclean).
-
Vitezslav Kriz authored
New option --noclean prevents deleting temp working directory with passed test. Can be used for debugging.
-
Petr Špaček authored
libfaketime: fix problem with TIMESTAMP_FILE synchronization See merge request !81
-
Vitezslav Kriz authored
Clearing and writing to TIMESTAMP_FILE is not atomic and libfaketime can read empty file which represents default behavior and returning realtime. Create and move new file is atomic and prevent this issue.
-
- 21 Sep, 2017 2 commits
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
kresd now won't put them into answer even in wildcarded cases. Required for: https://gitlab.labs.nic.cz/knot/knot-resolver/merge_requests/371
-
- 01 Sep, 2017 1 commit
-
-
Petr Špaček authored
Kill dns resolver in case of error during daemon set up. See merge request !76
-
- 30 Aug, 2017 1 commit
-
-
Štěpán Kotek authored
refs #3
-
- 23 Aug, 2017 4 commits
-
-
Petr Špaček authored
Simple DNSSEC tests See merge request !36
-
These tests check whether DNSSEC validator detects data with invalid signatures.
-
Petr Špaček authored
ci: use git:// protocol for external submodules See merge request !74
-
Petr Špaček authored
This is workaround for https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/2148 Given the fact we only read it, and the fact that commit ID is stored inside our repo, it should not bring any new security problems.
-
- 17 Aug, 2017 3 commits
-
-
Petr Špaček authored
RFC 5011 tests See merge request !61
-
Petr Špaček authored
Version 3.0 reflects that we dropped support for Python 2. All the other metadata were updated as well. (Version 2.y could be the new parser but I forgot to update the setup.py back then.)
-
Petr Špaček authored
Right now I'm not aware of any reason to invest into Python 2 any further.
-