mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00:00
Re-enable rndc shutdown test
The issue preventing a proper rndc shutdown was recently fixed and the test now passes.
This commit is contained in:
@@ -168,7 +168,7 @@ def wait_for_proc_termination(proc, max_timeout=10):
|
|||||||
# In both methods named should exit gracefully.
|
# In both methods named should exit gracefully.
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
"kill_method",
|
"kill_method",
|
||||||
[pytest.param("rndc", marks=pytest.mark.xfail(reason="GL#4060")), "sigterm"],
|
["rndc", "sigterm"],
|
||||||
)
|
)
|
||||||
def test_named_shutdown(ports, kill_method):
|
def test_named_shutdown(ports, kill_method):
|
||||||
# pylint: disable-msg=too-many-locals
|
# pylint: disable-msg=too-many-locals
|
||||||
|
Reference in New Issue
Block a user