bbejeck commented on code in PR #20957:
URL: https://github.com/apache/kafka/pull/20957#discussion_r2557295776
##########
tests/kafkatest/tests/client/consumer_test.py:
##########
@@ -346,11 +356,20 @@ def test_fencing_static_consumer(self,
num_conflict_consumers, fencing_stage, me
timeout_sec=60,
err_msg="Timed out waiting for the consumer to
shutdown")
# Wait until the group becomes empty to ensure the instance ID
is released.
- # We use the 50-second timeout because the consumer session
timeout is 45 seconds.
+ self.logger.debug("Stopped consumers waiting for group %s to
be removed from the group", self.group_id)
Review Comment:
Good catch - I didn't mean to include that
--
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]