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

CI failure: ConnectionRateLimitTest.connection_rate_test times out reading data #6074

Closed
andrwng opened this issue Aug 17, 2022 · 1 comment · Fixed by #6315
Closed

CI failure: ConnectionRateLimitTest.connection_rate_test times out reading data #6074

andrwng opened this issue Aug 17, 2022 · 1 comment · Fixed by #6315
Assignees

Comments

@andrwng
Copy link
Contributor

andrwng commented Aug 17, 2022

FAIL test: ConnectionRateLimitTest.connection_rate_test (1/24 runs)
  failure at 2022-08-17T07:38:31.224Z: TimeoutError('')
      in job https://buildkite.com/redpanda/vtools/builds/3271#0182a9c3-a7aa-4850-a6b7-65bee8152d80

Stack trace:

====================================================================================================
test_id:    rptest.tests.connection_rate_limit_test.ConnectionRateLimitTest.connection_rate_test
status:     FAIL
run time:   5 minutes 37.287 seconds


    TimeoutError('')
Traceback (most recent call last):
  File "/home/ubuntu/.local/lib/python3.10/site-packages/ducktape/tests/runner_client.py", line 135, in run
    data = self.run_test()
  File "/home/ubuntu/.local/lib/python3.10/site-packages/ducktape/tests/runner_client.py", line 227, in run_test
    return self.test_context.function(self.test)
  File "/home/ubuntu/redpanda/tests/rptest/tests/connection_rate_limit_test.py", line 123, in connection_rate_test
    time2 = self.get_read_time(self.RANDOM_READ_PARALLEL * 2)
  File "/home/ubuntu/redpanda/tests/rptest/tests/connection_rate_limit_test.py", line 109, in get_read_time
    connection_time = self.read_data(consumers_count)
  File "/home/ubuntu/redpanda/tests/rptest/tests/connection_rate_limit_test.py", line 94, in read_data
    wait_until(consumed,
  File "/home/ubuntu/.local/lib/python3.10/site-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
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants