File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,11 @@ def ub_ctx(self):
3838 self ._ub_ctx .zone_add ("test." , "transparent" )
3939
4040 self ._ub_ctx .set_option ("cache-max-ttl:" , str (settings .CACHE_TTL * 0.9 ))
41- # Some (unknown) tests probably depend on consistent ordering in unbound responses
41+ self ._ub_ctx .set_option ("cache-max-negative-ttl:" , str (settings .CACHE_TTL * 0.9 ))
42+ # Some may depend on consistent ordering in unbound responses
4243 # https://github.com/internetstandards/Internet.nl/pull/613#discussion_r892196819
44+ # https://github.com/internetstandards/Internet.nl/pull/1292#discussion_r1505778673
4345 self ._ub_ctx .set_option ("rrset-roundrobin:" , "no" )
44- self ._ub_ctx .set_option ("cache-max-ttl:" , str (settings .CACHE_TTL * 0.9 ))
4546 # XXX: Remove for now; inconsistency with applying settings on celery.
4647 # YYY: Removal caused infinite waiting on pipe to unbound. Added again.
4748 self ._ub_ctx .set_async (True )
You can’t perform that action at this time.
0 commit comments