File tree Expand file tree Collapse file tree
pkg/monitortestlibrary/pathologicaleventlibrary Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1392,7 +1392,7 @@ func kmsEncryptionTestsDetected(finalIntervals monitorapi.Intervals) bool {
13921392// in openshift-apiserver and openshift-oauth-apiserver during KMS encryption tests.
13931393// KMS encryption tests trigger multiple kube-apiserver rollouts (encrypt/decrypt cycles)
13941394// that cascade into these namespaces, generating ScalingReplicaSet events.
1395- // Observed: 58-82 times per run; threshold set to 100 with headroom.
1395+ // Observed: 58-106 times per run; threshold set to 120 with headroom.
13961396func newKMSEncryptionTestScalingReplicaSetMatcher () EventMatcher {
13971397 return & SimplePathologicalEventMatcher {
13981398 name : "APIServerScalingReplicaSetDuringKMSEncryption" ,
@@ -1401,7 +1401,7 @@ func newKMSEncryptionTestScalingReplicaSetMatcher() EventMatcher {
14011401 monitorapi .LocatorDeploymentKey : regexp .MustCompile (`^apiserver$` ),
14021402 },
14031403 messageReasonRegex : regexp .MustCompile (`^ScalingReplicaSet$` ),
1404- repeatThresholdOverride : 100 ,
1404+ repeatThresholdOverride : 120 ,
14051405 }
14061406}
14071407
You can’t perform that action at this time.
0 commit comments