Skip to content

Commit

Permalink
- Fix unit test for NLnetLabs#987 change in udp1xxx retry packet send.
Browse files Browse the repository at this point in the history
  • Loading branch information
wcawijngaards committed Jan 5, 2024
1 parent 8ac56d0 commit 418eeb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/Changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions testdata/stat_values.tdir/stat_values.test
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 418eeb6

Please sign in to comment.