mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Re-enable rndc shutdown test
The issue preventing a proper rndc shutdown was recently fixed and
the test now passes.
(cherry picked from commit fb70c4d475)
This commit is contained in:
parent
84078b96c0
commit
1b6c96a8ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue