redpanda-data / redpanda

Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!

Home Page:https://redpanda.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI Failure (key symptom) in `ShadowIndexingGlobalConfig.test_overrides_remove`

vbotbuildovich opened this issue · comments

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

Module: rptest.tests.alter_topic_configuration_test
Class: ShadowIndexingGlobalConfig
Method: test_overrides_remove
test_id:    ShadowIndexingGlobalConfig.test_overrides_remove
status:     FAIL
run time:   77.082 seconds

TimeoutError('')
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 276, in run_test
    return self.test_context.function(self.test)
  File "/home/ubuntu/redpanda/tests/rptest/services/cluster.py", line 214, in wrapped
    self.redpanda.maybe_do_internal_scrub()
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda.py", line 4758, in maybe_do_internal_scrub
    cloud_partitions = self.wait_for_manifest_uploads()
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda.py", line 4821, in wait_for_manifest_uploads
    wait_until(all_partitions_uploaded_manifest,
  File "/opt/.ducktape-venv/lib/python3.10/site-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

JIRA Link: CORE-4533

Fixed by: #20310