You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MINOR: Address flaky wait for producer acks logging for checking when not al… (#20957)
Adding the following for some system tests
- Increased timeout for `await_produced_messages`
- Added more logging for `test_fencing_consumer` which has exhibited
flakiness and is hard to reproduce
Reviewers: Lianet Magrans<[email protected]>
err_msg="Timed out waiting for the consumers to be removed from the group. Describe output is %s."%" ".join(self.kafka.describe_consumer_group_members(self.group_id)))
self.logger.debug("All conflict members not in group %s. Describe output is %s", self.group_id, " ".join(self.kafka.describe_consumer_group_members(self.group_id)))
0 commit comments