]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Re-enable rndc shutdown test
authorTom Krizek <tkrizek@isc.org>
Tue, 6 Feb 2024 15:52:44 +0000 (16:52 +0100)
committerMark Andrews <marka@isc.org>
Wed, 7 Feb 2024 00:29:47 +0000 (11:29 +1100)
The issue preventing a proper rndc shutdown was recently fixed and
the test now passes.

bin/tests/system/shutdown/tests_shutdown.py

index 64e665757fad4600b1dbfc8dc6933dadc0acca9a..179611465587123e3c3a4a7b83f4e7db1b727e8c 100755 (executable)
@@ -168,7 +168,7 @@ def wait_for_proc_termination(proc, max_timeout=10):
 # In both methods named should exit gracefully.
 @pytest.mark.parametrize(
     "kill_method",
-    [pytest.param("rndc", marks=pytest.mark.xfail(reason="GL#4060")), "sigterm"],
+    ["rndc", "sigterm"],
 )
 def test_named_shutdown(ports, kill_method):
     # pylint: disable-msg=too-many-locals