Skip to content

[6.x] [ftr] allow filtering suites by tag (#25021)#25075

Merged
spalger merged 1 commit intoelastic:6.xfrom
spalger:backport/6.x/pr-25021
Nov 3, 2018
Merged

[6.x] [ftr] allow filtering suites by tag (#25021)#25075
spalger merged 1 commit intoelastic:6.xfrom
spalger:backport/6.x/pr-25021

Conversation

@spalger
Copy link
Copy Markdown
Contributor

@spalger spalger commented Nov 2, 2018

Backports the following commits to 6.x:

Closes elastic#22840

In the functional tests we want a better way to include/exclude certain tests, especially as we move forward with elastic#22359. This PR allows us to decorate suite objects with "tags", which won't clutter up the test names and can be used to filter out specific tests within a single test config. The functional test runner supports defining `--include-tag` and `--exclude-tag` CLI arguments, and multiple can be defined.

The method of filtering out tests for running against cloud has been updated to use this approach and I plan to do the same to elastic#22359 once this is merged.
@spalger spalger added the backport This PR is a backport of another PR label Nov 2, 2018
@elasticmachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

@spalger spalger merged commit 6898032 into elastic:6.x Nov 3, 2018
@spalger spalger deleted the backport/6.x/pr-25021 branch August 18, 2020 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport This PR is a backport of another PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants