artemlivshits commented on code in PR #17402: URL: https://github.com/apache/kafka/pull/17402#discussion_r1817292279
########## clients/src/test/java/org/apache/kafka/clients/producer/internals/TransactionManagerTest.java: ########## @@ -2980,6 +2980,66 @@ public void testEpochBumpAfterLastInflightBatchFails(boolean transactionV2Enable assertEquals(0, transactionManager.sequenceNumber(tp0)); } + @ParameterizedTest + @ValueSource(booleans = {true}) Review Comment: We resolved the comment, but do we still want to remove parametrization or what's the conclusion? -- 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