From ce23dd4dd38780264d7bb8dacb504860d65c1d06 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 --- 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 2f1170f2df..db91828f75 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: