Fabrízio de Royes Mello 2024-10-24 15:11:39 -03:00
parent 650d331838
commit 57742db4e1
2 changed files with 2 additions and 0 deletions

View File

@ -157,4 +157,5 @@ ${PSQL} -U ${TEST_PGUSER} \
grep -v 'DEBUG: compacted fsync request queue from' | \
grep -v 'DEBUG: 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'

View File

@ -92,4 +92,5 @@ ${PSQL} -U ${TEST_PGUSER} \
grep -v 'DEBUG: compacted fsync request queue from' | \
grep -v 'DEBUG: 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'