rreddy-22 commented on code in PR #19193:
URL: https://github.com/apache/kafka/pull/19193#discussion_r2001739911


##########
core/src/test/scala/unit/kafka/coordinator/transaction/TransactionCoordinatorTest.scala:
##########
@@ -967,12 +1023,16 @@ class TransactionCoordinatorTest {
     
validateRespondsWithConcurrentTransactionsOnInitPidWhenInPrepareState(PrepareAbort)
   }
 
-  @Test
-  def 
shouldAbortTransactionOnHandleInitPidWhenExistingTransactionInOngoingState(): 
Unit = {
+  @ParameterizedTest(name = "enableTwoPCFlag={0}, keepPreparedTxn={1}")
+  @CsvSource(Array("false, false"))
+  def 
shouldAbortTransactionOnHandleInitPidWhenExistingTransactionInOngoingState(
+    enableTwoPCFlag: Boolean,

Review Comment:
   yes, I just added the params so we could easily identify and change it later
   



-- 
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]

Reply via email to