mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 02:42:33 -05:00
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. |
||
|---|---|---|
| .. | ||
| startperf | ||
| system | ||
| testdata/wire | ||
| .gitignore | ||
| convert-trs-to-junit.py | ||
| Makefile.am | ||
| test_client.c | ||
| test_server.c | ||
| wire_test.c | ||