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 (key symptom) in ConfigProfileVerifyTest.test_config_profile_verify #19923

Open
vbotbuildovich opened this issue Jun 20, 2024 · 0 comments
Labels
auto-triaged used to know which issues have been opened from a CI job ci-failure

Comments

@vbotbuildovich
Copy link
Collaborator

vbotbuildovich commented Jun 20, 2024

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

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:   11.906 seconds

HTTPError('500 Server Error: Internal Server Error for url: https://cloud-api.ppd.cloud.redpanda.com/api/v1/workflows/network-cluster')
Traceback (most recent call last):
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/ducktape/tests/runner_client.py", line 177, in _do_run
    self.test = self.test_context.cls(self.test_context)
  File "/home/ubuntu/redpanda/tests/rptest/redpanda_cloud_tests/config_profile_verify_test.py", line 31, in __init__
    super().__init__(test_context=test_context)
  File "/home/ubuntu/redpanda/tests/rptest/tests/redpanda_cloud_test.py", line 25, in __init__
    self.redpanda = make_redpanda_cloud_service(test_context)
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda.py", line 5082, in make_redpanda_cloud_service
    return RedpandaServiceCloud(context,
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda.py", line 1684, in __init__
    cluster_id = self._cloud_cluster.create(superuser=self._superuser)
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda_cloud.py", line 925, in create
    self._create_new_cluster()
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda_cloud.py", line 665, in _create_new_cluster
    r = self.cloudv2._http_post(
  File "/home/ubuntu/redpanda/tests/rptest/services/provider_clients/rpcloud_client.py", line 105, in _http_post
    _r = self._handle_error(resp)
  File "/home/ubuntu/redpanda/tests/rptest/services/provider_clients/rpcloud_client.py", line 20, in _handle_error
    raise e
  File "/home/ubuntu/redpanda/tests/rptest/services/provider_clients/rpcloud_client.py", line 15, in _handle_error
    response.raise_for_status()
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/requests/models.py", line 941, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: https://cloud-api.ppd.cloud.redpanda.com/api/v1/workflows/network-cluster

JIRA Link: CORE-4247

@vbotbuildovich vbotbuildovich added auto-triaged used to know which issues have been opened from a CI job ci-failure labels Jun 20, 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
Projects
None yet
Development

No branches or pull requests

1 participant