]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Increase test reruns for fetchlimit
authorNicki Křížek <nicki@isc.org>
Wed, 2 Jul 2025 15:53:18 +0000 (17:53 +0200)
committerNicki Křížek <nicki@isc.org>
Mon, 7 Jul 2025 11:29:02 +0000 (13:29 +0200)
The fetchlimit test has failed 8 times in the nightly CI over the past
three weeks. That makes the overall failure rate somewhere around 1 %,
which isn't a lot, but is still annoying when lots of testing is going
on.

bin/tests/system/fetchlimit/tests_sh_fetchlimit.py

index 39dddf30622eb0ebe9ea732dcc1c6b7cb3d7ae11..2732296fc2c541f677393c1bf7bddf52d726783e 100644 (file)
@@ -25,6 +25,6 @@ pytestmark = pytest.mark.extra_artifacts(
 import isctest.mark
 
 
-@isctest.mark.flaky(max_runs=2)
+@isctest.mark.flaky(max_runs=3)
 def test_fetchlimit(run_tests_sh):
     run_tests_sh()