ci: fix basic errors collecting after stateless tests

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This commit is contained in:
Azat Khuzhin 2024-08-05 08:40:35 +02:00
parent 681eafef79
commit b47f8a733f

View File

@ -393,6 +393,8 @@ do
| zstd --threads=0 > "/test_output/trace-log-$trace_type-flamegraph.tsv.zst" ||:
done
# Grep logs for sanitizer asserts, crashes and other critical errors
check_logs_for_critical_errors
# Compressed (FIXME: remove once only github actions will be left)
rm /var/log/clickhouse-server/clickhouse-server.log
@ -426,7 +428,4 @@ if [[ "$USE_SHARED_CATALOG" -eq 1 ]]; then
tar -chf /test_output/coordination1.tar /var/lib/clickhouse1/coordination ||:
fi
# Grep logs for sanitizer asserts, crashes and other critical errors
check_logs_for_critical_errors
collect_core_dumps