]> git.ipfire.org Git - thirdparty/bind9.git/commit
Wait until "rndc dumpdb" completes
authorMichał Kępień <michal@isc.org>
Wed, 20 Mar 2019 07:46:58 +0000 (08:46 +0100)
committerMichał Kępień <michal@isc.org>
Wed, 20 Mar 2019 07:48:25 +0000 (08:48 +0100)
commita61cc8cffee4f7d964dd0340de4bd89e1a41f7e6
tree2fff20836be1912a767b0e75c7a291f84b2509c3
parente677397e1980f1914edfe8717566d0c05764fcc6
Wait until "rndc dumpdb" completes

"rndc dumpdb" works asynchronously, i.e. the requested dump may not yet
be fully written to disk by the time "rndc" returns.  Prevent false
positives for the "serve-stale" system test by only checking dump
contents after the line indicating that it is complete is written.

(cherry picked from commit 6e3f812afc876f4813aedda32340984b6bf5c9b3)
bin/tests/system/serve-stale/tests.sh