cockroachdb / pebble

RocksDB/LevelDB inspired key-value database in Go
BSD 3-Clause "New" or "Revised" License
4.95k stars 458 forks source link

metamorphic: add a test option to make downloadOp no-op #4159

Closed itsbilal closed 1 week ago

itsbilal commented 1 week ago

Previously, if we had external storage enabled, we'd always download in a download op. This meant we didn't really test cases where a download could change the state of the LSM relative to not doing the download.

This change adds a metamorphic test option (toggled randomly) that disables the download operation in 50% of runs.

cockroach-teamcity commented 1 week ago

This change is Reviewable