- 09 Jan, 2019 12 commits
-
-
Petr Špaček authored
Previous logging was a bit confusing because it logged also intermediate states during TA changes.
-
Petr Špaček authored
-
Petr Špaček authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
It was tiny, but still.
-
Vladimír Čunát authored
Closes #435.
-
Petr Špaček authored
This is an attempt to avoid conflicts when executing tests in parallel.
-
Petr Špaček authored
Formerly keys with invalid public key data were accepted, leading to negative keytag values in RFC 5011 metadata.
-
Petr Špaček authored
At the moment tests are quite dumb and test only basic HTTPS certificate validation and XML parsing/error detection. We need to refactor code first to allow more detailed testing. FIXME: webserv.lua is not terminated when tests are finished
-
Petr Špaček authored
We are not RFC 7958 compliant and support only XML with just root zone TA. Full compliance would require either proper Lua XML parser or CMS parser and both are hard to get packaged in Fedora and elsewhere. Also timestamps related to TA validity are limited to UTC timezone because cross-platform timezone parsing is hard. (Mac OS libc does not have usable strptime(%z).) Closes: #435
-
Petr Špaček authored
-
Petr Špaček authored
-
- 08 Jan, 2019 22 commits
-
-
Petr Špaček authored
ci: stabilize pytests Closes #427 See merge request knot/knot-resolver!744
-
Tomas Krizek authored
In our CI, this test ocassionally fails. This is most likely due to delays in kernel processing due to many virtualization layers coupled with massive paralelization of tests. Closes #427
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
Attempt to increase test stability in CI under high load.
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
Docker uses 32768 - 61000 as ephemeral ports. Don't use this range for kresd to avoid collisions.
-
Tomas Krizek authored
-
Tomas Krizek authored
ci: respdiff - generate additional reports See merge request knot/knot-resolver!742
-
Tomas Krizek authored
-
Tomas Krizek authored
CI: enforce -Wpedantic See merge request knot/knot-resolver!743
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-Wpedantic is only enforced in CI, as we only have it fixed with c11 standard, and I didn't want to force c11 dependency for everyone yet.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
The script has been unused for longer time. Almost all remaining C warnings are just "FIXME" comments :-) and I didn't touch the JS warnings.
-
Vladimír Čunát authored
None of these seemed to be errors, but it seems better to clear these.
-
Vladimír Čunát authored
-
Grigorii Demidov authored
-
- 07 Jan, 2019 6 commits
-
-
Vladimír Čunát authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-