Skip to content

Commit

Permalink
tests/fetch_long_poll: consume all messages from topic
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Maslanka <michal@vectorized.io>
  • Loading branch information
mmaslankaprv committed May 2, 2022
1 parent 819be84 commit c4382e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/rptest/tests/fetch_long_poll_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def fetch_long_poll_test(self):
self.redpanda,
topic=topic.name,
group='test-gr-1',
from_beginning=True,
consumer_properties={
'fetch.min.bytes': 1024,
'fetch.max.wait.ms': 1000,
Expand Down

0 comments on commit c4382e1

Please sign in to comment.