From bac91c3e8ff807c2166c6f729f6e8cea0b5269d2 Mon Sep 17 00:00:00 2001 From: Vacha Shah Date: Thu, 18 Aug 2022 06:59:50 +0000 Subject: [PATCH] Ignore some tests for search aggregation for security Signed-off-by: Vacha Shah --- yaml_test_runner/skip_with_security.yml | 50 +++++++++++++++++++++---- 1 file changed, 43 insertions(+), 7 deletions(-) diff --git a/yaml_test_runner/skip_with_security.yml b/yaml_test_runner/skip_with_security.yml index 17b2f5bd..9b5c5148 100644 --- a/yaml_test_runner/skip_with_security.yml +++ b/yaml_test_runner/skip_with_security.yml @@ -98,6 +98,7 @@ tests: free/cat.allocation/10_basic.yml: - "Node ID" + - "Bytes" free/cat.count/10_basic.yml: - "Test cat count output" @@ -118,6 +119,9 @@ tests: free/cluster.allocation_explain/10_basic.yml: - "cluster shard allocation explanation test with empty request" + free/cluster.health/20_request_timeout.yml: + - "cluster health request timeout waiting for active shards" + free/indices.refresh/10_basic.yml: - "Indices refresh test _all" - "Indices refresh test empty array" @@ -132,6 +136,9 @@ tests: - "Basic multi-search" - "Least impact smoke test" + free/range/10_basic.yml: + - "Integer range" + free/search/10_source_filtering.yml: - "*" @@ -151,37 +158,66 @@ tests: - "pre_filter_shard_size with shards that have no hit" free/search.aggregation/100_avg_metric.yml: - - "Aggregating wrong datatype test" + - "*" free/search.aggregation/10_histogram.yml: - "Basic test" - "Format test" free/search.aggregation/110_max_metric.yml: - - "Aggregating wrong datatype test" + - "*" free/search.aggregation/120_min_metric.yml: - - "Aggregating wrong datatype test" + - "*" free/search.aggregation/130_sum_metric.yml: - - "Aggregating wrong datatype test" + - "*" + + free/search.aggregation/140_value_count_metric.yml: + - "*" + + free/search.aggregation/150_stats_metric.yml: + - "*" + + free/search.aggregation/160_extended_stats_metric.yml: + - "*" + + free/search.aggregation/170_cardinality_metric.yml: + - "*" free/search.aggregation/180_percentiles_tdigest_metric.yml: - - "Invalid params test" + - "*" free/search.aggregation/190_percentiles_hdr_metric.yml: - - "Basic test" - - "Invalid params test" + - "*" free/search.aggregation/20_terms.yml: - "*" + + free/search.aggregation/220_filters_bucket.yml: + - "*" free/search.aggregation/260_weighted_avg.yml: - "Basic test" + + free/search.aggregation/270_median_absolute_deviation_metric.yml: + - "*" free/search.aggregation/280_rare_terms.yml: - "*" + free/search.aggregation/280_geohash_grid.yml: + - "Basic test" + + free/search.aggregation/290_geotile_grid.yml: + - "Basic test" + + free/search.aggregation/320_missing.yml: + - "*" + + free/search.aggregation/340_geo_distance.yml: + - "basic" + free/search.aggregation/40_range.yml: - "*"