- 22 Jan, 2018 3 commits
-
-
Petr Špaček authored
All unknown (and, formerly, silently ignored) keywords were removed from existing tests. This allows us to detect typos.
-
Petr Špaček authored
-
Petr Špaček authored
-
- 22 Dec, 2017 5 commits
-
-
Petr Špaček authored
Test coverage measurement support See merge request !95
-
Petr Špaček authored
Deckard's Makefile now accepts path to a script generating environment variables needed for test coverage measurement. It does nothing if COVERAGE environment variable is not set.
-
Petr Špaček authored
Supposedly Mac OS's readlink does not have -f argument and this broke all scripts using it. After all it seems unnecessary, so I just removed it. Let's see what will break.
-
Petr Špaček authored
From now on tests with and without query name minimization can be executed in parallel by make. Also, separate make targets will get handy for test coverage measurement.
-
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
-
Ivana Krumlova authored
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
-
Vladimír Čunát authored
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
-