Page MenuHomeFreeBSD

kyua: increase cleanup_timeout to 300s
ClosedPublic

Authored by ivy on May 23 2025, 8:11 PM.
Tags
None
Referenced Files
F133622954: D50499.id156516.diff
Mon, Oct 27, 2:30 AM
F133597545: D50499.diff
Sun, Oct 26, 10:26 PM
Unknown Object (File)
Sat, Oct 25, 5:01 AM
Unknown Object (File)
Sep 24 2025, 3:52 AM
Unknown Object (File)
Sep 21 2025, 8:57 PM
Unknown Object (File)
Sep 17 2025, 7:58 AM
Unknown Object (File)
Sep 8 2025, 8:58 AM
Unknown Object (File)
Aug 20 2025, 4:32 AM
Subscribers

Details

Summary

Test cleanup times out after 60 seconds, causing the test to fail if the
cleanup hasn't finished in time. This timeout should be configurable,
but it currently is not.

Several tests (e.g. bridge, pf) are now reaching this limit; as a
workaround, increase the timeout to 300 seconds.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ivy requested review of this revision.May 23 2025, 8:11 PM
des added a subscriber: ngie.

kinda ironic that you had five minutes to list your tests, but only 60 seconds to clean up after running one...

lgtm, but please give @ngie or someone else from tests a reasonable chance to object.

This revision is now accepted and ready to land.May 23 2025, 9:02 PM

Please upstream this to github:freebsd/kyua as well, though I think it's fine to land it here first.

This revision was automatically updated to reflect the committed changes.