yuqi1129 opened a new pull request, #11607: URL: https://github.com/apache/gravitino/pull/11607
### What changes were proposed in this pull request? Use Awaitility in `TopicAuthorizationIT.testListTopic()` to wait until all created Kafka topics are visible to both the owner and the normal user. ### Why are the changes needed? Kafka topic metadata may not be immediately visible after topic creation, causing `testListTopic()` to intermittently return only two of the three expected topics. Fix: #11602 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? - `./gradlew :clients:client-java:spotlessApply` - `./gradlew :clients:client-java:compileTestJava -PskipITs` The Kafka integration test was not run locally because Docker was unavailable. -- 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]
