Normalize tests: normalize failed task ids

pull/3336/head
Jelte Fennema 2020-01-03 12:07:15 +01:00
parent d0ade90cd0
commit dc3cff991f
1 changed files with 3 additions and 3 deletions

View File

@ -43,9 +43,9 @@ s/name_len_12345678901234567890123456789012345678_fcd8ab6f_[0-9]+/name_len_12345
# 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
#
## normalize failed task ids
#s/ERROR: failed to execute task [0-9]+/ERROR: failed to execute task X/g
# normalize failed task ids
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