bind9/bin/tests
Aram Sargsyan fa686fcea5 Improve dnstap system test reliability
The dnstap system test fails intermittently, and it appears to be
a timing issue - adding a short delay after running 'fstrm_capture',
and before running 'dnstap -reopen' improves the situation from
50% failures (5 out of 10 times) to 0% failures (0 out of 20 times),
tested locally.

The reason is that 'fstrm_capture' is executed in the background,
and due to OS scheduling and other factors, the listener socket
may not be ready when the following command runs and tells 'named'
to (re)open it.
2023-03-13 10:25:01 +00:00
..
startperf Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
system Improve dnstap system test reliability 2023-03-13 10:25:01 +00:00
testdata/wire move all optional tests from bin/tests to bin/tests/optional 2018-03-09 14:12:47 -08:00
.gitignore Refactor TLSDNS module to work with libuv/ssl directly 2021-01-25 09:19:22 +01:00
convert-trs-to-junit.py Auto-format Python files with black 2022-06-08 10:28:08 +02:00
Makefile.am Fix JUnit test status generator for out-of-tree system tests 2022-09-22 15:20:23 +02:00
test_client.c remove isc_task completely 2023-02-16 18:35:32 +01:00
test_server.c remove isc_task completely 2023-02-16 18:35:32 +01:00
wire_test.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00