@@ -26,22 +26,180 @@ tests:
26
26
# expected value json["indices"][0]["name"] to match String("test_index1") but was String(".security-7")
27
27
- " Resolve index with indices, aliases, and data streams"
28
28
29
+ xpack/license/20_put_license.yml :
30
+ # expected value json["basic_was_started"] to match Bool(true) but was Bool(false)
31
+ - " Current license is trial means not eligle to start trial"
32
+ # expected value json["license_status"] to match String("valid") but was String("invalid")
33
+ - " Installing and getting license works"
34
+ # expected value json["acknowledged"] to match Bool(false) but was Bool(true)
35
+ - " Must acknowledge to start basic"
36
+ # expected value json["license_status"] to match String("valid") but was String("invalid")
37
+ - " Should install a feature type license"
38
+
39
+ xpack/license/30_enterprise_license.yml :
40
+ # expected value json["license_status"] to match String("valid") but was String("invalid")
41
+ - " Installing enterprise license"
42
+
43
+ xpack/ml/calendar_crud.yml :
44
+ - " *"
45
+
29
46
xpack/ml/filter_crud.yml :
30
47
# Warning "this request accesses system indices..." to match is wrong on all tests
31
48
- " *"
32
49
50
+ xpack/ml/custom_all_field.yml :
51
+ - " *"
52
+
53
+ xpack/ml/data_frame_analytics_cat_apis.yml :
54
+ - " *"
55
+
56
+ xpack/ml/data_frame_analytics_crud.yml :
57
+ - " *"
58
+
59
+ xpack/ml/datafeed_cat_apis.yml :
60
+ - " *"
61
+
62
+ xpack/ml/datafeeds_crud.yml :
63
+ - " *"
64
+
33
65
xpack/ml/delete_expired_data.yml :
34
66
# Warning "this request accesses system indices..." to match is wrong.
35
67
- " Test delete expired data with job id"
36
68
69
+ xpack/ml/delete_job_force.yml :
70
+ - " *"
71
+
72
+ xpack/ml/explain_data_frame_analytics.yml :
73
+ - " *"
74
+
75
+ xpack/ml/get_datafeed_stats.yml :
76
+ - " *"
77
+
78
+ xpack/ml/get_datafeeds.yml :
79
+ - " *"
80
+
81
+ xpack/ml/get_model_snapshots.yml :
82
+ - " *"
83
+
84
+ xpack/ml/get_trained_model_stats.yml :
85
+ - " *"
86
+
87
+ xpack/ml/inference_crud.yml :
88
+ - " *"
89
+
90
+ xpack/ml/inference_processor.yml :
91
+ - " *"
92
+
93
+ xpack/ml/job_cat_apis.yml :
94
+ - " *"
95
+
96
+ xpack/ml/job_groups.yml :
97
+ - " *"
98
+
99
+ xpack/ml/jobs_crud.yml :
100
+ - " *"
101
+
102
+ xpack/ml/jobs_get.yml :
103
+ - " *"
104
+
105
+ xpack/ml/jobs_get_result_categories.yml :
106
+ - " *"
107
+
108
+ xpack/ml/jobs_get_result_influencers.yml :
109
+ - " *"
110
+
111
+ xpack/ml/jobs_get_result_overall_buckets.yml :
112
+ - " *"
113
+
114
+ xpack/ml/jobs_get_result_records.yml :
115
+ - " *"
116
+
117
+ xpack/ml/jobs_get_stats.yml :
118
+ - " *"
119
+
120
+ xpack/ml/ml_anomalies_default_mappings.yml :
121
+ - " *"
122
+
123
+ xpack/ml/ml_info.yml :
124
+ - " *"
125
+
126
+ xpack/ml/pipeline_inference.yml :
127
+ - " *"
128
+
129
+ xpack/ml/post_data.yml :
130
+ - " *"
131
+
132
+ xpack/ml/preview_datafeed.yml :
133
+ - " *"
134
+
135
+ xpack/ml/set_upgrade_mode.yml :
136
+ - " *"
137
+
138
+ xpack/ml/start_data_frame_analytics.yml :
139
+ - " *"
140
+
141
+ xpack/ml/start_stop_datafeed.yml :
142
+ - " *"
143
+
144
+ xpack/ml/stop_data_frame_analytics.yml :
145
+ - " *"
146
+
147
+ xpack/ml/trained_model_cat_apis.yml :
148
+ - " *"
149
+
150
+ xpack/ml/upgrade_job_snapshot.yml :
151
+ - " *"
152
+
153
+ xpack/privileges/40_get_user_privs.yml :
154
+ - " *"
155
+
156
+ xpack/rollup/delete_job.yml :
157
+ - " *"
158
+
159
+ xpack/rollup/get_jobs.yml :
160
+ - " *"
161
+
162
+ xpack/rollup/put_job.yml :
163
+ - " *"
164
+
165
+ xpack/rollup/security_tests.yml :
166
+ - " *"
167
+
168
+ xpack/rollup/start_job.yml :
169
+ - " *"
170
+
171
+ xpack/rollup/stop_job.yml :
172
+ - " *"
173
+
37
174
xpack/runtime_fields/20_long.yml :
38
175
# expected value ... to match Number(40.0) but was Number(40)
39
176
- " terms agg"
40
- -
177
+
178
+ xpack/searchable_snapshots/10_usage.yml :
179
+ - " *"
180
+
181
+ xpack/set_security_user/10_small_users_one_index.yml :
182
+ - " *"
183
+
184
+ xpack/snapshot/10_basic.yml :
185
+ - " *"
186
+
41
187
xpack/ssl/10_basic.yml :
42
188
# this test returns the CA cert before the cert, so always fails
43
189
- " Test get SSL certificates"
44
190
191
+ xpack/token/10_basic.yml :
192
+ - " *"
193
+
194
+ xpack/token/11_invalidation.yml :
195
+ - " *"
196
+
197
+ xpack/transform/transforms_force_delete.yml :
198
+ - " *"
199
+
200
+ xpack/transform/transforms_start_stop.yml :
201
+ - " *"
202
+
45
203
xpack/transform/transforms_stats_continuous.yml :
46
204
# this test always returns "exponential_avg_checkpoint_duration_ms": 0.0 . seems like it might be missing data in
47
205
# the setup, fires quicker than any documents are processed, or the delay of 1m is too high?
@@ -62,6 +220,9 @@ tests:
62
220
xpack/unsigned_long/60_collapse.yml :
63
221
- " *"
64
222
223
+ xpack/xpack/20_info.yml :
224
+ - " *"
225
+
65
226
free/cat.aliases/10_basic.yml :
66
227
# this test fails as the regex needs a \n before the ending $
67
228
- " Multiple alias names"
0 commit comments