Merge pull request #13491 from nik9000/fix/13489
Rename start to verify_index in cat test
This commit is contained in:
commit
c598271076
|
@ -28,8 +28,8 @@
|
||||||
index1 \s+
|
index1 \s+
|
||||||
\d \s+ # shard
|
\d \s+ # shard
|
||||||
\d+ \s+ # time
|
\d+ \s+ # time
|
||||||
(store|replica|snapshot|relocating) \s+ # type
|
(store|replica|snapshot|relocating) \s+ # type
|
||||||
(init|index|start|translog|finalize|done) \s+ # stage
|
(init|index|verify_index|translog|finalize|done) \s+ # stage
|
||||||
[-\w./]+ \s+ # source_host
|
[-\w./]+ \s+ # source_host
|
||||||
[-\w./]+ \s+ # target_host
|
[-\w./]+ \s+ # target_host
|
||||||
[-\w./]+ \s+ # repository
|
[-\w./]+ \s+ # repository
|
||||||
|
|
Loading…
Reference in New Issue