redpanda-data / redpanda

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

CI Failure (key symptom) in `RollingRestartTest.test_rolling_restart` #20863

Closed vbotbuildovich closed 1 week ago

vbotbuildovich commented 1 week ago

https://buildkite.com/redpanda/vtools/builds/15290 https://buildkite.com/redpanda/vtools/builds/15291 https://buildkite.com/redpanda/vtools/builds/15293 https://buildkite.com/redpanda/vtools/builds/15294 https://buildkite.com/redpanda/vtools/builds/15298

Module: rptest.redpanda_cloud_tests.rolling_restart_test
Class: RollingRestartTest
Method: test_rolling_restart
test_id:    RollingRestartTest.test_rolling_restart
status:     FAIL
run time:   0.003 seconds

TypeError("CloudClusterConfig.__init__() got an unexpected keyword argument 'public_api_url'")
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/rolling_restart_test.py", line 19, in __init__
    super().__init__(test_context, *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 5087, in make_redpanda_cloud_service
    return RedpandaServiceCloud(context,
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda.py", line 1672, in __init__
    self._cloud_cluster = CloudCluster(
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda_cloud.py", line 206, in __init__
    self.config = CloudClusterConfig(**cluster_config)
TypeError: CloudClusterConfig.__init__() got an unexpected keyword argument 'public_api_url'

JIRA Link: CORE-5116

vbotbuildovich commented 1 week ago

https://buildkite.com/redpanda/vtools/builds/15332 https://buildkite.com/redpanda/vtools/builds/15331 https://buildkite.com/redpanda/vtools/builds/15335 https://buildkite.com/redpanda/vtools/builds/15334

vbotbuildovich commented 1 week ago

https://buildkite.com/redpanda/vtools/builds/15377 https://buildkite.com/redpanda/vtools/builds/15380