Rename weird-index to start with test- so that it gets cleaned up
This commit is contained in:
parent
de4a84ccee
commit
e0e4b6b4dc
|
@ -3,24 +3,24 @@
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
index:
|
index:
|
||||||
index: weird-index-中文
|
index: test-weird-index-中文
|
||||||
type: weird.type
|
type: weird.type
|
||||||
id: 1
|
id: 1
|
||||||
body: { foo: bar }
|
body: { foo: bar }
|
||||||
|
|
||||||
- is_true: ok
|
- is_true: ok
|
||||||
- match: { _index: weird-index-中文 }
|
- match: { _index: test-weird-index-中文 }
|
||||||
- match: { _type: weird.type }
|
- match: { _type: weird.type }
|
||||||
- match: { _id: "1"}
|
- match: { _id: "1"}
|
||||||
- match: { _version: 1}
|
- match: { _version: 1}
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
get:
|
get:
|
||||||
index: weird-index-中文
|
index: test-weird-index-中文
|
||||||
type: weird.type
|
type: weird.type
|
||||||
id: 1
|
id: 1
|
||||||
|
|
||||||
- match: { _index: weird-index-中文 }
|
- match: { _index: test-weird-index-中文 }
|
||||||
- match: { _type: weird.type }
|
- match: { _type: weird.type }
|
||||||
- match: { _id: "1"}
|
- match: { _id: "1"}
|
||||||
- match: { _version: 1}
|
- match: { _version: 1}
|
||||||
|
|
Loading…
Reference in New Issue