jsancio commented on code in PR #16900: URL: https://github.com/apache/kafka/pull/16900#discussion_r1720134791
########## raft/src/test/java/org/apache/kafka/raft/KafkaRaftClientTest.java: ########## @@ -4195,6 +4195,36 @@ public void testHandleLeaderChangeFiresAfterFollowerRegistration(boolean withKip assertEquals(expectedLeaderAndEpoch, secondListener.currentLeaderAndEpoch()); } + @ParameterizedTest + @ValueSource(booleans = { true, false }) + public void testHandleLeaderChangeFiresAfterResignRegistration(boolean withKip853Rpc) throws Exception { Review Comment: This test fails against trunk. -- 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