Update text ids

This commit is contained in:
Honza Kral 2013-07-12 18:26:18 +02:00
parent 2c128b8cca
commit 564d209956
6 changed files with 10 additions and 10 deletions

View File

@ -40,7 +40,7 @@
- match: { _index: test_1 }
- match: { _type: test }
- match: { _id: 1 }
- match: { _id: "1" }
- match: { _version: 2 }
- do:

View File

@ -43,7 +43,7 @@
- match: { _index: test_1 }
- match: { _type: test }
- match: { _id: 1 }
- match: { _id: "1" }
- match: { _version: 2 }
- do:
@ -65,7 +65,7 @@
- match: { _index: test_1 }
- match: { _type: test }
- match: { _id: 1 }
- match: { _id: "1" }
- match: { _version: 3 }
- do:

View File

@ -19,7 +19,7 @@
routing: 5
fields: _routing
- match: { fields._routing: 5}
- match: { fields._routing: "5"}
- do:
catch: missing

View File

@ -40,8 +40,8 @@
parent: 5
fields: [_parent, _routing]
- match: { fields._parent: 5}
- match: { fields._routing: 5}
- match: { fields._parent: "5"}
- match: { fields._routing: "5"}
- do:
catch: missing

View File

@ -32,8 +32,8 @@
parent: 5
fields: [_parent, _routing]
- match: { fields._parent: 5}
- match: { fields._routing: 4}
- match: { fields._parent: "5"}
- match: { fields._routing: "4"}
- do:
catch: missing

View File

@ -35,8 +35,8 @@
doc: { foo: baz }
upsert: { foo: bar }
- match: { get.fields._parent: 5 }
- match: { get.fields._routing: 5 }
- match: { get.fields._parent: "5" }
- match: { get.fields._routing: "5" }
- is_true: get.fields._timestamp
- is_true: get.fields._ttl