lianetm commented on code in PR #19642:
URL: https://github.com/apache/kafka/pull/19642#discussion_r2078260553
##########
core/src/test/scala/integration/kafka/api/AuthorizerIntegrationTest.scala:
##########
@@ -1609,15 +1608,19 @@ class AuthorizerIntegrationTest extends
AbstractAuthorizerIntegrationTest {
// without describe permission on the topic, we shouldn't be able to fetch
offsets
val offsetFetchRequest = createOffsetFetchRequestAllPartitions
var offsetFetchResponse =
connectAndReceive[OffsetFetchResponse](offsetFetchRequest)
- assertEquals(Errors.NONE, offsetFetchResponse.groupLevelError(group))
- assertTrue(offsetFetchResponse.partitionDataMap(group).isEmpty)
Review Comment:
we're still missing this `assert` it seems
--
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]