Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
128966: kvserver: skip rebalance multi-store under deadlock r=arulajmani a=kvoli

`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

Co-authored-by: Austen McClernon <[email protected]>
  • Loading branch information
craig[bot] and kvoli committed Aug 14, 2024
2 parents b4a9870 + 69d8812 commit 5be64d8
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 5be64d8

Please sign in to comment.