Skip to content

Commit 62d454f

Browse files
committed
Revert change to mirror threshold
Reverts part of kubernetes-sigs#3508 See kubernetes-sigs#3708; Envoy impl cannot meet this fine grain threshold.
1 parent f6c481a commit 62d454f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conformance/tests/httproute-request-percentage-mirror.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import (
3939

4040
const (
4141
concurrentRequests = 10
42-
tolerancePercentage = 5.0
42+
tolerancePercentage = 15.0
4343
totalRequests = 500.0
4444
numDistributionChecks = 5
4545
)

0 commit comments

Comments
 (0)