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 of ConnectionRateLimitTest.connection_rate_test #5276

Closed
Lazin opened this issue Jun 29, 2022 · 12 comments · Fixed by #5375 or #6315
Closed

Failure of ConnectionRateLimitTest.connection_rate_test #5276

Lazin opened this issue Jun 29, 2022 · 12 comments · Fixed by #5375 or #6315
Assignees
Labels

Comments

@Lazin
Copy link
Contributor

Lazin commented Jun 29, 2022

Assertion failure on CDT

FAIL test: ConnectionRateLimitTest.connection_rate_test (1/34 runs)
  failure at 2022-06-29T10:47:24.923Z: AssertionError()
      in job https://buildkite.com/redpanda/vtools/builds/2719#0181ae4a-637b-4455-a3d4-f3cf946742c9
Traceback (most recent call last):
  File "/home/ubuntu/.local/lib/python3.9/site-packages/ducktape/tests/runner_client.py", line 135, in run
    data = self.run_test()
  File "/home/ubuntu/.local/lib/python3.9/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 122, in connection_rate_test
    assert time2 >= time1 * 1.7
AssertionError

https://buildkite.com/redpanda/vtools/builds/2719#0181ae4a-637b-4455-a3d4-f3cf946742c9/2952-3752

@Lazin Lazin added kind/bug Something isn't working ci-failure and removed kind/bug Something isn't working labels Jun 29, 2022
@jcsp jcsp added the kind/bug Something isn't working label Jun 30, 2022
@jcsp jcsp changed the title ConnectionRateLimitTest.connection_rate_test Failure of ConnectionRateLimitTest.connection_rate_test Jun 30, 2022
VadimPlh added a commit to VadimPlh/redpanda that referenced this issue Jul 7, 2022
@jcsp jcsp closed this as completed in a0ed303 Jul 26, 2022
@ajfabbri
Copy link
Contributor

Showed up in CI failures here, reopening.

@ajfabbri ajfabbri reopened this Jul 28, 2022
@jcsp
Copy link
Contributor

jcsp commented Aug 1, 2022

Here it is on dedicated EC2 instances where there shouldn't be a lot of background noise:
FAIL test: ConnectionRateLimitTest.connection_rate_test (1/2 runs)
failure at 2022-08-01T10:40:48.978Z: AssertionError('Time for first iteration:2.0255379676818848 Time for second iteration:3.049610662460327')
in job https://buildkite.com/redpanda/vtools/builds/3077#01825803-32b3-4fee-8e12-243a0177833c

@mmaslankaprv
Copy link
Member

@dotnwat
Copy link
Member

dotnwat commented Aug 9, 2022

@abhijat
Copy link
Contributor

abhijat commented Aug 9, 2022

seen in https://buildkite.com/redpanda/redpanda/builds/13854#0182827a-dc8f-4cea-b367-4ef3aad5b793 on #5915



test_id:    rptest.tests.connection_rate_limit_test.ConnectionRateLimitTest.connection_rate_test
--
  | status:     FAIL
  | run time:   1 minute 51.757 seconds
  |  
  |  
  | AssertionError('Time for first iteration:2.1174551486968993 Time for second iteration:3.314431619644165')
  | 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 129, 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.1174551486968993 Time for second iteration:3.314431619644165

@abhijat
Copy link
Contributor

abhijat commented Aug 10, 2022

seen on #5934

https://buildkite.com/redpanda/redpanda/builds/13929#0182885d-f1e9-4264-adb7-a29b802dba0c





test_id:    rptest.tests.connection_rate_limit_test.ConnectionRateLimitTest.connection_rate_test
  | status:     FAIL
  | run time:   1 minute 51.456 seconds
  |  
  |  
  | AssertionError('Time for first iteration:2.011513924598694 Time for second iteration:3.411939859390259')
  | 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 129, in connection_rate_test
  | assert time2 >= time1 * 1.7, f'Time for first iteration:{time1} Time for second iteration:{time2}'
 

@BenPope
Copy link
Member

BenPope commented Aug 11, 2022

@BenPope
Copy link
Member

BenPope commented Aug 11, 2022

@BenPope
Copy link
Member

BenPope commented Aug 12, 2022

@VladLazar
Copy link
Contributor

@rystsov
Copy link
Contributor

rystsov commented Aug 20, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet