chia7712 commented on a change in pull request #9520: URL: https://github.com/apache/kafka/pull/9520#discussion_r546580833
########## File path: core/src/test/scala/integration/kafka/api/EndToEndAuthorizationTest.scala ########## @@ -411,14 +411,13 @@ abstract class EndToEndAuthorizationTest extends IntegrationTestHarness with Sas * Tests that a consumer fails to consume messages without the appropriate * ACL set. */ - @Test(expected = classOf[KafkaException]) + @Test def testNoConsumeWithoutDescribeAclViaAssign(): Unit = { noConsumeWithoutDescribeAclSetup() val consumer = createConsumer() consumer.assign(List(tp).asJava) // the exception is expected when the consumer attempts to lookup offsets - consumeRecords(consumer) - confirmReauthenticationMetrics() Review comment: good catching! ---------------------------------------------------------------- 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