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 `CreateTopicsTest.test_min_rf_log`

vbotbuildovich opened this issue · comments

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

Module: rptest.tests.topic_creation_test
Class: CreateTopicsTest
Method: test_min_rf_log
test_id:    CreateTopicsTest.test_min_rf_log
status:     FAIL
run time:   147.566 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 4759, in maybe_do_internal_scrub
    results = self.wait_for_internal_scrub(cloud_partitions)
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda.py", line 4946, in wait_for_internal_scrub
    wait_until(all_partitions_scrubbed, timeout_sec=timeout, backoff_sec=5)
  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-4589

Fixed by: #20310