rreddy-22 commented on code in PR #20882:
URL: https://github.com/apache/kafka/pull/20882#discussion_r2541272628
##########
coordinator-common/src/test/java/org/apache/kafka/coordinator/common/runtime/CoordinatorRuntimeTest.java:
##########
@@ -1252,13 +1259,17 @@ public CoordinatorShardBuilder<MockCoordinatorShard,
String> get() {
verify(writer, times(0)).append(
any(),
any(),
- any()
+ any(),
+ anyShort()
);
}
@ParameterizedTest
- @EnumSource(value = TransactionResult.class)
- public void testScheduleTransactionCompletion(TransactionResult result)
throws ExecutionException, InterruptedException, TimeoutException {
+ @MethodSource("transactionCompletionTestParameters")
+ public void testScheduleTransactionCompletion(TransactionResult result,
short transactionVersion) throws ExecutionException, InterruptedException,
TimeoutException {
Review Comment:
Added one!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]