redpanda-data / redpanda

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

cdt-infinite-retention job fails on a TimeoutError #14835

Open andrewhsu opened 1 year ago

andrewhsu commented 1 year ago

job fails to produce artifacts

error:

[WARNING - 2023-11-08 01:37:30,263 - infinite_retention_test - _iterative_retention_flow - lineno:740]: Exception detected while running scrub
[ERROR:2023-11-08 01:45:28,815]: Exception receiving message: <class 'ducktape.errors.TimeoutError'>: runner client unresponsive, active_tests:
 [TestKey(test_id='rptest.infinite_retention.infinite_retention_test.InfiniteRetentionTest.long_retention_with_spillover_test.rolling_restarts=False', test_index=1)]

related slack thread

JIRA Link: CORE-1568

andrewhsu commented 1 year ago

perhaps need to bump scrub timeout like https://github.com/redpanda-data/redpanda/pull/13282 or set buildkite env var DUCKTAPE_TEST_TIMEOUT or both?