Skip to content

Commit cc7e9d2

Browse files
authored
KAFKA-20645: Move LogLoaderTest to storage module (apache#22426)
Also delete LogTestUtils.scala as it's not used anymore Reviewers: Ken Huang <s7133700@gmail.com>, TengYao Chi <frankvicky@apache.org>, majialong <majialoong@gmail.com>
1 parent eec3aad commit cc7e9d2

5 files changed

Lines changed: 1930 additions & 1967 deletions

File tree

checkstyle/suppressions.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,8 @@
311311
<suppress checks="ImportControl" files="TransactionsExpirationTest.java"/>
312312
<suppress checks="ImportControl" files="TransactionsTest.java"/>
313313
<suppress checks="ImportControl" files="TransactionsWithMaxInFlightOneTest.java"/>
314-
<suppress checks="(NPathComplexity|ClassDataAbstractionCoupling|ClassFanOutComplexity|JavaNCSS|MethodLength)" files="LogCleanerTest.java"/>
314+
<suppress checks="(NPathComplexity|ClassDataAbstractionCoupling|ClassFanOutComplexity|JavaNCSS|MethodLength)" files="(LogCleanerTest|LogLoaderTest).java"/>
315+
<suppress checks="ParameterNumber" files="LogTestUtils.java"/>
315316

316317
<!-- benchmarks -->
317318
<suppress checks="(ClassDataAbstractionCoupling|ClassFanOutComplexity)"

0 commit comments

Comments
 (0)