cockroach icon indicating copy to clipboard operation
cockroach copied to clipboard

roachtest: use default server.time_after_store_suspect in perturbation

Open kvoli opened this issue 4 months ago • 3 comments

Previously, server.time_after_store_suspect was set to 10s, down from the default of 30s in perturbation roachtests. It is uncommon for users to alter this cluster setting, let alone decrease it.

Restore the default setting value, 30s.

Part of: https://github.com/cockroachdb/cockroach/issues/132615 Release note: None

kvoli avatar Oct 16 '24 15:10 kvoli