]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add nsupdate timeout tests
authorAram Sargsyan <aram@isc.org>
Wed, 28 Dec 2022 15:55:43 +0000 (15:55 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Mon, 3 Apr 2023 15:21:43 +0000 (15:21 +0000)
commit5ce2ed068845e6d05e843fc7f720d08e12f266d7
treea33290973f1b950aa15f0794ee22442296d18074
parent9211495ac9edb973b4a6d634787ef0b374cf40c3
Add nsupdate timeout tests

* nsupdate should take 12 seconds (one try and three retries with
  3 second timeout for each), UDP mode
* nsupdate -u 4 -r 1 should take 8 seconds (one try and one retry with
  4 second timeout for each), UDP mode
* nsupdate -u 0 -t 8 -r 1 should also take 8 seconds, UDP mode
* nsupdate -u 4 -t 30 -r 1 should also take 8 seconds, as -u takes
  precedence over -t, UDP mode
* nsupdate -t 8 -v should also take 8 seconds, TCP mode
bin/tests/system/nsupdate/ans4/ans.pl
bin/tests/system/nsupdate/tests.sh