From cd55615bfd8c624129d727e2976542b161a44de8 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Mon, 15 Dec 2025 13:11:35 +0100 Subject: [PATCH] Add TSAN report and core file globs to expected artifacts (cherry picked from commit ce23dd4dd38780264d7bb8dacb504860d65c1d06) --- bin/tests/system/conftest.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/tests/system/conftest.py b/bin/tests/system/conftest.py index 3516e56173..c23b459f2f 100644 --- a/bin/tests/system/conftest.py +++ b/bin/tests/system/conftest.py @@ -366,7 +366,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: