mirror of https://github.com/citusdata/citus.git
Normalize tests: ignore could not consume warnings
parent
dc3cff991f
commit
5c0f955ab9
|
@ -46,9 +46,9 @@ s/"(raw_events_second_user_id_value_1_key_|agg_events_user_id_value_1_agg_key_)[
|
||||||
|
|
||||||
# normalize failed task ids
|
# normalize failed task ids
|
||||||
s/ERROR: failed to execute task [0-9]+/ERROR: failed to execute task X/g
|
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
|
||||||
|
|
Loading…
Reference in New Issue