niket-goel commented on code in PR #12206:
URL: https://github.com/apache/kafka/pull/12206#discussion_r882012798


##########
core/src/test/scala/unit/kafka/server/DescribeQuorumIntegrationTest.scala:
##########
@@ -80,6 +85,36 @@ class DescribeQuorumRequestTest(cluster: ClusterInstance) {
     assertTrue(leaderState.logEndOffset > 0)
   }
 
+  @ClusterTest
+  def testDescribeQuorumRequestToBrokers() = {

Review Comment:
   I actually had this test in a separate suite akin to `KRaftClusterTest` 
before, but moved it here because Jason pointed out that a test file for this 
API already existed. I think I am going to move the test to where you 
suggested. It does make more sense to me there.



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

Reply via email to