mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch 'mnowak/detect-core-dumps-after-server-failed-to-stop-9.18' into 'bind-9.18'
[9.18] Detect core dumps after BIND failed to stop cleanly See merge request isc-projects/bind9!8100
This commit is contained in:
commit
7abd0723fc
1 changed files with 1 additions and 0 deletions
|
|
@ -581,6 +581,7 @@ else:
|
|||
perl("stop.pl", [system_test_dir.name])
|
||||
except subprocess.CalledProcessError as exc:
|
||||
mlogger.error("Failed to stop servers")
|
||||
get_core_dumps()
|
||||
pytest.fail(f"stop.pl exited with {exc.returncode}")
|
||||
|
||||
def get_core_dumps():
|
||||
|
|
|
|||
Loading…
Reference in a new issue