[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:
|
||||
- do:
|
||||
indices.create:
|
||||
index: test1
|
||||
body:
|
||||
settings:
|
||||
number_of_shards: 5
|
||||
number_of_replicas: 1
|
||||
setup:
|
||||
- do:
|
||||
indices.create:
|
||||
index: test1
|
||||
body:
|
||||
settings:
|
||||
number_of_shards: 5
|
||||
number_of_replicas: 1
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: test2
|
||||
body:
|
||||
settings:
|
||||
number_of_shards: 4
|
||||
number_of_replicas: 1
|
||||
- do:
|
||||
index:
|
||||
index: test1
|
||||
type: bar
|
||||
id: 1
|
||||
body: { "foo": "bar" }
|
||||
- do:
|
||||
indices.create:
|
||||
index: test2
|
||||
body:
|
||||
settings:
|
||||
number_of_shards: 4
|
||||
number_of_replicas: 1
|
||||
- do:
|
||||
index:
|
||||
index: test1
|
||||
type: bar
|
||||
id: 1
|
||||
body: { "foo": "bar" }
|
||||
|
||||
- do:
|
||||
index:
|
||||
index: test2
|
||||
type: baz
|
||||
id: 1
|
||||
body: { "foo": "baz" }
|
||||
- do:
|
||||
index:
|
||||
index: test2
|
||||
type: baz
|
||||
id: 1
|
||||
body: { "foo": "baz" }
|
||||
|
||||
---
|
||||
"Index - blank":
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
---
|
||||
setup:
|
||||
setup:
|
||||
|
||||
- do:
|
||||
index:
|
||||
index: test1
|
||||
type: bar
|
||||
id: 1
|
||||
body: { "foo": "bar" }
|
||||
- do:
|
||||
index:
|
||||
index: test1
|
||||
type: bar
|
||||
id: 1
|
||||
body: { "foo": "bar" }
|
||||
|
||||
- do:
|
||||
index:
|
||||
index: test2
|
||||
type: baz
|
||||
id: 1
|
||||
body: { "foo": "baz" }
|
||||
- do:
|
||||
index:
|
||||
index: test2
|
||||
type: baz
|
||||
id: 1
|
||||
body: { "foo": "baz" }
|
||||
|
||||
---
|
||||
"Metric - blank":
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
---
|
||||
setup:
|
||||
setup:
|
||||
|
||||
- do:
|
||||
index:
|
||||
index: test1
|
||||
type: bar
|
||||
id: 1
|
||||
body: { "foo": "bar" }
|
||||
- do:
|
||||
index:
|
||||
index: test1
|
||||
type: bar
|
||||
id: 1
|
||||
body: { "foo": "bar" }
|
||||
|
||||
- do:
|
||||
index:
|
||||
index: test2
|
||||
type: baz
|
||||
id: 1
|
||||
body: { "foo": "baz" }
|
||||
- do:
|
||||
index:
|
||||
index: test2
|
||||
type: baz
|
||||
id: 1
|
||||
body: { "foo": "baz" }
|
||||
|
||||
---
|
||||
"Level - blank":
|
||||
|
|
|
@ -1,43 +1,43 @@
|
|||
---
|
||||
setup:
|
||||
setup:
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: test1
|
||||
body:
|
||||
mappings:
|
||||
bar:
|
||||
properties:
|
||||
bar:
|
||||
type: string
|
||||
fields:
|
||||
completion:
|
||||
type: completion
|
||||
baz:
|
||||
type: string
|
||||
fields:
|
||||
completion:
|
||||
type: completion
|
||||
- do:
|
||||
index:
|
||||
index: test1
|
||||
type: bar
|
||||
id: 1
|
||||
body: { "bar": "bar", "baz": "baz" }
|
||||
- do:
|
||||
indices.create:
|
||||
index: test1
|
||||
body:
|
||||
mappings:
|
||||
bar:
|
||||
properties:
|
||||
bar:
|
||||
type: string
|
||||
fields:
|
||||
completion:
|
||||
type: completion
|
||||
baz:
|
||||
type: string
|
||||
fields:
|
||||
completion:
|
||||
type: completion
|
||||
- do:
|
||||
index:
|
||||
index: test1
|
||||
type: bar
|
||||
id: 1
|
||||
body: { "bar": "bar", "baz": "baz" }
|
||||
|
||||
- do:
|
||||
index:
|
||||
index: test2
|
||||
type: baz
|
||||
id: 1
|
||||
body: { "bar": "bar", "baz": "baz" }
|
||||
- do:
|
||||
index:
|
||||
index: test2
|
||||
type: baz
|
||||
id: 1
|
||||
body: { "bar": "bar", "baz": "baz" }
|
||||
|
||||
- do:
|
||||
indices.refresh: {}
|
||||
- do:
|
||||
indices.refresh: {}
|
||||
|
||||
- do:
|
||||
search:
|
||||
sort: bar,baz
|
||||
- do:
|
||||
search:
|
||||
sort: bar,baz
|
||||
|
||||
---
|
||||
"Fields - blank":
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
---
|
||||
setup:
|
||||
setup:
|
||||
|
||||
- do:
|
||||
index:
|
||||
index: test1
|
||||
type: bar
|
||||
id: 1
|
||||
body: { "bar": "bar", "baz": "baz" }
|
||||
- do:
|
||||
index:
|
||||
index: test1
|
||||
type: bar
|
||||
id: 1
|
||||
body: { "bar": "bar", "baz": "baz" }
|
||||
|
||||
- do:
|
||||
search:
|
||||
body:
|
||||
stats: [ bar, baz ]
|
||||
- do:
|
||||
search:
|
||||
body:
|
||||
stats: [ bar, baz ]
|
||||
|
||||
---
|
||||
"Groups - blank":
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
---
|
||||
setup:
|
||||
setup:
|
||||
|
||||
- do:
|
||||
index:
|
||||
index: test1
|
||||
type: bar
|
||||
id: 1
|
||||
body: { "bar": "bar", "baz": "baz" }
|
||||
- do:
|
||||
index:
|
||||
index: test1
|
||||
type: bar
|
||||
id: 1
|
||||
body: { "bar": "bar", "baz": "baz" }
|
||||
|
||||
- do:
|
||||
index:
|
||||
index: test2
|
||||
type: baz
|
||||
id: 1
|
||||
body: { "bar": "bar", "baz": "baz" }
|
||||
- do:
|
||||
index:
|
||||
index: test2
|
||||
type: baz
|
||||
id: 1
|
||||
body: { "bar": "bar", "baz": "baz" }
|
||||
|
||||
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue