Skip to content

Commit 906985b

Browse files
committed
Update skip list
1 parent 405dd4d commit 906985b

File tree

1 file changed

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

1 file changed

+36
-0
lines changed

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ var skipFiles = []string{
5252
"indices.stats/50_disk_usage.yml", // Needs a replacement mechanism implementation
5353
"indices.stats/60_field_usage.yml", // Needs a replacement mechanism implementation
5454
"indices.stats/100_search_idle.yml", // incompatible maps of array
55+
"indices.stats/80_search_load.yml",
5556
"eql/10_basic.yml",
5657
"field_caps/50_fieldtype_filter.yml", // Incompatible test, need handling for double escaping keys with dots
5758
"aggregations/variable_width_histogram.yml",
@@ -68,6 +69,7 @@ var skipFiles = []string{
6869
"deprecation/10_basic.yml", // incompatible test generation
6970
"search/520_fetch_fields.yml", // disabled for inconsistency
7071
"search.vectors/90_sparse_vector.yml",
72+
"search.vectors/220_dense_vector_node_index_stats.yml",
7173
"indices.create/21_synthetic_source_stored.yml",
7274
"indices.create/20_synthetic_source.yml",
7375
"indices.recovery/20_synthetic_source.yml",
@@ -76,6 +78,10 @@ var skipFiles = []string{
7678
"search/600_flattened_ignore_above.yml",
7779
"search/540_ignore_above_synthetic_source.yml",
7880
"update/100_synthetic_source.yml",
81+
"tsdb/160_nested_fields.yml",
82+
"tsdb/90_unsupported_operations.yml",
83+
".*inference/.*.yml", // incompatible inference tests
84+
".*mustache/.*.yml", // incompatible mustache tests
7985
}
8086

8187
// TODO: Comments into descriptions for `Skip()`
@@ -434,6 +440,10 @@ data_stream/10_basic.yml:
434440
- Create data stream
435441
- Create data stream with invalid name
436442
- append-only writes to backing indices prohibited
443+
- Create data stream with failure store
444+
- Get data stream api check existence of replicated field
445+
- Get data stream api check existence of allow_custom_routing field
446+
- Create data stream with match all template
437447
438448
# The matcher like 'indices.0.aliases.0' points to internal index
439449
data_stream/80_resolve_index_data_streams.yml:
@@ -460,6 +470,15 @@ data_stream/90_reindex.yml:
460470
data_streams/10_data_stream_resolvability.yml:
461471
- Verify data stream resolvability in ILM remove policy API
462472
473+
data_stream/230_data_stream_options.yml:
474+
- Test partially resetting failure store options in template composition
475+
476+
data_stream/240_data_stream_settings.yml:
477+
- Test single data stream
478+
- Test dry run
479+
- Test null out settings
480+
- Test null out settings component templates only
481+
463482
# Error: constant 9223372036854775808 overflows int (https://play.golang.org/p/7pUdz-_Pdom)
464483
unsigned_long/10_basic.yml:
465484
unsigned_long/20_null_value.yml:
@@ -566,6 +585,9 @@ search/140_pre_filter_search_shards.yml:
566585
health/10_usage.yml:
567586
- Usage stats on the health API
568587
588+
health/40_diagnosis.yml:
589+
- Diagnosis
590+
569591
esql/10_basic.yml:
570592
- Test Mixed Input Params
571593
@@ -633,4 +655,18 @@ search.suggest/20_phrase.yml:
633655
634656
migrate/30_create_from.yml:
635657
- Test create_from with remove_index_blocks default of true
658+
659+
#unsupported vector searches
660+
search.vectors/41_knn_search_bbq_hnsw.yml:
661+
- Test index configured rescore vector updateable and settable to 0
662+
search.vectors/41_knn_search_byte_quantized.yml:
663+
- Test index configured rescore vector updateable and settable to 0
664+
search.vectors/46_knn_search_bbq_ivf.yml:
665+
- Test index configured rescore vector updateable and settable to 0
666+
search.vectors/41_knn_search_half_byte_quantized.yml:
667+
- Test index configured rescore vector updateable and settable to 0
668+
669+
tsdb/25_id_generation.yml:
670+
- delete over _bulk
671+
636672
`

0 commit comments

Comments
 (0)