]> git.ipfire.org Git - thirdparty/bind9.git/commit
The notify system test was using a dynamic zone for reload testing
authorMark Andrews <marka@isc.org>
Mon, 17 Oct 2011 01:33:28 +0000 (01:33 +0000)
committerMark Andrews <marka@isc.org>
Mon, 17 Oct 2011 01:33:28 +0000 (01:33 +0000)
commit2da036f2315fe375ee83fe79893bd52cbf07a8a1
tree7ff3a99b75c197793a833299d72a5dafb1e4c73e
parent02265237cd5bb40627c357fce2f9dc24a1bb7c76
The notify system test was using a dynamic zone for reload testing
so it was just a plain fluke that it ever succeeded.
* use a normal (non-dynamic) zone.
* check that reloads of the master zone actually occur.
* remove example3 test from tests.sh as it wasn't testing notify.
* add a "sleep 1" so that the copied file will have a newer timestamp.
* improve system test logging.
* using seperate output files for each test so that it is possible
  to work out what went wrong if the system test fails.
bin/tests/system/notify/clean.sh
bin/tests/system/notify/ns2/named.conf
bin/tests/system/notify/tests.sh