Page MenuHomeFreeBSD

kyua: increase cleanup_timeout to 300s
ClosedPublic

Authored by ivy on May 23 2025, 8:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 24, 3:52 AM
Unknown Object (File)
Sun, Sep 21, 8:57 PM
Unknown Object (File)
Wed, Sep 17, 7:58 AM
Unknown Object (File)
Sep 8 2025, 8:58 AM
Unknown Object (File)
Aug 20 2025, 4:32 AM
Unknown Object (File)
Aug 13 2025, 8:09 PM
Unknown Object (File)
Aug 11 2025, 10:36 AM
Unknown Object (File)
Aug 4 2025, 4:20 PM
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.