-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
Conversation
}).toMap | ||
} | ||
|
||
@ParameterizedTest(name = "quorum=kraft") |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
Reviewers: Justine Olshan <[email protected]>
Reviewers: Justine Olshan <[email protected]>
Reviewers: Justine Olshan <[email protected]>
No description provided.