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 1c82b89b4cf KAFKA-18712 Move Endpoint to server module (#18803)
add 1edc30bf309 KAFKA-17836 Move RackAwareTest to server module (#19021)
No new revisions were added by this update.
Summary of changes:
checkstyle/import-control-core.xml | 1 +
.../admin/RackAwareAutoTopicCreationTest.java | 152 +++++++++++++++++++++
.../kafka/api/RackAwareAutoTopicCreationTest.scala | 91 ------------
.../scala/unit/kafka/admin/RackAwareTest.scala | 94 -------------
4 files changed, 153 insertions(+), 185 deletions(-)
create mode 100644
core/src/test/java/kafka/admin/RackAwareAutoTopicCreationTest.java
delete mode 100644
core/src/test/scala/integration/kafka/api/RackAwareAutoTopicCreationTest.scala
delete mode 100644 core/src/test/scala/unit/kafka/admin/RackAwareTest.scala