redpanda-data / redpanda

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

`storage`: fix flakey `TestTombstonesCompletelyEmptyLog` #23480

Closed WillemKauf closed 1 month ago

WillemKauf commented 1 month ago

Adjust the sleep time as well as the tombstone_retention_ms value used to ensure self-compaction and tombstone removal occurs as expected.

Running with --gtest_repeat --gtest_break_on_failure locally shows no flakes post fix.

Backports Required

Release Notes