@@ -11,18 +11,20 @@ features:
1111
1212# tests to skip generating and compiling a test for
1313tests :
14- xpack/ssl/10_basic.yml :
15- # this test returns the CA cert before the cert, so always fails
16- - " Test get SSL certificates"
1714
18- xpack/transform/transforms_stats_continuous.yml :
19- # this test always returns "exponential_avg_checkpoint_duration_ms": 0.0 . seems like it might be missing data in
20- # the setup, fires quicker than any documents are processed, or the delay of 1m is too high?
21- - " Test get continuous transform stats"
15+ xpack/api_key/10_basic.yml :
16+ # Regex contains variable substitutions that the test harness doesn't support yet
17+ - " Test invalidate api keys"
18+
19+ xpack/data_stream/40_supported_apis.yml :
20+ # uses number as a key into object. serde_json::Value expects a string key
21+ - " Verify shard stores api"
2222
23- xpack/ml/jobs_get_result_overall_buckets.yml :
24- # this test always returns 3 buckets where 1 is expected
25- - " Test overall buckets given overall_score filter"
23+ xpack/data_stream/80_resolve_index_data_streams.yml :
24+ # Regex not properly interpreted by the test harness
25+ - " Resolve index with hidden and closed indices"
26+ # expected value json["indices"][0]["name"] to match String("test_index1") but was String(".security-7")
27+ - " Resolve index with indices, aliases, and data streams"
2628
2729 xpack/ml/filter_crud.yml :
2830 # Warning "this request accesses system indices..." to match is wrong on all tests
@@ -35,10 +37,15 @@ tests:
3537 xpack/runtime_fields/20_long.yml :
3638 # expected value ... to match Number(40.0) but was Number(40)
3739 - " terms agg"
40+ -
41+ xpack/ssl/10_basic.yml :
42+ # this test returns the CA cert before the cert, so always fails
43+ - " Test get SSL certificates"
3844
39- xpack/snapshot/10_basic.yml :
40- # this test fails because it can't access snapshot to restore it
41- - " Create a source only snapshot and then restore it"
45+ xpack/transform/transforms_stats_continuous.yml :
46+ # this test always returns "exponential_avg_checkpoint_duration_ms": 0.0 . seems like it might be missing data in
47+ # the setup, fires quicker than any documents are processed, or the delay of 1m is too high?
48+ - " Test get continuous transform stats"
4249
4350 # Test generator currently doesn't handle unsigned long values.
4451 # We skip all tests as even the setup code will fail to compile.
@@ -55,32 +62,42 @@ tests:
5562 xpack/unsigned_long/60_collapse.yml :
5663 - " *"
5764
58- oss /cat.aliases/10_basic.yml :
65+ free /cat.aliases/10_basic.yml :
5966 # this test fails as the regex needs a \n before the ending $
6067 - " Multiple alias names"
6168
62- oss /cat.indices/10_basic.yml :
69+ free /cat.indices/10_basic.yml :
6370 # this test fails as the regex needs a \n before the ending $
6471 - " Test cat indices using health status"
6572
66- oss/indices.shard_stores/10_basic.yml :
67- # uses number as a key into object. serde_json::Value expects a string key
68- - " basic index test"
69- - " multiple indices test"
73+ free/cat.templates/10_basic.yml :
74+ # Regex do not account for hidden templates returned by the request
75+ - " Multiple template"
76+ - " No templates"
77+ - " Sort templates"
7078
71- oss /indices.flush/10_basic.yml :
79+ free /indices.flush/10_basic.yml :
7280 # uses number as a key into object. serde_json::Value expects a string key
7381 - " Index synced flush rest test"
7482
75- oss /indices.segments/10_basic.yml :
83+ free /indices.segments/10_basic.yml :
7684 # uses number as a key into object. serde_json::Value expects a string key
7785 - " basic segments test"
7886
79- oss/indices.stats/12_level.yml :
87+ free/indices.shard_stores/10_basic.yml :
88+ # uses number as a key into object. serde_json::Value expects a string key
89+ - " basic index test"
90+ - " multiple indices test"
91+
92+ free/indices.stats/12_level.yml :
8093 # uses number as a key into object. serde_json::Value expects a string key
8194 - " Level - shards"
8295
83- oss/search.aggregation/250_moving_fn.yml :
96+ free/nodes.info/10_basic.yml :
97+ # node has a lot more roles than those checked in the test (expects "ingest", finds "data_cold")
98+ - " node_info role test"
99+
100+ free/search.aggregation/250_moving_fn.yml :
84101 # The use of an invalid window interval results in a 400 response which looks like
85102 # it suppresses the sending of deprecation headers
86103 - " Bad window deprecated interval"
0 commit comments