cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.17k stars 3.82k forks source link

storage: stress pebble randomized tests #88409

Open bananabrick opened 2 years ago

bananabrick commented 2 years ago

Right now, the randomized tests only run automatically a few times on every pebble CI run. We should add a new nightly build which stresses each of the pebble randomized tests. We can probably stress these tests in parallel.

Jira issue: CRDB-19803

bananabrick commented 2 years ago

Probably a good candidate for the storage bug bash. @nicktrav