+3045. [test] Move the testsock.pl sleep to autosign test suite.
+ [RT #23400]
+
3044. [bug] Hold the socket manager lock while freeing the socket.
[RT #23333]
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
-# $Id: tests.sh,v 1.12 2010/12/15 18:44:37 each Exp $
+# $Id: tests.sh,v 1.13 2011/02/28 14:08:36 fdupont Exp $
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
DIGOPTS="+tcp +noadd +nosea +nostat +nocmd +dnssec -p 5300"
+# wait a bit before testing changes
+# (was in testsock.pl (trailing sleep(1)), to be tuned from robie feedback)
+sleep 5
+
#
# The NSEC record at the apex of the zone and its RRSIG records are
# added as part of the last step in signing a zone. We wait for the
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
-# $Id: testsock.pl,v 1.18 2010/08/17 23:46:46 tbox Exp $
+# $Id: testsock.pl,v 1.19 2011/02/28 14:08:36 fdupont Exp $
# Test whether the interfaces on 10.53.0.* are up.
or die sprintf("$0: bind(%s, %d): $!\n",
inet_ntoa($addr), $port);
close(SOCK);
- sleep(1);
}