Skip to content

Make sure .txt files are not identified as crashed test

Michal Nowak requested to merge mnowak/fix-core-dumps-were-found-line into main

This is a regression from !3867 (merged).

Previously .txt files with full backtrace may be identified as a crashed test:

    I:Core dumps were found for the following system tests:
    I:  core.19948-backtrace.txt
    I:  shutdown

Now .txt files are removed from the list.

This is not really useful for main as bin/tests/system/testsummary.sh is triggered only on Windows, but testsummary.sh is still used on v9_16 and v9_11.

Edited by Michal Nowak

Merge request reports