OpenSearch/rest-api-spec/test/update
Ryan Ernst dd0084de83 Mappings: Lock down _ttl field
While the parser allowed changing field type settings, these would never
have been serialized.  So this change simply removes parsing using
parseField. Backcompat will still work if a user uploads old settings
(they just would never have worked anyways, so we continue ignoring
them with 1.x, and 2.x will now error).

see #8143
closes #9914
2015-02-27 11:11:04 -08:00
..
10_doc.yaml Changed the `ignore_missing` client parameter to `ignore: 404` 2013-09-09 23:36:45 +02:00
11_shard_header.yaml Core: Added `_shards` header to all write responses. 2015-01-08 18:10:08 +01:00
15_script.yaml REST tests - add feature groovy_scripting to skip tests if groovy not enabled 2015-02-12 18:08:35 +01:00
20_doc_upsert.yaml Renamed "ok" and "not_ok" to "is_true" and "is_false" 2013-07-01 15:58:23 +02:00
22_doc_as_upsert.yaml [TEST] remove old tests from yaml test suite 2014-01-07 16:19:06 +01:00
25_script_upsert.yaml REST tests - add feature groovy_scripting to skip tests if groovy not enabled 2015-02-12 18:08:35 +01:00
30_internal_version.yaml Version types `EXTERNAL` & `EXTERNAL_GTE` test for version equality in read operation & disallow them in the Update API 2014-04-25 23:06:12 +02:00
35_other_versions.yaml [REST-SPEC] update to update test, to check for es-js error messages 2014-04-29 14:18:20 -07:00
40_routing.yaml [TEST] Replaced RestTestSuiteRunner with parametrized test that uses RandomizedRunner directly 2014-04-07 17:08:05 +02:00
50_parent.yaml Removed parent parameter from update request, because it is just sets the routing. 2015-01-07 10:26:20 +01:00
55_parent_with_routing.yaml Removed parent parameter from update request, because it is just sets the routing. 2015-01-07 10:26:20 +01:00
60_refresh.yaml [TEST] decreased number of replicas to 0 in refresh tests 2014-03-31 11:28:34 +02:00
70_timestamp.yaml Mappings: Store _timestamp by default. 2014-10-20 12:17:26 +02:00
75_ttl.yaml Mappings: Lock down _ttl field 2015-02-27 11:11:04 -08:00
80_fields.yaml [TEST] Fix yaml tests after #4542 2014-01-07 16:06:25 +01:00
85_fields_meta.yaml Mappings: Store _timestamp by default. 2014-10-20 12:17:26 +02:00
90_missing.yaml REST tests - add feature groovy_scripting to skip tests if groovy not enabled 2015-02-12 18:08:35 +01:00
TODO.txt Added tests for update() 2013-06-28 19:44:13 +02:00