Optimize tests
This commit is contained in:
parent
938ffdfea4
commit
12597309c6
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
"Optimize index tests":
|
||||||
|
- do:
|
||||||
|
indices.create:
|
||||||
|
index: testing
|
||||||
|
|
||||||
|
- do:
|
||||||
|
indices.optimize:
|
||||||
|
index: testing
|
||||||
|
max_num_segments: 1
|
||||||
|
|
||||||
|
- is_true: ok
|
Loading…
Reference in New Issue