Skip to content

Commit e694fc1

Browse files
committed
Update skip list for 8.6
1 parent 1977ec2 commit e694fc1

File tree

1 file changed

+33
-8
lines changed
  • internal/build/cmd/generate/commands/gentests

1 file changed

+33
-8
lines changed

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

Lines changed: 33 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,11 @@ var skipFiles = []string{
5252
"indices.stats/60_field_usage.yml", // Needs a replacement mechanism implementation
5353
"eql/10_basic.yml",
5454
"field_caps/50_fieldtype_filter.yml", // Incompatible test, need handling for double escaping keys with dots
55-
"search.aggregation/350_variable_width_histogram.yml",
56-
"cluster.desired_nodes/10_basic.yml", // incompatible $ stash replacement
57-
"api_key/12_grant.yml", // incompatible $ stash replacement, need bearer token integration
55+
"aggregations/variable_width_histogram.yml",
56+
"cluster.desired_nodes/10_basic.yml", // incompatible $ stash replacement
57+
"api_key/12_grant.yml", // incompatible $ stash replacement, need bearer token integration
58+
"aggregations/percentiles_bucket.yml", // incompatible maps
59+
"user_profile/10_basic.yml",
5860
}
5961

6062
// TODO: Comments into descriptions for `Skip()`
@@ -121,16 +123,16 @@ cat.aliases/20_headers.yml:
121123
- Simple alias with yaml body through Accept header
122124
123125
# Incorrect int instead of float in match (aggregations.date_range.buckets.0.from: 1000000); TODO: PR
124-
search.aggregation/40_range.yml:
126+
aggregations/range.yml:
125127
- Date range
126128
- Min and max long range bounds
127129
128130
# Mismatch in number parsing, 8623000 != 8.623e+06
129-
search.aggregation/340_geo_distance.yml:
131+
aggregations/geo_distance.yml:
130132
- avg_bucket
131133
132134
# .key in map issue
133-
search.aggregation/200_top_hits.yml:
135+
aggregations/top_hits.yml:
134136
- explain
135137
136138
# No support for headers per request yet
@@ -162,6 +164,8 @@ test/indices.put_template/10_basic.yml:
162164
cat.templates/10_basic.yml:
163165
- "Sort templates"
164166
- "Multiple template"
167+
ml/trained_model_cat_apis.yml:
168+
- Test cat trained models
165169
166170
# Missing test setup
167171
cluster.voting_config_exclusions/10_basic.yml:
@@ -348,8 +352,14 @@ runtime_fields/10_keyword.yml:
348352
vector-tile/10_basic.yml:
349353
vector-tile/20_aggregations.yml:
350354
351-
# Test uses "n" as a property name, which is parsed as 'false' in the Go YAML library;
352-
search.aggregation/10_histogram.yml:
355+
# Test uses a char as a property name, which is parsed as 'false' in the Go YAML library;
356+
aggregations/derivative.yml:
357+
- in histogram
358+
- partially mapped
359+
aggregations/histogram.yml:
360+
- histogram profiler
361+
aggregations/moving_fn.yml:
362+
- in histogram
353363
354364
# Getting "no matching index template found for data stream [invalid-data-stream]"
355365
data_stream/10_basic.yml:
@@ -444,4 +454,19 @@ analytics/histogram.yml:
444454
# incompatible storage
445455
searchable_snapshots/20_synthetic_source.yml:
446456
- Tests searchable snapshots usage stats
457+
458+
# incompatible float format
459+
aggregations/max_metric.yml:
460+
- Merging results with unmapped fields
461+
462+
# unsupported file upload
463+
get/100_synthetic_source.yml:
464+
- indexed dense vectors
465+
- non-indexed dense vectors
466+
467+
indices.stats/70_write_load.yml:
468+
- Write load average is tracked at shard level
469+
470+
search/400_synthetic_source.yml:
471+
- stored keyword without sibling fields
447472
`

0 commit comments

Comments
 (0)