You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TRT-2487: job-run-aggregator: remove relaxing in disruption aggregation
I do not _entirely_ understand why the relaxation for disruption tests
exists here but the TODO exists this may be worth tightening. The
`pityFactor` will relax the threshold in some cases (high attempts,
high pass rate) so the additional relaxation would only apply in the
remaining cases.
// TODO try to tighten this after we can keep the test in for about a week.
495
-
// We need to come back and revisit the possibility of removing this adjustment.
496
-
requiredNumberOfPasses=requiredNumberOfPasses-1// subtracting one because our current sample missed by one
497
-
}
498
-
499
493
ifrequiredNumberOfPasses<=0 {
500
494
message:=fmt.Sprintf("Current percentile is so low that we cannot latch, skipping (P%d=%.2fs successes=%v failures=%v)", thresholdPercentile, threshold, successRuns, failureRuns)
0 commit comments