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

test: improve testing config #172

Merged
merged 2 commits into from
Aug 24, 2022
Merged

test: improve testing config #172

merged 2 commits into from
Aug 24, 2022

Conversation

crepererum
Copy link
Collaborator

Instead of having X different macros and control flow exists, let's have
one mechanism to read env variables and decide if a test shall run or
not.

This also moves the "which broker implementation supports which features"
from a bunch of environment variables into a nice enum. This will
greatly help when we expand the set of admit APIs, see #157 for example.

@crepererum crepererum requested a review from domodwyer August 24, 2022 08:55
Copy link
Member

@domodwyer domodwyer left a comment

Choose a reason for hiding this comment

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

Makes sense to me - I didn't immediately understand why we had to treat the impls differently, but I see redpanda lacks delete support 🤷

@crepererum crepererum force-pushed the crepererum/improve_testing_cfg branch from ab455e6 to f0e3a0f Compare August 24, 2022 10:45
@crepererum crepererum added the automerge Instruct kodiak to merge the PR label Aug 24, 2022
Instead of having X different macros and control flow exists, let's have
one mechanism to read env variables and decide if a test shall run or
not.

This also moves the "which broker implementation supports which features"
from a bunch of environment variables into a nice enum. This will
greatly help when we expand the set of admit APIs, see #157 for example.
@crepererum crepererum force-pushed the crepererum/improve_testing_cfg branch from f0e3a0f to 6565321 Compare August 24, 2022 10:46
@kodiakhq kodiakhq bot merged commit 26af770 into main Aug 24, 2022
@kodiakhq kodiakhq bot deleted the crepererum/improve_testing_cfg branch August 24, 2022 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Instruct kodiak to merge the PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants