Normalize tests: ignore WAL warnings

pull/3336/head
Jelte Fennema 2020-01-03 12:09:15 +01:00
parent 5c0f955ab9
commit 98bab9caab
1 changed files with 3 additions and 3 deletions

View File

@ -49,9 +49,9 @@ s/ERROR: failed to execute task [0-9]+/ERROR: failed to execute task X/g
# ignore could not consume warnings
/WARNING: could not consume data from worker node/d
#
## ignore WAL warnings
#/DEBUG: .+creating and filling new WAL file/d
# ignore WAL warnings
/DEBUG: .+creating and filling new WAL file/d
#
## normalize file names for partitioned files
#s/(task_[0-9]+\.)[0-9]+/\1xxxx/g