From: Wouter Wijngaards Date: Mon, 30 Jul 2007 09:34:48 +0000 (+0000) Subject: fixup fwd_three for default timeout. X-Git-Tag: release-0.4~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7052aa56ac97e1a68ce2811d4685a0b9f2ad082;p=thirdparty%2Funbound.git fixup fwd_three for default timeout. git-svn-id: file:///svn/unbound/trunk@464 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index 61706b716..767f6a83d 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,6 +1,11 @@ 30 July 2007: Wouter - changed random state init, so that sequential process IDs are not cancelled out by sequential thread-ids in the random number seed. + - the fwd_three test, which sends three queries to unbound, and + unbound is kept waiting by ldns-testns for 3 seconds, failed + because the retry timeout for default by unbound is 3 seconds too, + it would hit that timeout and fail the test. Changed so that unbound + is kept waiting for 2 seconds instead. 27 July 2007: Wouter - removed useless -C debug option. It did not work. diff --git a/testdata/fwd_three.tpkg b/testdata/fwd_three.tpkg index b4c55ef55..53f745d94 100644 Binary files a/testdata/fwd_three.tpkg and b/testdata/fwd_three.tpkg differ