Skip to content

Commit 6fce540

Browse files
committed
kvserver: deflake TestWriteLoadStatsAccounting
This commit increases the epsilonAllowed in the test TestWriteLoadStatsAccounting. Note that we recently increased it from 6 to 7, but this doesn't seem to have been enough. Fixes: #158497 Release note: None
1 parent 51d7523 commit 6fce540

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 = 6
224+
const epsilonAllowed = 10
225225

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

0 commit comments

Comments
 (0)