dongnuo123 commented on code in PR #19790: URL: https://github.com/apache/kafka/pull/19790#discussion_r2107834673
########## core/src/test/scala/integration/kafka/api/PlaintextAdminIntegrationTest.scala: ########## @@ -2485,8 +2485,6 @@ class PlaintextAdminIntegrationTest extends BaseAdminIntegrationTest { // Test offset deletion while consuming val offsetDeleteResult = client.deleteConsumerGroupOffsets(testGroupId, util.Set.of(tp1, tp2)) - // Top level error will equal to the first partition level error - assertFutureThrows(classOf[GroupSubscribedToTopicException], offsetDeleteResult.all()) Review Comment: Reverted it. -- 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