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 (Still Creating Agent) in ConfigProfileVerifyTest.test_config_profile_verify #16455

Closed
vbotbuildovich opened this issue Feb 3, 2024 · 1 comment
Labels
auto-triaged used to know which issues have been opened from a CI job ci-failure ci-rca/infra CI Root Cause Analysis - Infrastructure Issue devprod/area/cicd

Comments

@vbotbuildovich
Copy link
Collaborator

vbotbuildovich commented Feb 3, 2024

https://buildkite.com/redpanda/vtools/builds/11695

Module: rptest.redpanda_cloud_tests.config_profile_verify_test
Class: ConfigProfileVerifyTest
Method: test_config_profile_verify
test_id:    ConfigProfileVerifyTest.test_config_profile_verify
status:     FAIL
run time:   3874.916 seconds

TimeoutError('Unable to deterimine readiness of cloud cluster rp-ducktape-cluster-26601cf4; last state creating_agent')
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 182, in _do_run
    self.setup_test()
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 260, in setup_test
    self.test.setup()
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/test.py", line 91, in setup
    self.setUp()
  File "/home/ubuntu/redpanda/tests/rptest/redpanda_cloud_tests/config_profile_verify_test.py", line 39, in setUp
    super().setUp()
  File "/home/ubuntu/redpanda/tests/rptest/tests/redpanda_test.py", line 38, in setUp
    self.__redpanda.start()
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda.py", line 1639, in start
    cluster_id = self._cloud_cluster.create(superuser=superuser)
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda_cloud.py", line 901, in create
    self._create_new_cluster()
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda_cloud.py", line 702, in _create_new_cluster
    wait_until(lambda: self._cluster_ready(),
  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: Unable to deterimine readiness of cloud cluster rp-ducktape-cluster-26601cf4; last state creating_agent

JIRA Link: CORE-1750

@rpdevmp
Copy link
Contributor

rpdevmp commented May 16, 2024

This was a manual / custom run. We now have a fix to exclude those from CI failures

@rpdevmp rpdevmp closed this as completed May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-triaged used to know which issues have been opened from a CI job ci-failure ci-rca/infra CI Root Cause Analysis - Infrastructure Issue devprod/area/cicd
Projects
None yet
Development

No branches or pull requests

4 participants