mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-16 02:23:49 +08:00
Update runner script to avoid flaky tests
https://github.com/timescale/timescaledb/actions/runs/11504450173/job/32024163052?pr=7386#step:13:17
This commit is contained in:
parent
650d331838
commit
57742db4e1
@ -157,4 +157,5 @@ ${PSQL} -U ${TEST_PGUSER} \
|
|||||||
grep -v 'DEBUG: compacted fsync request queue from' | \
|
grep -v 'DEBUG: compacted fsync request queue from' | \
|
||||||
grep -v 'DEBUG: creating and filling new WAL file' | \
|
grep -v 'DEBUG: creating and filling new WAL file' | \
|
||||||
grep -v 'DEBUG: done creating and filling new WAL file' | \
|
grep -v 'DEBUG: done creating and filling new WAL file' | \
|
||||||
|
grep -v 'DEBUG: flushed relation because a checkpoint occurred concurrently' | \
|
||||||
grep -v 'NOTICE: cancelling the background worker for job'
|
grep -v 'NOTICE: cancelling the background worker for job'
|
||||||
|
@ -92,4 +92,5 @@ ${PSQL} -U ${TEST_PGUSER} \
|
|||||||
grep -v 'DEBUG: compacted fsync request queue from' | \
|
grep -v 'DEBUG: compacted fsync request queue from' | \
|
||||||
grep -v 'DEBUG: creating and filling new WAL file' | \
|
grep -v 'DEBUG: creating and filling new WAL file' | \
|
||||||
grep -v 'DEBUG: done creating and filling new WAL file' | \
|
grep -v 'DEBUG: done creating and filling new WAL file' | \
|
||||||
|
grep -v 'DEBUG: flushed relation because a checkpoint occurred concurrently' | \
|
||||||
grep -v 'NOTICE: cancelling the background worker for job'
|
grep -v 'NOTICE: cancelling the background worker for job'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user