redpanda-data / redpanda

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

CI Failure (`TooManyBuckets`) in `SIPartitionMovementTest.test_cross_shard` #17291

Closed vbotbuildovich closed 1 month ago

vbotbuildovich commented 5 months ago

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

Module: rptest.tests.partition_movement_test
Class: SIPartitionMovementTest
Method: test_cross_shard
Arguments: {
    "num_to_upgrade": 0,
    "cloud_storage_type": 1
}
test_id:    SIPartitionMovementTest.test_cross_shard
status:     FAIL
run time:   12.861 seconds

ClientError('An error occurred (TooManyBuckets) when calling the CreateBucket operation: You have attempted to create more buckets than allowed')
Traceback (most recent call last):
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/ducktape/tests/runner_client.py", line 184, in _do_run
    data = self.run_test()
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/ducktape/tests/runner_client.py", line 269, in run_test
    return self.test_context.function(self.test)
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/ducktape/mark/_mark.py", line 481, in wrapper
    return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs)
  File "/home/ubuntu/redpanda/tests/rptest/services/cluster.py", line 104, in wrapped
    r = f(self, *args, **kwargs)
  File "/home/ubuntu/redpanda/tests/rptest/tests/partition_movement_test.py", line 1015, in test_cross_shard
    self.start_redpanda(num_nodes=3, install_opts=install_opts)
  File "/home/ubuntu/redpanda/tests/rptest/tests/end_to_end.py", line 125, in start_redpanda
    self.redpanda.start(auto_assign_node_id=new_bootstrap,
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda.py", line 2567, in start
    self.start_si()
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda.py", line 3027, in start_si
    self.cloud_storage_client.create_bucket(
  File "/home/ubuntu/redpanda/tests/rptest/archival/s3_client.py", line 145, in create_bucket
    raise err
  File "/home/ubuntu/redpanda/tests/rptest/archival/s3_client.py", line 137, in create_bucket
    res = self._cli.create_bucket(
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/botocore/client.py", line 530, in _api_call
    return self._make_api_call(operation_name, kwargs)
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/botocore/client.py", line 964, in _make_api_call
    raise error_class(parsed_response, operation_name)
botocore.exceptions.ClientError: An error occurred (TooManyBuckets) when calling the CreateBucket operation: You have attempted to create more buckets than allowed

JIRA Link: CORE-2238

vbotbuildovich commented 4 months ago

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

vbotbuildovich commented 4 months ago

https://buildkite.com/redpanda/vtools/builds/13013 https://buildkite.com/redpanda/vtools/builds/13013 https://buildkite.com/redpanda/vtools/builds/13061 https://buildkite.com/redpanda/vtools/builds/13061 https://buildkite.com/redpanda/vtools/builds/13063 https://buildkite.com/redpanda/vtools/builds/13063 https://buildkite.com/redpanda/vtools/builds/13066 https://buildkite.com/redpanda/vtools/builds/13066

vbotbuildovich commented 2 months ago

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

michael-redpanda commented 1 month ago

Automatically closing issue to match current state of CORE-2238