]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Mark the autosign system test as flaky
authorTom Krizek <tkrizek@isc.org>
Thu, 14 Mar 2024 15:18:02 +0000 (16:18 +0100)
committerTom Krizek <tkrizek@isc.org>
Thu, 21 Mar 2024 14:26:28 +0000 (15:26 +0100)
The autosign test uses sleep in many cases to wait for something to
happen. This inevitably leads to an instability that manifests in our
CI. Allow an automatic rerun of the test to improve its stability.

bin/tests/system/autosign/tests_sh_autosign.py

index 16dfc29caf0feef07448e6864ee81563cd206306..b0399063b38a6d0d57cc9ba6699b91dcc1db25c2 100644 (file)
@@ -10,5 +10,9 @@
 # information regarding copyright ownership.
 
 
+import isctest.mark
+
+
+@isctest.mark.flaky(max_runs=2)
 def test_autosign(run_tests_sh):
     run_tests_sh()