Alwaysgaurav1 opened a new pull request, #23392:
URL: https://github.com/apache/kafka/pull/23392
### Summary
- Migrate `testDescribeUserScramCredentials` and
`testDescribeUserScramCredentialsTimeout` from legacy Scala
`PlaintextAdminIntegrationTest.scala` to a new Java 17+ JUnit 5 test class
`UserScramCredentialsAdminTest.java` in `clients-integration-tests`.
- Adopt `@ClusterTestDefaults` and `ClusterInstance` for KRaft-based
integration testing.
- Remove the corresponding Scala test methods and redundant test logic from
`PlaintextAdminIntegrationTest.scala`.
### Testing
- Verified integration test execution on both Raft-Isolated and
Raft-Combined topologies:
`./gradlew :clients:clients-integration-tests:test --tests
org.apache.kafka.clients.admin.UserScramCredentialsAdminTest`
- Validated code style and format:
`./gradlew :clients:clients-integration-tests:spotlessCheck
:clients:clients-integration-tests:checkstyleTest`
- Verified Scala test compilation:
`./gradlew :core:compileTestScala :core:compileScala`
--
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]