From: W.C.A. Wijngaards Date: Fri, 5 Jan 2024 13:11:55 +0000 (+0100) Subject: - Fix unit test for #987 change in udp1xxx retry packet send. X-Git-Tag: release-1.19.3rc1~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=418eeb642c61af6a96e171d4d36a97bdceef9bc0;p=thirdparty%2Funbound.git - Fix unit test for #987 change in udp1xxx retry packet send. --- diff --git a/doc/Changelog b/doc/Changelog index ba6904c83..fca7fb6b4 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,6 +1,7 @@ 5 January 2024: Wouter - Merge #987: skip edns frag retry if advertised udp payload size is not smaller. + - Fix unit test for #987 change in udp1xxx retry packet send. 4 January 2024: Wouter - Remove unneeded newlines and improve indentation in remote control diff --git a/testdata/stat_values.tdir/stat_values.test b/testdata/stat_values.tdir/stat_values.test index 22d55f1f0..814ecd116 100644 --- a/testdata/stat_values.tdir/stat_values.test +++ b/testdata/stat_values.tdir/stat_values.test @@ -272,7 +272,7 @@ if grep "192.0.2.1" outfile; then else end 1 fi -sleep 1 # make sure the outgoing UDP (and the edns1xx0 retry) are accounted for. +sleep 1 # make sure the outgoing UDP (and no edns1xx0 retry because not a smaller buffer size) are accounted for. check_stats "\ total.num.queries=1 total.num.expired=1 @@ -284,7 +284,7 @@ num.query.flags.AD=1 num.query.flags.RD=1 num.query.opcode.QUERY=1 num.query.type.A=1 -num.query.udpout=2 +num.query.udpout=1 total.num.cachemiss=1 msg.cache.count=2 rrset.cache.count=2