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+
|
index1 \s+
|
||||||
\d \s+ # shard
|
\d \s+ # shard
|
||||||
\d+ \s+ # time
|
\d+ms \s+ # time
|
||||||
(store|replica|snapshot|relocating) \s+ # type
|
(store|replica|snapshot|relocating) \s+ # type
|
||||||
(init|index|verify_index|translog|finalize|done) \s+ # stage
|
(init|index|verify_index|translog|finalize|done) \s+ # stage
|
||||||
[-\w./]+ \s+ # source_host
|
[-\w./]+ \s+ # source_host
|
||||||
|
|
Loading…
Reference in New Issue