@@ -119,11 +119,16 @@ cat.aliases/20_headers.yml:
119119# Incorrect int instead of float in match (aggregations.date_range.buckets.0.from: 1000000); TODO: PR
120120search.aggregation/40_range.yml:
121121 - Date range
122+ - Min and max long range bounds
122123
123124# Mismatch in number parsing, 8623000 != 8.623e+06
124125search.aggregation/340_geo_distance.yml:
125126 - avg_bucket
126127
128+ # .key in map issue
129+ search.aggregation/200_top_hits.yml:
130+ - explain
131+
127132# No support for headers per request yet
128133tasks.list/10_basic.yml:
129134 - tasks_list headers
@@ -184,6 +189,14 @@ tsdb/40_search.yml:
184189# Deliberate wrong type doesn't match Go types
185190cluster.desired_nodes/10_basic.yml:
186191 - Test version must be a number
192+ - Test update move to a new history id
193+ - Test delete desired nodes
194+ - Test using the same version with different definition is forbidden
195+ - Test unknown settings are allowed in future versions
196+ - Test some settings can be overridden
197+ - Test history_id must be present
198+ - Test update desired nodes is idempotent
199+ - Test going backwards within the same history is forbidden
187200
188201# ----- X-Pack ----------------------------------------------------------------
189202
@@ -356,6 +369,10 @@ data_stream/40_supported_apis.yml:
356369data_stream/90_reindex.yml:
357370 - Reindex from data stream into an index
358371
372+ # Needs further implementation of .key access to map variables
373+ data_streams/10_data_stream_resolvability.yml:
374+ - Verify data stream resolvability in ILM remove policy API
375+
359376# Error: constant 9223372036854775808 overflows int (https://play.golang.org/p/7pUdz-_Pdom)
360377unsigned_long/10_basic.yml:
361378unsigned_long/20_null_value.yml:
@@ -396,4 +413,8 @@ api_key/20_query.yml:
396413
397414change_password/10_basic.yml:
398415 - Test changing users password with prehashed password
416+
417+ token/10_basic.yml:
418+ - Test invalidate user's tokens
419+ - Test invalidate realm's tokens
399420`
0 commit comments