]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
fixup fwd_three for default timeout.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 30 Jul 2007 09:34:48 +0000 (09:34 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 30 Jul 2007 09:34:48 +0000 (09:34 +0000)
git-svn-id: file:///svn/unbound/trunk@464 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
testdata/fwd_three.tpkg

index 61706b716ed1ad551eecc5bf51fc1774e422c071..767f6a83d5eb1b5e0ae9fc2c7927e666043ad425 100644 (file)
@@ -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.
index b4c55ef554610438a2b6448794a346cd951e01f9..53f745d9473af01c77814aac257182cd424035bf 100644 (file)
Binary files a/testdata/fwd_three.tpkg and b/testdata/fwd_three.tpkg differ