From 1c8e5ea33366094dc77f63fa8e728bb0f7691c8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Tue, 23 Apr 2019 14:59:05 +0200 Subject: [PATCH] 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. --- bin/tests/system/nsupdate/tests.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/tests/system/nsupdate/tests.sh b/bin/tests/system/nsupdate/tests.sh index dd0286fe48..78e76d9513 100755 --- a/bin/tests/system/nsupdate/tests.sh +++ b/bin/tests/system/nsupdate/tests.sh @@ -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