Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failure in FetchTest.fetch_long_poll_test #4504

Closed
LenaAn opened this issue Apr 29, 2022 · 2 comments · Fixed by #4506
Closed

failure in FetchTest.fetch_long_poll_test #4504

LenaAn opened this issue Apr 29, 2022 · 2 comments · Fixed by #4506
Assignees
Labels
ci-failure kind/bug Something isn't working
Milestone

Comments

@LenaAn
Copy link
Contributor

LenaAn commented Apr 29, 2022

Builkite link: https://buildkite.com/redpanda/redpanda/builds/9535#ccc3521a-d6f2-4557-b7f0-42b758bd6799

TimeoutError('')

Traceback (most recent call last):

File "/usr/local/lib/python3.9/dist-packages/ducktape/tests/runner_client.py", line 135, in run

data = self.run_test()

File "/usr/local/lib/python3.9/dist-packages/ducktape/tests/runner_client.py", line 227, in run_test

return self.test_context.function(self.test)

File "/root/tests/rptest/services/cluster.py", line 35, in wrapped

r = f(self, *args, **kwargs)

File "/root/tests/rptest/tests/fetch_long_poll_test.py", line 66, in fetch_long_poll_test

consumer.wait_for_messages(10)

File "/root/tests/rptest/services/kafka_cli_consumer.py", line 82, in wait_for_messages

wait_until(lambda: len(self._messages) >= messages,

File "/usr/local/lib/python3.9/dist-packages/ducktape/utils/util.py", line 58, in wait_until

raise TimeoutError(err_msg() if callable(err_msg) else err_msg) from last_exception

ducktape.errors.TimeoutError

@ztlpn
Copy link
Contributor

ztlpn commented Apr 29, 2022

Looks like the test started failing around the time #4454 was merged

@VadimPlh
Copy link
Contributor

VadimPlh commented May 1, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-failure kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants