Normalize a vacuum error message

talhatest/bump_versions
Sait Talha Nisanci 2021-08-20 16:16:43 +03:00
parent c02b4a9005
commit 36e305c7b2
1 changed files with 2 additions and 0 deletions

View File

@ -225,5 +225,7 @@ s/^(DEBUG: the index name on the shards of the partition is too long, switching
# normalize errors for not being able to connect to a non-existing host
s/could not translate host name "foobar" to address: .*$/could not translate host name "foobar" to address: <system specific error>/g
s/ERROR: parallel workers for vacuum must/ERROR: parallel vacuum degree must/g
# ignore PL/pgSQL line numbers that differ on Mac builds
s/(CONTEXT: PL\/pgSQL function .* line )([0-9]+)/\1XX/g