@@ -11,18 +11,20 @@ features:
11
11
12
12
# tests to skip generating and compiling a test for
13
13
tests :
14
- xpack/ssl/10_basic.yml :
15
- # this test returns the CA cert before the cert, so always fails
16
- - " Test get SSL certificates"
17
14
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"
22
22
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"
26
28
27
29
xpack/ml/filter_crud.yml :
28
30
# Warning "this request accesses system indices..." to match is wrong on all tests
@@ -35,10 +37,15 @@ tests:
35
37
xpack/runtime_fields/20_long.yml :
36
38
# expected value ... to match Number(40.0) but was Number(40)
37
39
- " 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"
38
44
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"
42
49
43
50
# Test generator currently doesn't handle unsigned long values.
44
51
# We skip all tests as even the setup code will fail to compile.
@@ -55,32 +62,42 @@ tests:
55
62
xpack/unsigned_long/60_collapse.yml :
56
63
- " *"
57
64
58
- oss /cat.aliases/10_basic.yml :
65
+ free /cat.aliases/10_basic.yml :
59
66
# this test fails as the regex needs a \n before the ending $
60
67
- " Multiple alias names"
61
68
62
- oss /cat.indices/10_basic.yml :
69
+ free /cat.indices/10_basic.yml :
63
70
# this test fails as the regex needs a \n before the ending $
64
71
- " Test cat indices using health status"
65
72
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"
70
78
71
- oss /indices.flush/10_basic.yml :
79
+ free /indices.flush/10_basic.yml :
72
80
# uses number as a key into object. serde_json::Value expects a string key
73
81
- " Index synced flush rest test"
74
82
75
- oss /indices.segments/10_basic.yml :
83
+ free /indices.segments/10_basic.yml :
76
84
# uses number as a key into object. serde_json::Value expects a string key
77
85
- " basic segments test"
78
86
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 :
80
93
# uses number as a key into object. serde_json::Value expects a string key
81
94
- " Level - shards"
82
95
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 :
84
101
# The use of an invalid window interval results in a 400 response which looks like
85
102
# it suppresses the sending of deprecation headers
86
103
- " Bad window deprecated interval"
0 commit comments