abbccdda commented on a change in pull request #8326: URL: https://github.com/apache/kafka/pull/8326#discussion_r413473580
########## File path: core/src/test/scala/unit/kafka/server/AddPartitionsToTxnRequestServerTest.scala ########## @@ -27,9 +27,9 @@ import org.junit.{Before, Test} import scala.jdk.CollectionConverters._ -class AddPartitionsToTxnRequestTest extends BaseRequestTest { - private val topic1 = "foobartopic" - val numPartitions = 3 +class AddPartitionsToTxnRequestServerTest extends BaseRequestTest { Review comment: Because its name has a conflict with our added `AddPartitionsToTxnRequestTest`, just want to clarify that. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org