Skip to content

Commit c84ba07

Browse files
kvserver: deflake TestFlowControlSendQueueRangeFeed
Every other flow control integration test that blocks admission granting sets `DontRandomizeLeaseholderOnCtxError`, but this one slipped through the cracks. Closes #169478 Epic: none Release note: None Co-Authored-By: roachdev-claude <roachdev-claude-bot@cockroachlabs.com>
1 parent be07a1c commit c84ba07

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pkg/kv/kvserver/flow_control_integration_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3393,6 +3393,9 @@ func TestFlowControlSendQueueRangeFeed(t *testing.T) {
33933393
return disableWorkQueueGrantingServers[idx].Load()
33943394
},
33953395
},
3396+
KVClient: &kvcoord.ClientTestingKnobs{
3397+
DontRandomizeLeaseholderOnCtxError: true,
3398+
},
33963399
},
33973400
}
33983401
}

0 commit comments

Comments
 (0)