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

KAFKA-17625: Removing explicit ZK test parameterizations #17638

Merged

Conversation

kevin-wu24
Copy link
Contributor

This PR removes ZK test parameterizations from ducktape by:

  • Removing zk from quorum.all_non_upgrade
  • Removing quorum.zk from @matrix and @parametrize annotations
  • Changing usages of quorum.all to quorum.all_kraft
  • Deleting message_format_change_test.py

The default metadata_quorum value still needs to be changed to KRaft rather than ZK, but this will be done in a follow-up PR.

This approach was discussed here: #17601 (comment)

Summary of testing strategy (including rationale)
for the feature or bug fix. Unit and/or integration
tests are expected for any behaviour change and
system tests should be considered for larger changes.

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

@github-actions github-actions bot added the tests Test fixes (including flaky tests) label Oct 30, 2024
Copy link
Contributor

@cmccabe cmccabe left a comment

Choose a reason for hiding this comment

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

LGTM.

Can you do a test run before we commit?

@kirktrue
Copy link
Collaborator

kirktrue commented Nov 2, 2024

There is some overlap between this PR and #17669. I'll wait until this PR is merged since it's of #17669.

@github-actions github-actions bot added the tools label Nov 3, 2024
@cmccabe cmccabe merged commit c5a31cd into apache:trunk Nov 4, 2024
4 of 5 checks passed
@cmccabe
Copy link
Contributor

cmccabe commented Nov 4, 2024

LGTM, thanks. Committed.

abhishekgiri23 pushed a commit to abhishekgiri23/kafka that referenced this pull request Nov 5, 2024
This PR removes ZK test parameterizations from ducktape by:

- Removing zk from quorum.all_non_upgrade
- Removing quorum.zk from @matrix and @parametrize annotations
- Changing usages of quorum.all to quorum.all_kraft
- Deleting message_format_change_test.py

The default metadata_quorum value still needs to be changed to KRaft rather than ZK, but this will be done in a follow-up PR.

Reviewers: Kirk True <[email protected]>, Colin P. McCabe <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-approved tests Test fixes (including flaky tests) tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants