File tree 27 files changed +84
-1
lines changed
aggs-matrix-stats/src/test/resources/rest-api-spec/test/stats
analysis-common/src/test/resources/rest-api-spec/test/analysis-common
ingest-common/src/test/resources/rest-api-spec/test/ingest
lang-expression/src/test/resources/rest-api-spec/test/lang_expression
lang-mustache/src/test/resources/rest-api-spec/test/lang_mustache
lang-painless/src/test/resources/rest-api-spec/test/painless
repository-url/src/test/resources/rest-api-spec/test/repository_url
transport-netty4/src/test/resources/rest-api-spec/test
discovery-azure-classic/src/test/resources/rest-api-spec/test/discovery_azure_classic
discovery-ec2/src/test/resources/rest-api-spec/test/discovery_ec2
discovery-gce/src/test/resources/rest-api-spec/test/discovery_gce
custom-suggester/src/test/resources/rest-api-spec/test/custom-suggester
painless-whitelist/src/test/resources/rest-api-spec/test/painless_whitelist
rescore/src/test/resources/rest-api-spec/test/example-rescore
script-expert-scoring/src/test/resources/rest-api-spec/test/script_expert_scoring
ingest-attachment/src/test/resources/rest-api-spec/test/ingest_attachment
ingest-geoip/src/test/resources/rest-api-spec/test/ingest_geoip
ingest-user-agent/src/test/resources/rest-api-spec/test/ingest-useragent
repository-azure/src/test/resources/rest-api-spec/test/repository_azure
repository-gcs/src/test/resources/rest-api-spec/test/repository_gcs
repository-hdfs/src/test/resources/rest-api-spec/test
repository-s3/src/test/resources/rest-api-spec/test/repository_s3
store-smb/src/test/resources/rest-api-spec/test/store_smb
test/framework/src/main/java/org/elasticsearch/test/rest/yaml
x-pack/plugin/src/test/resources/rest-api-spec/test
27 files changed +84
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Integration tests for Matrix Aggs Plugin
2
2
#
3
3
" Matrix stats aggs loaded " :
4
+ - skip :
5
+ reason : " contains is a newly added assertion"
6
+ features : contains
4
7
- do :
5
8
cluster.state : {}
6
9
Original file line number Diff line number Diff line change 1
1
" Module loaded " :
2
+ - skip :
3
+ reason : " contains is a newly added assertion"
4
+ features : contains
2
5
- do :
3
6
cluster.state : {}
4
7
Original file line number Diff line number Diff line change 1
1
" Ingest common installed " :
2
+ - skip :
3
+ reason : " contains is a newly added assertion"
4
+ features : contains
2
5
- do :
3
6
cluster.state : {}
4
7
Original file line number Diff line number Diff line change 1
1
# Integration tests for Expression scripts
2
2
#
3
3
" Expression loaded " :
4
+ - skip :
5
+ reason : " contains is a newly added assertion"
6
+ features : contains
4
7
- do :
5
8
cluster.state : {}
6
9
Original file line number Diff line number Diff line change 1
1
# Integration tests for Mustache scripts
2
2
#
3
3
" Mustache loaded " :
4
+ - skip :
5
+ reason : " contains is a newly added assertion"
6
+ features : contains
4
7
- do :
5
8
cluster.state : {}
6
9
Original file line number Diff line number Diff line change 1
1
# Integration tests for Painless Plugin
2
2
#
3
3
" Painless plugin loaded " :
4
+ - skip :
5
+ reason : " contains is a newly added assertion"
6
+ features : contains
4
7
- do :
5
8
cluster.state : {}
6
9
Original file line number Diff line number Diff line change @@ -103,6 +103,9 @@ teardown:
103
103
104
104
---
105
105
" Module repository-url is loaded " :
106
+ - skip :
107
+ reason : " contains is a newly added assertion"
108
+ features : contains
106
109
- do :
107
110
cluster.state : {}
108
111
Original file line number Diff line number Diff line change 1
1
# Integration tests for Netty transport
2
2
#
3
3
" Netty loaded " :
4
+ - skip :
5
+ reason : " contains is a newly added assertion"
6
+ features : contains
4
7
- do :
5
8
cluster.state : {}
6
9
Original file line number Diff line number Diff line change 1
1
# Integration tests for Azure Classic Discovery component
2
2
#
3
3
" Discovery Azure Classic loaded " :
4
+ - skip :
5
+ reason : " contains is a newly added assertion"
6
+ features : contains
4
7
- do :
5
8
cluster.state : {}
6
9
Original file line number Diff line number Diff line change 1
1
# Integration tests for Discovery EC2 component
2
2
#
3
3
" Discovery EC2 loaded " :
4
+ - skip :
5
+ reason : " contains is a newly added assertion"
6
+ features : contains
4
7
- do :
5
8
cluster.state : {}
6
9
Original file line number Diff line number Diff line change 1
1
# Integration tests for Discovery GCE components
2
2
#
3
3
" Discovery GCE loaded " :
4
+ - skip :
5
+ reason : " contains is a newly added assertion"
6
+ features : contains
4
7
- do :
5
8
cluster.state : {}
6
9
Original file line number Diff line number Diff line change 1
1
# tests that the custom suggester plugin is installed
2
2
---
3
3
" plugin loaded " :
4
+ - skip :
5
+ reason : " contains is a newly added assertion"
6
+ features : contains
4
7
- do :
5
8
cluster.state : {}
6
9
Original file line number Diff line number Diff line change 1
1
# Integration tests for the painless whitelist example plugin
2
2
#
3
3
" Plugin loaded " :
4
+ - skip :
5
+ reason : " contains is a newly added assertion"
6
+ features : contains
4
7
- do :
5
8
cluster.state : {}
6
9
Original file line number Diff line number Diff line change 1
1
# Integration tests for the expert scoring script example plugin
2
2
#
3
3
" Plugin loaded " :
4
+ - skip :
5
+ reason : " contains is a newly added assertion"
6
+ features : contains
4
7
- do :
5
8
cluster.state : {}
6
9
Original file line number Diff line number Diff line change 1
1
# Integration tests for the expert scoring script example plugin
2
2
#
3
3
" Plugin loaded " :
4
+ - skip :
5
+ reason : " contains is a newly added assertion"
6
+ features : contains
4
7
- do :
5
8
cluster.state : {}
6
9
Original file line number Diff line number Diff line change 1
1
" Ingest attachment plugin installed " :
2
+ - skip :
3
+ reason : " contains is a newly added assertion"
4
+ features : contains
2
5
- do :
3
6
cluster.state : {}
4
7
Original file line number Diff line number Diff line change 1
1
" Ingest plugin installed " :
2
+ - skip :
3
+ reason : " contains is a newly added assertion"
4
+ features : contains
2
5
- do :
3
6
cluster.state : {}
4
7
Original file line number Diff line number Diff line change 1
1
" ingest-user-agent plugin installed " :
2
+ - skip :
3
+ reason : " contains is a newly added assertion"
4
+ features : contains
2
5
- do :
3
6
cluster.state : {}
4
7
Original file line number Diff line number Diff line change 1
1
# Integration tests for repository-azure
2
2
#
3
3
" Plugin repository-azure is loaded " :
4
+ - skip :
5
+ reason : " contains is a newly added assertion"
6
+ features : contains
4
7
- do :
5
8
cluster.state : {}
6
9
Original file line number Diff line number Diff line change 1
1
# Integration tests for repository-gcs
2
2
#
3
3
" Plugin repository-gcs is loaded " :
4
+ - skip :
5
+ reason : " contains is a newly added assertion"
6
+ features : contains
4
7
- do :
5
8
cluster.state : {}
6
9
Original file line number Diff line number Diff line change 3
3
# Check plugin is installed
4
4
#
5
5
" Plugin loaded " :
6
+ - skip :
7
+ reason : " contains is a newly added assertion"
8
+ features : contains
6
9
- do :
7
10
cluster.state : {}
8
11
Original file line number Diff line number Diff line change 3
3
# Check plugin is installed
4
4
#
5
5
" Plugin loaded " :
6
+ - skip :
7
+ reason : " contains is a newly added assertion"
8
+ features : contains
6
9
- do :
7
10
cluster.state : {}
8
11
Original file line number Diff line number Diff line change 1
1
# Integration tests for repository-s3
2
2
#
3
3
" Plugin repository-s3 is loaded " :
4
+ - skip :
5
+ reason : " contains is a newly added assertion"
6
+ features : contains
4
7
- do :
5
8
cluster.state : {}
6
9
Original file line number Diff line number Diff line change 1
1
# Integration tests for SMB Store component
2
2
#
3
3
" SMB Store loaded " :
4
+ - skip :
5
+ reason : " contains is a newly added assertion"
6
+ features : contains
4
7
- do :
5
8
cluster.state : {}
6
9
Original file line number Diff line number Diff line change @@ -46,7 +46,9 @@ public final class Features {
46
46
"stash_in_path" ,
47
47
"stash_path_replace" ,
48
48
"warnings" ,
49
- "yaml" ));
49
+ "yaml" ,
50
+ "contains"
51
+ ));
50
52
51
53
private Features () {
52
54
Original file line number Diff line number Diff line change @@ -202,6 +202,9 @@ teardown:
202
202
---
203
203
204
204
" Test get_user_privileges for single role " :
205
+ - skip :
206
+ reason : " contains is a newly added assertion"
207
+ features : contains
205
208
- do :
206
209
headers : { Authorization: "Basic dGVzdC0xOjEyMzQ1Njc4" } # test-1
207
210
xpack.security.get_user_privileges : {}
@@ -261,6 +264,9 @@ teardown:
261
264
---
262
265
263
266
" Test get_user_privileges for merged roles " :
267
+ - skip :
268
+ reason : " contains is a newly added assertion"
269
+ features : contains
264
270
- do :
265
271
headers : { Authorization: "Basic dGVzdC0zOjEyMzQ1Njc4" } # test-3
266
272
xpack.security.get_user_privileges : {}
Original file line number Diff line number Diff line change 1
1
# Integration tests for monitoring
2
2
#
3
3
" X-Pack loaded " :
4
+ - skip :
5
+ reason : " contains is a newly added assertion"
6
+ features : contains
4
7
- do :
5
8
cluster.state : {}
6
9
You can’t perform that action at this time.
0 commit comments