mirror of https://github.com/citusdata/citus.git
Normalize tests: normalize failed task ids
parent
d0ade90cd0
commit
dc3cff991f
|
@ -43,9 +43,9 @@ s/name_len_12345678901234567890123456789012345678_fcd8ab6f_[0-9]+/name_len_12345
|
||||||
|
|
||||||
# normalize pkey constraints in multi_insert_select.sql
|
# normalize pkey constraints in multi_insert_select.sql
|
||||||
s/"(raw_events_second_user_id_value_1_key_|agg_events_user_id_value_1_agg_key_)[0-9]+"/"\1xxxxxxx"/g
|
s/"(raw_events_second_user_id_value_1_key_|agg_events_user_id_value_1_agg_key_)[0-9]+"/"\1xxxxxxx"/g
|
||||||
#
|
|
||||||
## 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
|
||||||
|
|
Loading…
Reference in New Issue