redpanda-data / redpanda

Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!
https://redpanda.com
9.49k stars 580 forks source link

CI Failure (key symptom) in `OMBValidationTest.test_max_connections` #18799

Closed vbotbuildovich closed 3 months ago

vbotbuildovich commented 3 months ago

https://buildkite.com/redpanda/vtools/builds/14291 https://buildkite.com/redpanda/vtools/builds/14292 https://buildkite.com/redpanda/vtools/builds/14292

Module: rptest.redpanda_cloud_tests.omb_validation_test
Class: OMBValidationTest
Method: test_max_connections
test_id:    OMBValidationTest.test_max_connections
status:     FAIL
run time:   270.391 seconds

HTTPError('500 Server Error: Internal Server Error for url: https://cloud-api.ign.cloud.redpanda.com/api/v1/clusters-resources/regions?cluster_type=BYOC')
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/omb_validation_test.py", line 156, in __init__
    super().__init__(test_ctx, *args, **kwargs)
  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 4985, in make_redpanda_cloud_service
    return RedpandaServiceCloud(context,
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda.py", line 1640, in __init__
    cluster_id = self._cloud_cluster.create(superuser=self._superuser)
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda_cloud.py", line 913, in create
    self._create_new_cluster()
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda_cloud.py", line 646, in _create_new_cluster
    self.current.region_id = self._get_region_id()
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda_cloud.py", line 450, in _get_region_id
    regions = self.cloudv2._http_get(
  File "/home/ubuntu/redpanda/tests/rptest/services/provider_clients/rpcloud_client.py", line 88, in _http_get
    _r = self._handle_error(resp, quite=quite)
  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.ign.cloud.redpanda.com/api/v1/clusters-resources/regions?cluster_type=BYOC

JIRA Link: CORE-3206

travisdowns commented 3 months ago

PT was triaging manual builds by mistake.