]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fetchlimit test: update softquota limit to 380.
authorWitold Kręcicki <wpk@isc.org>
Wed, 28 Nov 2018 13:59:38 +0000 (13:59 +0000)
committerWitold Kręcicki <wpk@isc.org>
Mon, 3 Dec 2018 18:49:48 +0000 (18:49 +0000)
commita48ca15e77f47dfc10f7b0673eeb936d1a8ba7ef
tree9e969751afbd04d0b280367e3325a173252e1d53
parent998e3e28802ee1a1e9b88cfb5b078c62503c1c5c
Fetchlimit test: update softquota limit to 380.
In the test the quota is set to 400, and softquota to 90%*400=360.
We first attach to quota, and then if we're above softquota we
drop the oldest client. With new socket code and taskmgr it's
parallel enough to create a race between multiple instances doing
'attach to quota' and then 'drop oldest client' - making number
of clients go over softquota. It's not a problem in real life, as
it's just soft quota.
bin/tests/system/fetchlimit/tests.sh