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
test(file-age): widen time-drift tolerance in test_scenario3_perfdata
The mean/median perfdata assertions pinned the computed age to a
3-second window around the nominal value, which was too tight to
survive a CI runner under load. Between the `touch -d 'N seconds
ago'` call and the plugin invocation, real elapsed time and any
file-system mtime rounding push the reported age upwards, and the
fourth-file "even" mean assertion (81.0 < age < 84.0 around the
nominal 83.75 from (10+25+100+200)/4) was the first to trip.
Widen all four perfdata assertions to roughly 5 seconds of upward
headroom and annotate each with its nominal value so future
adjustments do not have to re-derive the expected mean/median.
0 commit comments