From 8ac5b6162995210461af25dd452551731043653e Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Mon, 28 Oct 2024 14:01:31 +0000 Subject: [PATCH] Updates skipped tests free --- .../spec/rest_api/skipped_tests_free.yml | 48 +++++++++++++++++++ .../spec/rest_api/skipped_tests_platinum.yml | 3 ++ 2 files changed, 51 insertions(+) diff --git a/elasticsearch-api/spec/rest_api/skipped_tests_free.yml b/elasticsearch-api/spec/rest_api/skipped_tests_free.yml index fa53c4d4d..ed6fadef2 100644 --- a/elasticsearch-api/spec/rest_api/skipped_tests_free.yml +++ b/elasticsearch-api/spec/rest_api/skipped_tests_free.yml @@ -162,3 +162,51 @@ - :file: 'ingest_geoip/60_ip_location_databases.yml' :description: '*' +- + :file: 'index/91_metrics_no_subobjects.yml' + :description: 'Metrics object indexing with synthetic source' +- + :file: 'indices.create/20_synthetic_source.yml' + :description: '*' +- + :file: 'indices.create/21_synthetic_source_stored.yml' + :description: '*' +- + :file: 'indices.put_mapping/10_basic.yml' + :description: 'disabling synthetic source fails' +- + :file: 'logsdb/20_source_mapping.yml' + :description: 'synthetic _source is default' +- + :file: 'index/92_metrics_auto_subobjects.yml' + :description: 'Metrics object indexing with synthetic source' +- + :file: 'tsdb/20_mapping.yml' + :description: 'Synthetic source' +- + :file: 'search.highlight/50_synthetic_source.yml' + :description: 'text multi fvh source order' +- + :file: 'search.highlight/50_synthetic_source.yml' + :description: 'text multi fvh score order' +- + :file: 'update/100_synthetic_source.yml' + :description: 'stored text' +- + :file: 'get/100_synthetic_source.yml' + :description: 'fetch without refresh also produces synthetic source' +- + :file: 'update/100_synthetic_source.yml' + :description: 'stored text' +- + :file: 'update/100_synthetic_source.yml' + :description: 'keyword' +- + :file: 'update/100_synthetic_source.yml' + :description: 'fetch without refresh also produces synthetic source' +- + :file: 'get/100_synthetic_source.yml' + :description: 'flattened field' +- + :file: 'range/20_synthetic_source.yml' + :description: '*' diff --git a/elasticsearch-api/spec/rest_api/skipped_tests_platinum.yml b/elasticsearch-api/spec/rest_api/skipped_tests_platinum.yml index 2515cf38a..d335b89d2 100644 --- a/elasticsearch-api/spec/rest_api/skipped_tests_platinum.yml +++ b/elasticsearch-api/spec/rest_api/skipped_tests_platinum.yml @@ -214,3 +214,6 @@ - :file: 'esql/180_match_operator.yml' :description: '*' +- + :file: 'esql/60_usage.yml' + :description: 'Basic ESQL usage output (telemetry) non-snapshot version'