This is an automated email from the ASF dual-hosted git repository.
mimaison pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
from eec3aad481a MINOR: Refactor downstream offset translation in
OffsetSync (#22543)
add cc7e9d27de4 KAFKA-20645: Move LogLoaderTest to storage module (#22426)
No new revisions were added by this update.
Summary of changes:
checkstyle/suppressions.xml | 3 +-
.../test/scala/unit/kafka/log/LogLoaderTest.scala | 1647 -----------------
.../test/scala/unit/kafka/log/LogTestUtils.scala | 311 ----
.../kafka/storage/internals/log/LogLoaderTest.java | 1863 ++++++++++++++++++++
.../kafka/storage/internals/log/LogTestUtils.java | 73 +-
5 files changed, 1930 insertions(+), 1967 deletions(-)
delete mode 100644 core/src/test/scala/unit/kafka/log/LogLoaderTest.scala
delete mode 100644 core/src/test/scala/unit/kafka/log/LogTestUtils.scala
create mode 100644
storage/src/test/java/org/apache/kafka/storage/internals/log/LogLoaderTest.java