This is an automated email from the ASF dual-hosted git repository. chia7712 pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git
from adb76779ed1 KAFKA-19312 Avoiding concurrent execution of onComplete and tryComplete (#19759) add 69a457d8a52 KAFKA-19034 [1/N] Rewrite RemoteTopicCrudTest by ClusterTest and move it to storage module (#19681) No new revisions were added by this update. Summary of changes: checkstyle/import-control-storage.xml | 9 + .../kafka/admin/RemoteTopicCrudTest.scala | 519 +--------------- .../apache/kafka/admin/RemoteTopicCrudTest.java | 662 +++++++++++++++++++++ 3 files changed, 675 insertions(+), 515 deletions(-) create mode 100644 storage/src/test/java/org/apache/kafka/admin/RemoteTopicCrudTest.java