mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-27 11:20:23 -04:00
Since the message confirming outgoing transfer completion is logged
asynchronously, it may happen that transfer statistics may not yet be
logged by the time the dig command triggering a given transfer returns.
This causes false positives for the "ixfr" and "xfer" system tests.
Prevent this from happening by checking outgoing transfer statistics up
to 10 times, in 1-second intervals.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| ans2 | ||
| ns1 | ||
| ns3 | ||
| ns4 | ||
| ns5 | ||
| clean.sh | ||
| ixfr-stats.good | ||
| prereq.sh | ||
| setup.sh | ||
| tests.sh | ||