Skip to content

Commit 97d794d

Browse files
committed
Update skip list for 8.17
1 parent 3cb510f commit 97d794d

File tree

1 file changed

+39
-7
lines changed
  • internal/build/cmd/generate/commands/gentests

1 file changed

+39
-7
lines changed

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

Lines changed: 39 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,15 @@ var skipFiles = []string{
6565
"dlm/10_usage.yml", // incompatible float expansion
6666
"api_key/60_admin_user.yml",
6767
".*esql\\/.*.yml",
68+
"ingest_geoip/.*.yml",
6869
"deprecation/10_basic.yml", // incompatible test generation
6970
"search/520_fetch_fields.yml", // disabled for inconsistency
71+
"ingest_geoip/20_geoip_processor.yml",
72+
"cluster.stats/.*.yml", // incompatible cluster test
73+
"get/100_synthetic_source.yml", // unsupported file upload
74+
"indices.create/20_synthetic_source.yml",
75+
"indices.create/21_synthetic_source_stored.yml",
76+
"range/20_synthetic_source.yml",
7077
}
7178

7279
// TODO: Comments into descriptions for `Skip()`
@@ -224,6 +231,9 @@ tsdb/40_search.yml:
224231
tsdb/70_dimension_types.yml:
225232
- flattened field missing routing path field
226233
234+
tsdb/20_mapping.yml:
235+
- disabled source is not supported
236+
227237
# Deliberate wrong type doesn't match Go types
228238
cluster.desired_nodes/10_basic.yml:
229239
- Test version must be a number
@@ -358,6 +368,7 @@ ml/text_expansion_search_rank_features.yml:
358368
# TEMPORARY: Missing 'body: { indices: "test_index" }' payload, TODO: PR
359369
snapshot/10_basic.yml:
360370
- Create a source only snapshot and then restore it
371+
- Failed to snapshot indices with synthetic source
361372
362373
# illegal_argument_exception: Provided password hash uses [NOOP] but the configured hashing algorithm is [BCRYPT]
363374
users/10_basic.yml:
@@ -464,6 +475,8 @@ nodes.stats/11_indices_metrics.yml:
464475
- Metric - blank for indices shards
465476
- Metric - _all for indices shards
466477
- indices shards total count test
478+
- Lucene segment level fields stats
479+
467480
468481
data_stream/10_data_stream_resolvability.yml:
469482
- Verify data stream resolvability in ILM remove policy API
@@ -522,18 +535,13 @@ ml/learning_to_rank_rescorer.yml:
522535
aggregations/max_metric.yml:
523536
- Merging results with unmapped fields
524537
525-
# unsupported file upload
526-
get/100_synthetic_source.yml:
527-
- indexed dense vectors
528-
- non-indexed dense vectors
529-
- fields with ignore_malformed
530-
- flattened field with ignore_above
531-
532538
indices.stats/70_write_load.yml:
533539
- Write load average is tracked at shard level
534540
535541
search/400_synthetic_source.yml:
536542
- stored keyword without sibling fields
543+
- doc values keyword with ignore_above
544+
- stored keyword with ignore_above
537545
538546
health/10_usage.yml:
539547
- Usage stats on the health API
@@ -568,4 +576,28 @@ search/520_fetch_fields.yml:
568576
569577
spatial/140_synthetic_source.yml:
570578
- point
579+
580+
index/92_metrics_auto_subobjects.yml:
581+
- Metrics object indexing with synthetic source
582+
583+
index/91_metrics_no_subobjects.yml:
584+
- Metrics object indexing with synthetic source
585+
586+
logsdb/20_source_mapping.yml:
587+
- synthetic _source is default
588+
- disabled _source is not supported
589+
590+
search/600_flattened_ignore_above.yml:
591+
- flattened ignore_above single-value field
592+
593+
search/540_ignore_above_synthetic_source.yml:
594+
- ignore_above mapping level setting on arrays
595+
- ignore_above mapping overrides setting on arrays
596+
597+
search.suggest/20_phrase.yml:
598+
- breaks ties by sorting terms
599+
600+
update/100_synthetic_source.yml:
601+
- keyword
602+
- stored text
571603
`

0 commit comments

Comments
 (0)