- Fix unit test for #987 change in udp1xxx retry packet send.

This commit is contained in:
W.C.A. Wijngaards 2024-01-05 14:11:55 +01:00
parent 8ac56d004d
commit 418eeb642c
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
5 January 2024: Wouter 5 January 2024: Wouter
- Merge #987: skip edns frag retry if advertised udp payload size is - Merge #987: skip edns frag retry if advertised udp payload size is
not smaller. not smaller.
- Fix unit test for #987 change in udp1xxx retry packet send.
4 January 2024: Wouter 4 January 2024: Wouter
- Remove unneeded newlines and improve indentation in remote control - Remove unneeded newlines and improve indentation in remote control

View File

@ -272,7 +272,7 @@ if grep "192.0.2.1" outfile; then
else else
end 1 end 1
fi 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 "\ check_stats "\
total.num.queries=1 total.num.queries=1
total.num.expired=1 total.num.expired=1
@ -284,7 +284,7 @@ num.query.flags.AD=1
num.query.flags.RD=1 num.query.flags.RD=1
num.query.opcode.QUERY=1 num.query.opcode.QUERY=1
num.query.type.A=1 num.query.type.A=1
num.query.udpout=2 num.query.udpout=1
total.num.cachemiss=1 total.num.cachemiss=1
msg.cache.count=2 msg.cache.count=2
rrset.cache.count=2 rrset.cache.count=2