Actions
action #73156
closedcoordination #71926: [epic] t/14-grutasks.t takes multiple minutes within circleCI, only 6s locally (but errors but still succeeds?), and no log output visible in circleCI
test not failing but error showing up t/25-downloader.t: "Cannot determine file type for '/tmp/DptzoOZjyt/test"
Description
Observation¶
[21:54:38] t/25-downloader.t ......................................... 6/? Cannot determine file type for '/tmp/DptzoOZjyt/test' at /home/squamata/project/lib/OpenQA/Downloader.pm line 107.
[21:54:38] t/25-downloader.t ......................................... ok 49665 ms ( 0.01 usr 0.00 sys + 6.09 cusr 0.46 csys = 6.56 CPU)
Acceptance criteria¶
- AC1: No unhandled output in non-verbose output shown in t/5-downloader.t
Suggestions¶
- If any messages are expected, catch them with Test::Output, otherwise prevent them (or even better fail tests if there is any unexpected output)
Actions