Skip to content

Commit

Permalink
Merge branch 'master' into kafka-v3-cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha authored Aug 9, 2024
2 parents 5b0cf3e + 31a6b92 commit 525e69d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/test_admin_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ def consumer_thread(i, group_id):
else:
sleep(1)
assert time() < timeout, "timeout waiting for assignments"
sleep(0.25)

info('Group stabilized; verifying assignment')
output = kafka_admin_client.describe_consumer_groups(group_id_list)
Expand Down
1 change: 1 addition & 0 deletions test/test_consumer_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def consumer_thread(i):
logging.info('Rejoining: %s, generations: %s', rejoining, generations)
time.sleep(1)
assert time.time() < timeout, "timeout waiting for assignments"
time.sleep(0.25)

logging.info('Group stabilized; verifying assignment')
group_assignment = set()
Expand Down

0 comments on commit 525e69d

Please sign in to comment.