Skip to content

Commit daeaacd

Browse files
committed
Update skip list
1 parent e071d3e commit daeaacd

File tree

1 file changed

+46
-16
lines changed
  • internal/build/cmd/generate/commands/gentests

1 file changed

+46
-16
lines changed

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

Lines changed: 46 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,15 @@ var skipFiles = []string{
6767
".*esql\\/.*.yml",
6868
"deprecation/10_basic.yml", // incompatible test generation
6969
"search/520_fetch_fields.yml", // disabled for inconsistency
70+
"search.vectors/90_sparse_vector.yml",
71+
"indices.create/21_synthetic_source_stored.yml",
72+
"indices.create/20_synthetic_source.yml",
73+
"indices.recovery/20_synthetic_source.yml",
7074
"ingest_geoip/20_geoip_processor.yml",
75+
"range/20_synthetic_source.yml",
76+
"search/600_flattened_ignore_above.yml",
77+
"search/540_ignore_above_synthetic_source.yml",
78+
"update/100_synthetic_source.yml",
7179
}
7280

7381
// TODO: Comments into descriptions for `Skip()`
@@ -465,6 +473,7 @@ nodes.stats/11_indices_metrics.yml:
465473
- Metric - blank for indices shards
466474
- Metric - _all for indices shards
467475
- indices shards total count test
476+
- indices mappings exact count test for indices level
468477
- Lucene segment level fields stats
469478
470479
data_stream/10_data_stream_resolvability.yml:
@@ -530,12 +539,22 @@ get/100_synthetic_source.yml:
530539
- non-indexed dense vectors
531540
- fields with ignore_malformed
532541
- flattened field with ignore_above
542+
- fetch without refresh also produces synthetic source
543+
- doc values keyword with ignore_above
544+
- stored keyword with ignore_above
545+
- flattened field
546+
- flattened field with ignore_above and arrays
533547
534548
indices.stats/70_write_load.yml:
535549
- Write load average is tracked at shard level
536550
537551
search/400_synthetic_source.yml:
538552
- stored keyword without sibling fields
553+
- doc values keyword with ignore_above
554+
- stored keyword with ignore_above
555+
556+
search/140_pre_filter_search_shards.yml:
557+
- pre_filter_shard_size with shards that have no hit
539558
540559
health/10_usage.yml:
541560
- Usage stats on the health API
@@ -562,6 +581,7 @@ logsdb/10_settings.yml:
562581
- override sort order settings
563582
- override sort missing settings
564583
- override sort mode settings
584+
- default ignore dynamic beyond limit and default sorting with hostname
565585
566586
# expects map, got nil
567587
search/520_fetch_fields.yml:
@@ -571,29 +591,39 @@ search/520_fetch_fields.yml:
571591
spatial/140_synthetic_source.yml:
572592
- point
573593
574-
search.suggest/20_phrase.yml:
575-
- breaks ties by sorting terms
594+
analysis-common/40_token_filters.yml:
595+
- stemmer_override file access
576596
577-
search/600_flattened_ignore_above.yml:
578-
- flattened ignore_above single-value field
597+
cluster.stats/30_ccs_stats.yml:
598+
- cross-cluster search stats search
579599
580-
ingest_geoip/50_ip_lookup_processor.yml:
581-
- Test ip_location processor with defaults
600+
cluster.stats/40_source_modes.yml:
601+
- test source modes
582602
583-
ingest_geoip/60_ip_location_databases.yml:
584-
- Test adding, getting, and removing ip location databases
603+
index/92_metrics_auto_subobjects.yml:
604+
- Metrics object indexing with synthetic source
585605
586-
ingest_geoip/30_geoip_stats.yml:
587-
- Test geoip stats
606+
index/91_metrics_no_subobjects.yml:
607+
- Metrics object indexing with synthetic source
588608
589609
ingest_geoip/40_geoip_databases.yml:
590610
- Test adding, getting, and removing geoip databases
591611
592-
indices.create/20_synthetic_source.yml:
593-
- synthetic_source with disabled doc_values
594-
- synthetic_source with copy_to
595-
- disabled object contains array
612+
ingest_geoip/30_geoip_stats.yml:
613+
- Test geoip stats
596614
597-
cluster.stats/30_ccs_stats.yml:
598-
- cross-cluster search stats search
615+
ingest_geoip/60_ip_location_databases.yml:
616+
- Test adding, getting, and removing ip location databases
617+
618+
ingest_geoip/50_ip_lookup_processor.yml:
619+
- Test ip_location processor with defaults
620+
621+
logsdb/20_source_mapping.yml:
622+
- synthetic _source is default
623+
624+
search.suggest/20_phrase.yml:
625+
- breaks ties by sorting terms
626+
627+
migrate/30_create_from.yml:
628+
- Test create_from with remove_index_blocks default of true
599629
`

0 commit comments

Comments
 (0)