Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: extend pebble metamorphic timeout; lower operation count
The Pebble metamorphic test runs have been timing out due to single runs taking longer for worst-case configurations. Increase the governing timeout from just over three hours to four hours. This gives more time to a metamorphic test run that started close to the end of the three hour window to complete. Lower the upper bound on the operation count random distribution from 25k ops to 10k ops. This will shorten the time for each run, on average, while allowing more configurations to be tested overall. Update the reproduction message in the Pebble formatter. Related to cockroachdb/pebble#1514. Release note: None
- Loading branch information