- Jan 31, 2017
-
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- Jan 30, 2017
-
-
Daniel Salzman authored
-
Daniel Salzman authored
tests: replace ok(ret == KNOT_E???) with is_int(KNOT_E???, ret) to ease debugging See merge request !659
-
Throwing away unexpected retun codes makes debugging harder. TAP function is_int can nicely log mismatches which makes debugging easier. To make our lives easier I replaced all ok(ret == KNOT_E???) checks with is_int() calls. It was done using following command + manual review and reverts in libknot/test_control.c. $ find -name '*.c' | xargs sed -i 's#ok(ret == \(KNOT_E[0-9A-Z_]\+\),#is_int(\1, ret,#'
-
Libor Peltan authored
-
Ondřej Surý authored
tests: make check V=1 prints log from failed test runs See merge request !660
-
Petr Špaček authored
-
Daniel Salzman authored
Enable DNSTAP with --disable-daemon See merge request !663
-
Ondřej Surý authored
-
- Jan 29, 2017
-
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
Maximum TSIG wire size is reached only in empty error response with BADTIME. In most cases reservation of such a size led to early truncation.
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- Jan 28, 2017
-
-
Daniel Salzman authored
-
- Jan 27, 2017
-
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
tests: zone update test compatibility with 32-bit arches See merge request !658
-
The test might fail on 32 architectures with error message claiming "not enough memory". This is probably caused by address space fragmentation. To avoid this problem we are using pretty low values for database size in the test (which contains little data anyway).
-
- Jan 26, 2017
-
-
Daniel Salzman authored
events/xfr: minimum timeout for next refresh Closes #489 See merge request !654
-
-
Daniel Salzman authored
-
Daniel Salzman authored
chaos: added fortune mode See merge request !657
-
Libor Peltan authored
-
Libor Peltan authored
Dynamic array test See merge request !652
-
Daniel Salzman authored
add keyusage test Closes #502 See merge request !650
-
Daniel Salzman authored
Disable daemon utilities when not building daemon See merge request !653
-
Ondřej Surý authored
-
- Jan 25, 2017
-
-
Libor Peltan authored
-
Filip Široký authored
-
-
Daniel Salzman authored
-
- Jan 24, 2017
-
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
Huge rrset See merge request !651
-
-