Actions
action #95263
open[beginner] t/44-scripts.t times out in circleCI after 420s - skip coverage analysis in this test?
Start date:
2021-07-09
Due date:
% Done:
0%
Estimated time:
Tags:
Description
Observation¶
[17:29:24] t/44-scripts.t ........ 72/? Bailout called. Further testing stopped: test exceeds runtime limit of '420' seconds
FAILED--Further testing stopped: test exceeds runtime limit of '420' seconds
Considering that within t/44-scripts.t we spawn a lot of processes and collecting coverage for these processes might be already covered by other more specific tests, should we skip coverage analysis in this test?
Acceptance criteria¶
- AC1: t/44-scripts.t is able to finish consistently within a reasonable time within our CI system
Suggestions¶
- Run
prove -l -v t/44-scripts.t
to find out which components in their take the longest and optimize there - Disable coverage analysis and see what we loose in the overall report
- Consider splitting t/44-scripts.t into multiple test scripts
Further details¶
Entrance level issue
Actions