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: avoid running intensive decommission test under deadlock
The kvserver test `TestDecommission`, which runs a 5-node cluster and
decommissions 4 of those 5 nodes, has trouble completing fast enough
when under a race or deadlock configuration. While race configurations
were already skipped, this modifies the test to be skipped under
deadlock configurations as well.
Fixes: cockroachdb#106096
Release note: None
0 commit comments