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
roachtest: increase the concurrency for gracefuldraining
Previously the workload concurrency of 8 could cause spurious test
failures as the test would incorrectly count a single slow range as
causing too large of a dip. This isn't ideal behavior as we should have
more stable performance over time, but this is orthogonal to the goal of
this test. With a higher concurrency this test doesn't flake anymore.
Epic: none
Fixes: cockroachdb#106490
Release note: None
0 commit comments