mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-15 10:11:29 +08:00
Improve Sanitizer checks
This patch contains two changes to the Sanitizer checks: (1) All logfiles of the Sanitizer will be uploaded to the CI database. (2) The Sanitizer checks are executed on every PR.
This commit is contained in:
parent
323d41b53b
commit
c76dfa0acb
@ -7,6 +7,8 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- prerelease_test
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
name: "Sanitizer"
|
||||
PG_SRC_DIR: "pgbuild"
|
||||
|
@ -182,7 +182,7 @@ match($0, /^(test| ) ([^ ]+)[ ]+\.\.\.[ ]+([^ ]+) (|\(.*\))[ ]+([0-9]+) ms$/,
|
||||
"${PSQL[@]}" -c "\copy test from tests.tsv"
|
||||
|
||||
# Upload the logs.
|
||||
for x in {sanitizer,stacktrace,postgres-failure}.log *.diff
|
||||
for x in sanitizer/* {sanitizer,stacktrace,postgres-failure}.log *.diff
|
||||
do
|
||||
if ! [ -e "$x" ]; then continue ; fi
|
||||
"${PSQL[@]}" <<<"
|
||||
|
Loading…
x
Reference in New Issue
Block a user