mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
[test] Rename start to verify_index in cat test
This was renamed in other places but not here. Closes #13489
This commit is contained in:
parent
766a25e3cb
commit
820b721788
@ -28,8 +28,8 @@
|
||||
index1 \s+
|
||||
\d \s+ # shard
|
||||
\d+ \s+ # time
|
||||
(store|replica|snapshot|relocating) \s+ # type
|
||||
(init|index|start|translog|finalize|done) \s+ # stage
|
||||
(store|replica|snapshot|relocating) \s+ # type
|
||||
(init|index|verify_index|translog|finalize|done) \s+ # stage
|
||||
[-\w./]+ \s+ # source_host
|
||||
[-\w./]+ \s+ # target_host
|
||||
[-\w./]+ \s+ # repository
|
||||
|
Loading…
x
Reference in New Issue
Block a user