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 (Unable to attain target rate in time) in FullDiskTest.test_full_disk_no_produce #11362

Closed
michael-redpanda opened this issue Jun 12, 2023 · 10 comments · Fixed by #12023
Assignees
Labels

Comments

@michael-redpanda
Copy link
Contributor

https://buildkite.com/redpanda/redpanda/builds/31036#0188a907-224e-4636-b364-8e7c76dfa7c4

Module: rptest.tests.full_disk_test
Class:  FullDiskTest
Method: test_full_disk_no_produce
test_id:    rptest.tests.full_disk_test.FullDiskTest.test_full_disk_no_produce
status:     FAIL
run time:   1 minute 58.114 seconds


    RuntimeError('Unable to attain target rate in time.')
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/services/cluster.py", line 79, in wrapped
    r = f(self, *args, **kwargs)
  File "/root/tests/rptest/tests/full_disk_test.py", line 248, in test_full_disk_no_produce
    self.bytes_prod.expect_rate(not_producing)
  File "/root/tests/rptest/utils/expect_rate.py", line 111, in expect_rate
    raise RuntimeError("Unable to attain target rate in time.")
RuntimeError: Unable to attain target rate in time.
@ztlpn
Copy link
Contributor

ztlpn commented Jun 14, 2023

@michael-redpanda
Copy link
Contributor Author

@jcsp
Copy link
Contributor

jcsp commented Jul 5, 2023

@piyushredpanda
Copy link
Contributor

I wonder if @dotnwat's changes are impacting this?

@dotnwat
Copy link
Member

dotnwat commented Jul 11, 2023

I wonder if @dotnwat's changes are impacting this?

I see that the condition upon which this test fails is calculated based on metrics related to produce rate. IIRC we recently saw a bug in fetch latency metrics. Could there be something going on with produce as well?

However, I can imagine one thing from my work that might be interfering with this test which I'll take a look at.

@andijcr
Copy link
Contributor

andijcr commented Jul 12, 2023

#12023 A longer timeout only in debug mode helps, so at least it's nothing getting stuck

@rystsov
Copy link
Contributor

rystsov commented Aug 15, 2023

@andijcr
Copy link
Contributor

andijcr commented Aug 23, 2023

A quick test run seems to confirm that the test fails on 23.2.x and not on HEAD. #12953 #12954
A redpanda PR that wasn't backported?

@andijcr
Copy link
Contributor

andijcr commented Sep 8, 2023

closing since the backport was merged

@andijcr andijcr closed this as completed Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants