From 418eeb642c61af6a96e171d4d36a97bdceef9bc0 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Fri, 5 Jan 2024 14:11:55 +0100 Subject: [PATCH] - Fix unit test for #987 change in udp1xxx retry packet send. --- doc/Changelog | 1 + testdata/stat_values.tdir/stat_values.test | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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