Skip to content

Commit

Permalink
Merge #105897
Browse files Browse the repository at this point in the history
105897: kvserver: deflake TestClosedTimestampCantServeWithConflictingIntent r=erikgrinaker a=erikgrinaker

Resolves #101824.
Epic: none
Release note: None

Co-authored-by: Erik Grinaker <grinaker@cockroachlabs.com>
  • Loading branch information
craig[bot] and erikgrinaker committed Jul 3, 2023
2 parents aacba20 + 193e75a commit 7ba36b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/kv/kvserver/closed_timestamp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ import (

var aggressiveResolvedTimestampClusterArgs = base.TestClusterArgs{
ServerArgs: base.TestServerArgs{
RaftConfig: base.RaftConfig{
// With expiration-based leases, we may be unable to maintain leases under
// race and stress, so use a longer lease duration.
RangeLeaseDuration: time.Minute,
},
Knobs: base.TestingKnobs{
Store: aggressiveResolvedTimestampPushKnobs(),
},
Expand Down

0 comments on commit 7ba36b5

Please sign in to comment.