Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Integration tests for Matrix Aggs Plugin
#
"Matrix stats aggs loaded":
- skip:
reason: "contains is a newly added assertion"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe the reason can be skipped when you specify a feature. it is required only when specifying versions

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@atorok ping not sure you have seen this comment

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry @javanna I did not interpret that as something you would like me to change.
The reason is overly repetitive even if used with version, but it does seem to add some more context with someone not as familiar with this syntax. That's why I left it in.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's not a big deal, just that I think skip features contains is already self-explaining and adding a reason does not add value, but I am fine with keeping it. I did not mean that I wanted you to change it, I was ok with you replying that you are leaving it as-is, just so I know you've seen the comment ;)

features: contains
- do:
cluster.state: {}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
"Module loaded":
- skip:
reason: "contains is a newly added assertion"
features: contains
- do:
cluster.state: {}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
"Ingest common installed":
- skip:
reason: "contains is a newly added assertion"
features: contains
- do:
cluster.state: {}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Integration tests for Expression scripts
#
"Expression loaded":
- skip:
reason: "contains is a newly added assertion"
features: contains
- do:
cluster.state: {}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Integration tests for Mustache scripts
#
"Mustache loaded":
- skip:
reason: "contains is a newly added assertion"
features: contains
- do:
cluster.state: {}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Integration tests for Painless Plugin
#
"Painless plugin loaded":
- skip:
reason: "contains is a newly added assertion"
features: contains
- do:
cluster.state: {}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ teardown:

---
"Module repository-url is loaded":
- skip:
reason: "contains is a newly added assertion"
features: contains
- do:
cluster.state: {}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Integration tests for Netty transport
#
"Netty loaded":
- skip:
reason: "contains is a newly added assertion"
features: contains
- do:
cluster.state: {}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Integration tests for Azure Classic Discovery component
#
"Discovery Azure Classic loaded":
- skip:
reason: "contains is a newly added assertion"
features: contains
- do:
cluster.state: {}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Integration tests for Discovery EC2 component
#
"Discovery EC2 loaded":
- skip:
reason: "contains is a newly added assertion"
features: contains
- do:
cluster.state: {}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Integration tests for Discovery GCE components
#
"Discovery GCE loaded":
- skip:
reason: "contains is a newly added assertion"
features: contains
- do:
cluster.state: {}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# tests that the custom suggester plugin is installed
---
"plugin loaded":
- skip:
reason: "contains is a newly added assertion"
features: contains
- do:
cluster.state: {}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Integration tests for the painless whitelist example plugin
#
"Plugin loaded":
- skip:
reason: "contains is a newly added assertion"
features: contains
- do:
cluster.state: {}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Integration tests for the expert scoring script example plugin
#
"Plugin loaded":
- skip:
reason: "contains is a newly added assertion"
features: contains
- do:
cluster.state: {}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Integration tests for the expert scoring script example plugin
#
"Plugin loaded":
- skip:
reason: "contains is a newly added assertion"
features: contains
- do:
cluster.state: {}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
"Ingest attachment plugin installed":
- skip:
reason: "contains is a newly added assertion"
features: contains
- do:
cluster.state: {}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
"Ingest plugin installed":
- skip:
reason: "contains is a newly added assertion"
features: contains
- do:
cluster.state: {}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
"ingest-user-agent plugin installed":
- skip:
reason: "contains is a newly added assertion"
features: contains
- do:
cluster.state: {}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Integration tests for repository-azure
#
"Plugin repository-azure is loaded":
- skip:
reason: "contains is a newly added assertion"
features: contains
- do:
cluster.state: {}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Integration tests for repository-gcs
#
"Plugin repository-gcs is loaded":
- skip:
reason: "contains is a newly added assertion"
features: contains
- do:
cluster.state: {}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Check plugin is installed
#
"Plugin loaded":
- skip:
reason: "contains is a newly added assertion"
features: contains
- do:
cluster.state: {}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Check plugin is installed
#
"Plugin loaded":
- skip:
reason: "contains is a newly added assertion"
features: contains
- do:
cluster.state: {}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Integration tests for repository-s3
#
"Plugin repository-s3 is loaded":
- skip:
reason: "contains is a newly added assertion"
features: contains
- do:
cluster.state: {}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Integration tests for SMB Store component
#
"SMB Store loaded":
- skip:
reason: "contains is a newly added assertion"
features: contains
- do:
cluster.state: {}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ public final class Features {
"stash_in_path",
"stash_path_replace",
"warnings",
"yaml"));
"yaml",
"contains"
));

private Features() {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,9 @@ teardown:
---

"Test get_user_privileges for single role":
- skip:
reason: "contains is a newly added assertion"
features: contains
- do:
headers: { Authorization: "Basic dGVzdC0xOjEyMzQ1Njc4" } # test-1
xpack.security.get_user_privileges: {}
Expand Down Expand Up @@ -261,6 +264,9 @@ teardown:
---

"Test get_user_privileges for merged roles":
- skip:
reason: "contains is a newly added assertion"
features: contains
- do:
headers: { Authorization: "Basic dGVzdC0zOjEyMzQ1Njc4" } # test-3
xpack.security.get_user_privileges: {}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Integration tests for monitoring
#
"X-Pack loaded":
- skip:
reason: "contains is a newly added assertion"
features: contains
- do:
cluster.state: {}

Expand Down