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

MINOR: convert ProduceRequestTest to KRaft #17780

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

cmccabe
Copy link
Contributor

@cmccabe cmccabe commented Nov 12, 2024

No description provided.

@github-actions github-actions bot added core Kafka Broker tests Test fixes (including flaky tests) small Small PRs labels Nov 12, 2024
}).toMap
}

@ParameterizedTest(name = "quorum=kraft")
Copy link
Member

Choose a reason for hiding this comment

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

This is just to indicate in the name the test is running via kraft? Just double checking since the quorum is not a parameter in the method.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

the test name is what TestInfo.scala looks at to determine if the test is kraft. Changing the test name was just an easy way of getting it to be kraft

Copy link
Member

Choose a reason for hiding this comment

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

Ok -- just wasn't sure if we also needed the quorum param.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

in this case, no, since we changed the test name directly. sorry I guess that was a bit obscure :)

soon, we will have everything as kraft and we can get rid of this.

@cmccabe cmccabe merged commit 401b347 into apache:trunk Nov 14, 2024
8 checks passed
@cmccabe cmccabe deleted the cmccabe_ProduceRequestTest branch November 14, 2024 19:13
rreddy-22 pushed a commit to rreddy-22/kafka-rreddy that referenced this pull request Nov 15, 2024
chiacyu pushed a commit to chiacyu/kafka that referenced this pull request Nov 30, 2024
tedyu pushed a commit to tedyu/kafka that referenced this pull request Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Kafka Broker small Small PRs tests Test fixes (including flaky tests)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants