Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mark/matrix: forgive empty parametrization #24

Merged
merged 1 commit into from
Mar 14, 2023

Conversation

gousteris
Copy link

Currently, this is needed in the cloud_storage_type parametrization of one of our tests, that applies only on Azure. So, running on AWS, the cloud_storage_type is gonna be empty, but ducktape doesn't allow an empty list of any parameter in the matrix mark. This PR marks tests with such parametrization, as ignore in order for ducktape runner to not fail

ref redpanda-data/redpanda#8704

gousteris added a commit to gousteris/redpanda that referenced this pull request Mar 13, 2023
To be able to mark tests with empty list
of `matrix` parametrization as `ignore`

ref
redpanda#8704
redpanda-data/ducktape#24
gousteris added a commit to gousteris/redpanda that referenced this pull request Mar 13, 2023
To be able to mark tests with empty list
of `matrix` parametrization as `ignore`

ref
redpanda#8704
redpanda-data/ducktape#24
gousteris added a commit to gousteris/redpanda that referenced this pull request Mar 13, 2023
To be able to mark tests with empty list
of `matrix` parametrization as `ignore`

ref
redpanda#8704
redpanda-data/ducktape#24
@ivotron ivotron requested review from a team, nk-87, ayubpathan, dotnwat and jcsp and removed request for a team March 13, 2023 23:12
gousteris added a commit to gousteris/redpanda that referenced this pull request Mar 14, 2023
To be able to mark tests with empty list
of `matrix` parametrization as `ignore`

ref
redpanda#8704
redpanda-data/ducktape#24
gousteris added a commit to gousteris/redpanda that referenced this pull request Mar 14, 2023
To be able to mark tests with empty list
of `matrix` parametrization as `ignore`

ref
redpanda#8704
redpanda-data/ducktape#24
Copy link
Member

@andrewhsu andrewhsu left a comment

Choose a reason for hiding this comment

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

LGTM

@gousteris gousteris merged commit e128d30 into redpanda-data:master Mar 14, 2023
gousteris added a commit to gousteris/redpanda that referenced this pull request Mar 15, 2023
To be able to mark tests with empty list
of `matrix` parametrization as `ignore`

ref
redpanda#8704
redpanda-data/ducktape#24
gousteris added a commit to gousteris/redpanda that referenced this pull request Mar 15, 2023
To be able to mark tests with empty list
of `matrix` parametrization as `ignore`

ref
redpanda#8704
redpanda-data/ducktape#24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants