You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Register perturbation/long/restart as a Weekly variant of the existing
perturbation/full/restart test, with a 2h fill duration so the target
node accumulates enough behind it during the perturbation to make
recovery non-trivial. This replaces kv/restart/nodes=12 (removed in the
previous commit) — at lower write intensity than the test it replaces
(50/50 r/w with 4KB blocks vs 90% writes with 8KB blocks on PD-SSD), but
relying on the perturbation framework's baseline/perturbation/recovery
roachperf instrumentation to surface regressions.
The new addLong() helper is wired only for restart{} in RegisterTests
rather than from inside register(), so other perturbations (backup,
intents, decommission, ...) don't grow long variants by default. Future
heavyweight perturbations can opt in the same way.
Touches #170047.
Epic: none
Release note: None
Co-Authored-By: roachdev-claude <roachdev-claude-bot@cockroachlabs.com>
0 commit comments