chia7712 commented on code in PR #20014: URL: https://github.com/apache/kafka/pull/20014#discussion_r2166547554
########## core/src/test/scala/unit/kafka/server/ReplicaManagerTest.scala: ########## @@ -1225,65 +1196,51 @@ class ReplicaManagerTest { } } - @Test - def testBecomeFollowerWhenLeaderIsUnchangedButMissedLeaderUpdate(): Unit = { - verifyBecomeFollowerWhenLeaderIsUnchangedButMissedLeaderUpdate(new Properties, expectTruncation = false) - } - /** * If a partition becomes a follower and the leader is unchanged it should check for truncation * if the epoch has increased by more than one (which suggests it has missed an update). For * IBP version 2.7 onwards, we don't require this since we can truncate at any time based * on diverging epochs returned in fetch responses. + * This test assumes IBP >= 2.7 behavior, so `expectTruncation` is set to false and truncation is not expected. Review Comment: #18489 would remove the usage of truncation. However, in this test class, the flag `expectTruncation` is useless. Perhaps @Yunyung you could file a minor to cleanup this file? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org