jsancio commented on code in PR #13765: URL: https://github.com/apache/kafka/pull/13765#discussion_r1218103438
########## core/src/test/scala/unit/kafka/cluster/PartitionTest.scala: ########## @@ -1456,6 +1456,105 @@ class PartitionTest extends AbstractPartitionTest { assertEquals(alterPartitionListener.failures.get, 1) } + @ParameterizedTest + @ValueSource(strings = Array("fenced", "shutdown", "unfenced")) + def testHWMIncreasesWithFencedOrShutdownFollower(brokerState: String): Unit = { Review Comment: Done and I added a comment to the last check in the test. -- 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