Skip to content

Commit

Permalink
kvserver: skip rebalance multi-store under deadlock
Browse files Browse the repository at this point in the history
`TestReplicateQueueRebalanceMultiStore` spins up 8 stores and asserts on
balancing of replicas and leaseholders. Under deadlock builds this is
especially slow and prone to timeouts. Skip under deadlock.

Fixes: cockroachdb#128952
Release note: None
  • Loading branch information
kvoli committed Aug 14, 2024
1 parent 91243c1 commit 69d8812
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kv/kvserver/replicate_queue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ func TestReplicateQueueRebalanceMultiStore(t *testing.T) {
defer log.Scope(t).Close(t)
skip.UnderRace(t)
skip.UnderShort(t)
skip.UnderDeadlock(t)

testCases := []struct {
name string
Expand Down

0 comments on commit 69d8812

Please sign in to comment.