dino2895 opened a new pull request, #23354: URL: https://github.com/apache/kafka/pull/23354
## Summary Migrate `testDescribeConfigsNonexistent` from `PlaintextAdminIntegrationTest` to a Java `ClusterTest`. Use a one-second operation timeout when describing nonexistent broker and broker logger resources. These requests can only complete by timing out, so using the default 40-second API timeout made the original test unnecessarily slow. The existing coverage for nonexistent topic and group resources is preserved. ## Testing - `./gradlew :clients:clients-integration-tests:test --tests org.apache.kafka.clients.admin.DescribeConfigsTest` - `./gradlew spotlessCheck` The test passes with both Raft-Isolated and Raft-Combined clusters. -- 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]
