jolshan commented on code in PR #17402: URL: https://github.com/apache/kafka/pull/17402#discussion_r1806745562
########## clients/src/test/java/org/apache/kafka/clients/producer/internals/TransactionManagerTest.java: ########## @@ -2980,6 +2980,68 @@ public void testEpochBumpAfterLastInflightBatchFails(boolean transactionV2Enable assertEquals(0, transactionManager.sequenceNumber(tp0)); } + @ParameterizedTest + @ValueSource(booleans = {true}) Review Comment: If we removed the parameterization, can we just make it @Test -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org