mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-15 18:13:18 +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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- prerelease_test
|
- prerelease_test
|
||||||
|
pull_request:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
name: "Sanitizer"
|
name: "Sanitizer"
|
||||||
PG_SRC_DIR: "pgbuild"
|
PG_SRC_DIR: "pgbuild"
|
||||||
|
@ -182,7 +182,7 @@ match($0, /^(test| ) ([^ ]+)[ ]+\.\.\.[ ]+([^ ]+) (|\(.*\))[ ]+([0-9]+) ms$/,
|
|||||||
"${PSQL[@]}" -c "\copy test from tests.tsv"
|
"${PSQL[@]}" -c "\copy test from tests.tsv"
|
||||||
|
|
||||||
# Upload the logs.
|
# Upload the logs.
|
||||||
for x in {sanitizer,stacktrace,postgres-failure}.log *.diff
|
for x in sanitizer/* {sanitizer,stacktrace,postgres-failure}.log *.diff
|
||||||
do
|
do
|
||||||
if ! [ -e "$x" ]; then continue ; fi
|
if ! [ -e "$x" ]; then continue ; fi
|
||||||
"${PSQL[@]}" <<<"
|
"${PSQL[@]}" <<<"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user