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 (timeout waiting to produce) in CPUProfilerAdminAPITest.test_get_cpu_profile #11790

Closed
andrwng opened this issue Jun 29, 2023 · 1 comment · Fixed by #11861 or #11856
Closed
Assignees
Labels
ci-failure kind/bug Something isn't working

Comments

@andrwng
Copy link
Contributor

andrwng commented Jun 29, 2023

https://buildkite.com/redpanda/redpanda/builds/32234#018908e4-5c51-4abb-9452-5dba41df69ea

Module: rptest.tests.cpu_profiler_admin_api_test
Class:  CPUProfilerAdminAPITest
Method: test_get_cpu_profile
test_id:    rptest.tests.cpu_profiler_admin_api_test.CPUProfilerAdminAPITest.test_get_cpu_profile
status:     FAIL
run time:   1 minute 50.019 seconds


    TimeoutError(None)
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/cpu_profiler_admin_api_test.py", line 43, in test_get_cpu_profile
    repeater.await_progress(1024, timeout_sec=75)
  File "/root/tests/rptest/services/kgo_repeater_service.py", line 301, in await_progress
    self.redpanda.wait_until(check, timeout_sec=timeout_sec, backoff_sec=1)
  File "/root/tests/rptest/services/redpanda.py", line 1992, in wait_until
    wait_until(wrapped,
  File "/usr/local/lib/python3.10/dist-packages/ducktape/utils/util.py", line 57, in wait_until
    raise TimeoutError(err_msg() if callable(err_msg) else err_msg) from last_exception
ducktape.errors.TimeoutError: None
@andrwng andrwng added kind/bug Something isn't working ci-failure labels Jun 29, 2023
jcsp added a commit to jcsp/redpanda that referenced this issue Jul 4, 2023
@jcsp
Copy link
Contributor

jcsp commented Jul 4, 2023

The couple of these that I spot checked look like just debug mode slowness, so:

This issue was closed.
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
3 participants