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 7c26fec76a8 MINOR: update GitHub collaborators (#19471)
add d183cf9ac13 KAFKA-18172 Move RemoteIndexCacheTest to the storage
module (#19469)
No new revisions were added by this update.
Summary of changes:
.../kafka/log/remote/RemoteIndexCacheTest.scala | 1152 -------------------
.../kafka/server/KafkaMetricsReporterTest.scala | 3 +-
.../test/scala/unit/kafka/utils/TestUtils.scala | 10 -
.../storage/internals/log/RemoteIndexCache.java | 4 +-
.../internals/log/RemoteIndexCacheTest.java | 1173 ++++++++++++++++++++
5 files changed, 1176 insertions(+), 1166 deletions(-)
delete mode 100644
core/src/test/scala/unit/kafka/log/remote/RemoteIndexCacheTest.scala
create mode 100644
storage/src/test/java/org/apache/kafka/storage/internals/log/RemoteIndexCacheTest.java