Bug 253977 - sleep(75) calls inisde frag6 tests significantly slow down testsuite
Summary: sleep(75) calls inisde frag6 tests significantly slow down testsuite
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: tests (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: Alexander V. Chernikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-03 10:32 UTC by Alex Richardson
Modified: 2024-10-17 21:36 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Richardson freebsd_committer freebsd_triage 2021-03-03 10:32:11 UTC
I just had a look at the tests that take longest to run and Jenkins reports that 13 minutes (out of the total of 53min) are spent in the frag6 tests. Looking at the python code there are lots of sleep(75) calls. Do these tests really need to sleep for 1m15s?
Comment 1 Mark Johnston freebsd_committer freebsd_triage 2024-10-17 21:36:34 UTC
This was addressed by commit e32221a15f089282e5dfe18891c5312b26cbe3ba, the frag6 tests finish much more quickly now.