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

FAIL test: ConnectionRateLimitTest.connection_rate_test #7288

Closed
andijcr opened this issue Nov 15, 2022 · 3 comments · Fixed by #7648
Closed

FAIL test: ConnectionRateLimitTest.connection_rate_test #7288

andijcr opened this issue Nov 15, 2022 · 3 comments · Fixed by #7648
Assignees
Labels
ci-failure kind/bug Something isn't working

Comments

@andijcr
Copy link
Contributor

andijcr commented Nov 15, 2022

FAIL test: ConnectionRateLimitTest.connection_rate_test (1/30 runs)
   failure at 2022-11-15T07:29:51.473Z: AssertionError('Time for first iteration:2.809500253200531 Time for second iteration    :4.623766374588013')
       in job https://buildkite.com/redpanda/redpanda/builds/18585#018479ad-5bb7-4b7e-8e50-b8f3f5d9862c

link: job https://buildkite.com/redpanda/redpanda/builds/18585#018479ad-5bb7-4b7e-8e50-b8f3f5d9862c
failure mode seems a bit different than #6074

[INFO  - 2022-11-15 06:17:37,022 - runner_client - log - lineno:278]: RunnerClient: rptest.tests.connection_rate_limit_test.ConnectionRateLimitTest.connection_rate_test: Summary: AssertionError('Time for first iteration:2.809500253200531 Time for second iteration:4.623766374588013')
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 135, in run
    data = self.run_test()
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 227, in run_test
    return self.test_context.function(self.test)
  File "/root/tests/rptest/tests/connection_rate_limit_test.py", line 126, in connection_rate_test
    assert time2 >= time1 * 1.7, f'Time for first iteration:{time1} Time for second iteration:{time2}'
AssertionError: Time for first iteration:2.809500253200531 Time for second iteration:4.623766374588013

[INFO  - 2022-11-15 06:17:37,022 - runner_client - log - lineno:278]: RunnerClient: rptest.tests.connection_rate_limit_test.ConnectionRateLimitTest.connection_rate_test: Data: None

@andijcr andijcr added kind/bug Something isn't working ci-failure labels Nov 15, 2022
@VadimPlh
Copy link
Contributor

Do we have any links to run with failing test?

@andijcr
Copy link
Contributor Author

andijcr commented Nov 23, 2022

Do we have any links to run with failing test?

i edited the message

@VadimPlh
Copy link
Contributor

In this test we expect that time2 >= time1 * 1.7
In this case difference is ~1.64. So I think we can change test check and decrease it

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.

2 participants