mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 18:22:05 -04:00
Remove redundant sleeps
In the "nsupdate" system test, do not sleep before checking results of
changes which are expected to be processed synchronously, i.e. before
nsupdate returns.
(cherry picked from commit 1c8e5ea333)
This commit is contained in:
parent
fc9b7cea99
commit
5d8147fa70
1 changed files with 0 additions and 4 deletions
|
|
@ -424,8 +424,6 @@ update add example 3600 nsec3param 1 0 0 -
|
|||
send
|
||||
EOF
|
||||
|
||||
sleep 1
|
||||
|
||||
# the zone is not signed. The nsec3param records should be removed.
|
||||
# this also proves that the server is still running.
|
||||
$DIG $DIGOPTS +tcp +noadd +nosea +nostat +noquest +nocmd +norec example.\
|
||||
|
|
@ -443,8 +441,6 @@ update add nsec3param.test 3600 NSEC3PARAM 1 0 1 -
|
|||
send
|
||||
EOF
|
||||
|
||||
sleep 1
|
||||
|
||||
$DIG $DIGOPTS +tcp +noadd +nosea +nostat +noquest +nocmd +norec nsec3param.test.\
|
||||
@10.53.0.3 nsec3param > dig.out.ns3.$n || ret=1
|
||||
grep "ANSWER: 1" dig.out.ns3.$n > /dev/null || ret=1
|
||||
|
|
|
|||
Loading…
Reference in a new issue