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
kvserver: fix test merge queue when grunning unsupported
`TestMergeQueue/load-based-merging/switch...below-threshold` asserts
that switching the split objective between CPU and QPS will not cause
range's to merge, even if their pre-switch load qualified them for
merging.
This test was broken when `grunning` was unsupported, as the objective
never actually switches to anything other than QPS.
Add a check for `grunning` support, and assert that a merge occurs if
unsupported.
Fixes: cockroachdb#106937
Epic: none
Release note: None
0 commit comments