mirror of https://github.com/citusdata/citus.git
Normalize tests: ignore WAL warnings
parent
5c0f955ab9
commit
98bab9caab
|
@ -49,9 +49,9 @@ s/ERROR: failed to execute task [0-9]+/ERROR: failed to execute task X/g
|
||||||
|
|
||||||
# ignore could not consume warnings
|
# ignore could not consume warnings
|
||||||
/WARNING: could not consume data from worker node/d
|
/WARNING: could not consume data from worker node/d
|
||||||
#
|
|
||||||
## ignore WAL warnings
|
# ignore WAL warnings
|
||||||
#/DEBUG: .+creating and filling new WAL file/d
|
/DEBUG: .+creating and filling new WAL file/d
|
||||||
#
|
#
|
||||||
## normalize file names for partitioned files
|
## normalize file names for partitioned files
|
||||||
#s/(task_[0-9]+\.)[0-9]+/\1xxxx/g
|
#s/(task_[0-9]+\.)[0-9]+/\1xxxx/g
|
||||||
|
|
Loading…
Reference in New Issue