mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-05 22:12:05 -04:00
the idle timeout for rndc connections was set to 10 seconds, but this caused intermittent system failures of the 'rndc' system test on slow platforms, since 'rndc reconfig' could time out before reconfiguration was complete. this commit restores the original timeout value of 60 seconds, which was changed inadvertently after rndc was updated to use the network manager. even with this change, however, the test can still time out under TSAN because loading the huge zone can take a very long time (upwards of two minutes). so the test is modified here to generate a smaller zone file when running under TSAN. |
||
|---|---|---|
| .. | ||
| startperf | ||
| system | ||
| testdata/wire | ||
| .gitignore | ||
| Makefile.am | ||
| named.conf | ||
| prepare-softhsm2.sh | ||
| test_client.c | ||
| test_server.c | ||
| wire_test.c | ||