brandboat commented on code in PR #18089:
URL: https://github.com/apache/kafka/pull/18089#discussion_r1883733856
##########
clients/src/test/java/org/apache/kafka/clients/consumer/internals/ConsumerMembershipManagerTest.java:
##########
@@ -1920,6 +1935,8 @@ public void testOnPartitionsLostNoError() {
@Test
public void testOnPartitionsLostError() {
testOnPartitionsLost(Optional.of(new KafkaException("Intentional error
for test")));
+ testOnPartitionsLost(Optional.of(new WakeupException()));
+ testOnPartitionsLost(Optional.of(new InterruptException("Intentional
error for test")));
Review Comment:
Updated, thank you!
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]