Skip to content

Commit a7e4595

Browse files
[CI] Update yaml tests skip list (#444) (#445)
* [CI] Update yaml tests skip list Co-authored-by: Laurent Saint-Félix <[email protected]>
1 parent 3a147cc commit a7e4595

File tree

1 file changed

+21
-0
lines changed
  • internal/build/cmd/generate/commands/gentests

1 file changed

+21
-0
lines changed

internal/build/cmd/generate/commands/gentests/skips.go

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
120120
search.aggregation/40_range.yml:
121121
- Date range
122+
- Min and max long range bounds
122123
123124
# Mismatch in number parsing, 8623000 != 8.623e+06
124125
search.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
128133
tasks.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
185190
cluster.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:
356369
data_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)
360377
unsigned_long/10_basic.yml:
361378
unsigned_long/20_null_value.yml:
@@ -396,4 +413,8 @@ api_key/20_query.yml:
396413
397414
change_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

Comments
 (0)