dino2895 opened a new pull request, #22875:
URL: https://github.com/apache/kafka/pull/22875
This PR moves several AdminClient-focused tests out of `KRaftClusterTest`
and into the `clients-integration-tests` module.
### Changes
- Move topic creation and deletion tests to the corresponding AdminClient
integration test classes.
- Move client quota tests to a new `ClientQuotasTest`.
- Rewrite the moved tests to use `ClusterInstance` and `@ClusterTest`.
- Remove the corresponding tests, helpers, and unused imports from
`KRaftClusterTest`.
### Testing
```shell
./gradlew :clients:clients-integration-tests:test \
--tests '*ClientQuotasTest' \
--tests '*CreateTopicsTest' \
--tests '*DeleteTopicTest.testCreateClusterAndCreateListDeleteTopic'```
--
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]