chia7712 commented on a change in pull request #8950:
URL: https://github.com/apache/kafka/pull/8950#discussion_r507472975
##########
File path: core/src/test/scala/unit/kafka/server/KafkaApisTest.scala
##########
@@ -987,6 +987,14 @@ class KafkaApisTest {
testConsumerListOffsetLatest(IsolationLevel.READ_UNCOMMITTED)
}
+ @Test
+ def testGetTopicMetadataMethodParameters(): Unit = {
+ val value = true
+ val (plaintextListener, _) = updateMetadataCacheWithInconsistentListeners()
+ val response =
sendMetadataRequestWithInconsistentListeners(plaintextListener)
+ assertEquals(true, value)
Review comment:
It seems the assert is always pass since the ```value``` is always
```true```
----------------------------------------------------------------
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:
[email protected]