From: Michal Nowak Date: Mon, 15 Dec 2025 12:11:35 +0000 (+0100) Subject: Add TSAN report and core file globs to expected artifacts X-Git-Tag: v9.21.17~37^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce23dd4dd38780264d7bb8dacb504860d65c1d06;p=thirdparty%2Fbind9.git Add TSAN report and core file globs to expected artifacts --- diff --git a/bin/tests/system/conftest.py b/bin/tests/system/conftest.py index 2f1170f2df0..db91828f758 100644 --- a/bin/tests/system/conftest.py +++ b/bin/tests/system/conftest.py @@ -317,7 +317,10 @@ def expected_artifacts(request): "ns*/named.memstats", "ns*/named.run", "ns*/named.run.prev", + "core.[0-9]*-backtrace.txt", + "core.[0-9]*.gz", "pytest.log.txt", + "tsan.*.[0-9]*", ] if "USE_RR" in os.environ: