mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
[test] Fix help test for _cat/shards
We added a new field and the help test didn't expect it to be there.
This commit is contained in:
parent
9802c38fa7
commit
2574b5e7f4
@ -39,6 +39,7 @@
|
|||||||
indexing.index_current .+ \n
|
indexing.index_current .+ \n
|
||||||
indexing.index_time .+ \n
|
indexing.index_time .+ \n
|
||||||
indexing.index_total .+ \n
|
indexing.index_total .+ \n
|
||||||
|
indexing.index_failed .+ \n
|
||||||
merges.current .+ \n
|
merges.current .+ \n
|
||||||
merges.current_docs .+ \n
|
merges.current_docs .+ \n
|
||||||
merges.current_size .+ \n
|
merges.current_size .+ \n
|
||||||
@ -150,4 +151,3 @@
|
|||||||
- match:
|
- match:
|
||||||
$body: |
|
$body: |
|
||||||
/^(index3 \s+ \d \s+ (p|s) \s+ ((STARTED|INITIALIZING|RELOCATING) \s+ (\d \s+ (\d+|\d+[.]\d+)(kb|b) \s+)? \d{1,3}.\d{1,3}.\d{1,3}.\d{1,3} \s+ .+|UNASSIGNED \s+) \n?){2}$/
|
/^(index3 \s+ \d \s+ (p|s) \s+ ((STARTED|INITIALIZING|RELOCATING) \s+ (\d \s+ (\d+|\d+[.]\d+)(kb|b) \s+)? \d{1,3}.\d{1,3}.\d{1,3}.\d{1,3} \s+ .+|UNASSIGNED \s+) \n?){2}$/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user