[TEST] Remove indentation on indices.stats test setups
The new indices.stats tests have the setup section indented, which can cause problems for some yaml parsers.
This commit is contained in:
parent
a499254566
commit
ed62f90620
|
@ -1,33 +1,33 @@
|
||||||
---
|
---
|
||||||
setup:
|
setup:
|
||||||
- do:
|
- do:
|
||||||
indices.create:
|
indices.create:
|
||||||
index: test1
|
index: test1
|
||||||
body:
|
body:
|
||||||
settings:
|
settings:
|
||||||
number_of_shards: 5
|
number_of_shards: 5
|
||||||
number_of_replicas: 1
|
number_of_replicas: 1
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
indices.create:
|
indices.create:
|
||||||
index: test2
|
index: test2
|
||||||
body:
|
body:
|
||||||
settings:
|
settings:
|
||||||
number_of_shards: 4
|
number_of_shards: 4
|
||||||
number_of_replicas: 1
|
number_of_replicas: 1
|
||||||
- do:
|
- do:
|
||||||
index:
|
index:
|
||||||
index: test1
|
index: test1
|
||||||
type: bar
|
type: bar
|
||||||
id: 1
|
id: 1
|
||||||
body: { "foo": "bar" }
|
body: { "foo": "bar" }
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
index:
|
index:
|
||||||
index: test2
|
index: test2
|
||||||
type: baz
|
type: baz
|
||||||
id: 1
|
id: 1
|
||||||
body: { "foo": "baz" }
|
body: { "foo": "baz" }
|
||||||
|
|
||||||
---
|
---
|
||||||
"Index - blank":
|
"Index - blank":
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
---
|
---
|
||||||
setup:
|
setup:
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
index:
|
index:
|
||||||
index: test1
|
index: test1
|
||||||
type: bar
|
type: bar
|
||||||
id: 1
|
id: 1
|
||||||
body: { "foo": "bar" }
|
body: { "foo": "bar" }
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
index:
|
index:
|
||||||
index: test2
|
index: test2
|
||||||
type: baz
|
type: baz
|
||||||
id: 1
|
id: 1
|
||||||
body: { "foo": "baz" }
|
body: { "foo": "baz" }
|
||||||
|
|
||||||
---
|
---
|
||||||
"Metric - blank":
|
"Metric - blank":
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
---
|
---
|
||||||
setup:
|
setup:
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
index:
|
index:
|
||||||
index: test1
|
index: test1
|
||||||
type: bar
|
type: bar
|
||||||
id: 1
|
id: 1
|
||||||
body: { "foo": "bar" }
|
body: { "foo": "bar" }
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
index:
|
index:
|
||||||
index: test2
|
index: test2
|
||||||
type: baz
|
type: baz
|
||||||
id: 1
|
id: 1
|
||||||
body: { "foo": "baz" }
|
body: { "foo": "baz" }
|
||||||
|
|
||||||
---
|
---
|
||||||
"Level - blank":
|
"Level - blank":
|
||||||
|
|
|
@ -1,43 +1,43 @@
|
||||||
---
|
---
|
||||||
setup:
|
setup:
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
indices.create:
|
indices.create:
|
||||||
index: test1
|
index: test1
|
||||||
body:
|
body:
|
||||||
mappings:
|
mappings:
|
||||||
bar:
|
bar:
|
||||||
properties:
|
properties:
|
||||||
bar:
|
bar:
|
||||||
type: string
|
type: string
|
||||||
fields:
|
fields:
|
||||||
completion:
|
completion:
|
||||||
type: completion
|
type: completion
|
||||||
baz:
|
baz:
|
||||||
type: string
|
type: string
|
||||||
fields:
|
fields:
|
||||||
completion:
|
completion:
|
||||||
type: completion
|
type: completion
|
||||||
- do:
|
- do:
|
||||||
index:
|
index:
|
||||||
index: test1
|
index: test1
|
||||||
type: bar
|
type: bar
|
||||||
id: 1
|
id: 1
|
||||||
body: { "bar": "bar", "baz": "baz" }
|
body: { "bar": "bar", "baz": "baz" }
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
index:
|
index:
|
||||||
index: test2
|
index: test2
|
||||||
type: baz
|
type: baz
|
||||||
id: 1
|
id: 1
|
||||||
body: { "bar": "bar", "baz": "baz" }
|
body: { "bar": "bar", "baz": "baz" }
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
indices.refresh: {}
|
indices.refresh: {}
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
search:
|
search:
|
||||||
sort: bar,baz
|
sort: bar,baz
|
||||||
|
|
||||||
---
|
---
|
||||||
"Fields - blank":
|
"Fields - blank":
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
---
|
---
|
||||||
setup:
|
setup:
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
index:
|
index:
|
||||||
index: test1
|
index: test1
|
||||||
type: bar
|
type: bar
|
||||||
id: 1
|
id: 1
|
||||||
body: { "bar": "bar", "baz": "baz" }
|
body: { "bar": "bar", "baz": "baz" }
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
search:
|
search:
|
||||||
body:
|
body:
|
||||||
stats: [ bar, baz ]
|
stats: [ bar, baz ]
|
||||||
|
|
||||||
---
|
---
|
||||||
"Groups - blank":
|
"Groups - blank":
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
---
|
---
|
||||||
setup:
|
setup:
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
index:
|
index:
|
||||||
index: test1
|
index: test1
|
||||||
type: bar
|
type: bar
|
||||||
id: 1
|
id: 1
|
||||||
body: { "bar": "bar", "baz": "baz" }
|
body: { "bar": "bar", "baz": "baz" }
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
index:
|
index:
|
||||||
index: test2
|
index: test2
|
||||||
type: baz
|
type: baz
|
||||||
id: 1
|
id: 1
|
||||||
body: { "bar": "bar", "baz": "baz" }
|
body: { "bar": "bar", "baz": "baz" }
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue