]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add TSAN report and core file globs to expected artifacts
authorMichal Nowak <mnowak@isc.org>
Mon, 15 Dec 2025 12:11:35 +0000 (13:11 +0100)
committerMichal Nowak <mnowak@isc.org>
Mon, 15 Dec 2025 18:42:50 +0000 (19:42 +0100)
bin/tests/system/conftest.py

index 2f1170f2df0b18ae8e0e0fd60fd976df329e241c..db91828f7581ee1c8249d1bc91cf408ec7479e20 100644 (file)
@@ -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: