Skip to content

Commit 68413f2

Browse files
craig[bot]pav-kv
andcommitted
Merge #154641
154641: kvserver: deflake TestWriteLoadStatsAccounting r=arulajmani a=pav-kv Fixes #150736 Co-authored-by: Pavel Kalinnikov <[email protected]>
2 parents 433a165 + d41bc83 commit 68413f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kv/kvserver/replica_rankings_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ func TestWriteLoadStatsAccounting(t *testing.T) {
221221
tc := serverutils.StartCluster(t, 3, args)
222222
defer tc.Stopper().Stop(ctx)
223223

224-
const epsilonAllowed = 5
224+
const epsilonAllowed = 6
225225

226226
ts := tc.Server(0)
227227
db := ts.DB()

0 commit comments

Comments
 (0)