Fix test for [cat/recovery] Make recovery time a TimeValue()
Related to #16743
This commit is contained in:
parent
a55ad665da
commit
a0a6eff0d0
|
@ -27,7 +27,7 @@
|
|||
(
|
||||
index1 \s+
|
||||
\d \s+ # shard
|
||||
\d+ \s+ # time
|
||||
\d+ms \s+ # time
|
||||
(store|replica|snapshot|relocating) \s+ # type
|
||||
(init|index|verify_index|translog|finalize|done) \s+ # stage
|
||||
[-\w./]+ \s+ # source_host
|
||||
|
|
Loading…
Reference in New Issue