-
Notifications
You must be signed in to change notification settings - Fork 25.8k
YML Testing: Add distribution support to skip #30933
Copy link
Copy link
Closed
Labels
:Delivery/BuildBuild or test infrastructureBuild or test infrastructure>enhancementTeam:DeliveryMeta label for Delivery teamMeta label for Delivery team
Description
We've been reusing our yml tests against different Elasticsearch distributions for a long time and we've been skipping tests that are broken against distributions using tests.rest.blacklist. While tests.rest.blacklist works it is suboptimal because the "normal" place to look for a skipped tests is in the test source code rather than in the build.gradle file. So I'd like to add skip: distribution style support. It'd look like this:
- skip:
distribution: zip
reason: xpack creates some templates that make this test not pass
We'd like this sooner rather than later because we're starting to reuse the yml tests for distributions. It'd also be super nice to have this for #30665.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
:Delivery/BuildBuild or test infrastructureBuild or test infrastructure>enhancementTeam:DeliveryMeta label for Delivery teamMeta label for Delivery team
Type
Fields
Give feedbackNo fields configured for issues without a type.