Lee Hinman
d23f640cd1
Remove hard-coded "ok": true from REST responses
2014-01-07 09:27:07 -07:00
Honza Král
623e4a0fc8
[TEST] remove old tests from yaml test suite
2014-01-07 16:19:06 +01:00
Karel Minarik
397235e2f2
Changed the `ignore_missing` client parameter to `ignore: 404`
...
This should make easier any potential expansion such as:
client.update('index', 'type', 41, {...}, ignore: 409
Also restructured and renamed the test suite a bit as part of the commit.
---
This reverts commit 0b142cc8812d8d090e48ea0ad89c007767870b91, "Removed client-specific `ignore_missing` parameter".
2013-09-09 23:36:45 +02:00
Karel Minarik
081b3e3982
Removed client-specific `ignore_missing` parameter
...
This parameter can introduce confusion, since people might think this is something
working on Elasticsearch level, eg. passing it to `curl`
2013-09-09 23:36:43 +02:00
Honza Kral
82de8c35e7
Delete ignores parent param
2013-07-23 20:10:48 +02:00
Clinton Gormley
915a6986b9
Added a test with wrong parent to delete
2013-07-01 16:00:42 +02:00
Clinton Gormley
df94f08dab
Renamed "ok" and "not_ok" to "is_true" and "is_false"
...
and tidied up the layout to make it easier to read
2013-07-01 15:58:23 +02:00
Clinton Gormley
8cb6c6ea00
Wait-for-yellow IS required for routing, otherwise can get
...
shard-not-available instead of missing
2013-06-30 20:02:32 +02:00
Clinton Gormley
17cdccb50f
wait-for-yellow is not required for the routing tests
2013-06-28 19:42:37 +02:00
Clinton Gormley
262b047224
Added tests for delete
2013-06-28 17:22:32 +02:00