mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-02 11:49:28 -05:00
- Attempt to further fix doh_downstream_buffer_size.tdir flakiness.
This commit is contained in:
parent
db719d404f
commit
7f4a61e6fc
2 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
|||
24 September 2024: Yorgos
|
||||
- Attempt to further fix doh_downstream_buffer_size.tdir flakiness.
|
||||
|
||||
23 September 2024: Wouter
|
||||
- Fix dns64 with prefetch that the prefetch is stored in cache.
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ echo "num answers $num and num write events $nummodew"
|
|||
if [ $num -eq 8 ]; then
|
||||
echo "content OK"
|
||||
else
|
||||
if [ "(" $num -eq 9 -o $num -eq 10 ")" -a $nummodew -eq 2 ]; then
|
||||
if [ "(" $num -eq 9 -o $num -eq 10 ")" -a "(" $nummodew -eq 2 -o $nummodew -eq 3 ")" ]; then
|
||||
echo "skip buffer emptied event"
|
||||
else
|
||||
echo "result contents not OK"
|
||||
|
|
|
|||
Loading…
Reference in a new issue