jolshan commented on code in PR #17698: URL: https://github.com/apache/kafka/pull/17698#discussion_r1847110853
########## core/src/test/scala/unit/kafka/server/AddPartitionsToTxnManagerTest.scala: ########## @@ -70,7 +72,7 @@ class AddPartitionsToTxnManagerTest { private val authenticationErrorResponse = clientResponse(null, authException = new SaslAuthenticationException("")) private val versionMismatchResponse = clientResponse(null, mismatchException = new UnsupportedVersionException("")) private val disconnectedResponse = clientResponse(null, disconnected = true) - private val transactionSupportedOperation = genericError + private val transactionSupportedOperation = addPartition Review Comment: Do most of the tests here do addPartition rather than the verification? -- 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