Actions
action #174094
closedcoordination #127031: [saga][epic] openQA for SUSE customers
coordination #130414: [epic] Improved code coverage in os-autoinst
[beginner][os-autoinst][CI] Unhandled output in t/08-autotest.t size:S
Start date:
Due date:
% Done:
0%
Estimated time:
Tags:
Description
Motivation¶
https://github.com/os-autoinst/os-autoinst/actions/runs/12260500123/job/34205258725#step:3:528 as well as other CI job invocations of os-autoinst show the problem of unhandled output. We want to have a clean TAP output with all output from tested application code to be captured:
3: [2024-12-10T16:33:51.027992Z] [debug] [pid:1858] Sending tests_done
3: [2024-12-10T16:33:51.035484Z] [debug] [pid:1858] Sending tests_done
This was introdued by https://github.com/os-autoinst/os-autoinst/pull/2582/files
Acceptance criteria¶
- AC1: No unhandled output from t/08-autotest.t
Suggestions¶
- Call
prove -I. t/08-autotest.t
locally to reproduce - Check which part of the code triggers the output, e.g. by checking the output of
prove -v ...
- Surround calls with according output capture code as we already have in many other cases, likely even in the same test module.
Updated by okurz 8 days ago
- Copied from action #166661: [beginner][os-autoinst][CI] Unhandled output in t/20-openqa-isotovideo-utils.t size:S added
Updated by gpathak 7 days ago
Created a Pull Request: https://github.com/os-autoinst/os-autoinst/pull/2588
Updated by openqa_review 6 days ago
- Due date set to 2024-12-27
Setting due date based on mean cycle time of SUSE QE Tools
Actions