action #35017
opencoordination #102906: [saga][epic] Increased stability of tests with less "known failures", known incompletes handled automatically within openQA
coordination #41057: [epic] Make reviewing results easier
Show more test failure details with the "test failed" text thumbnail popups
0%
Description
Motivation¶
Currently when a test fails only a short one-line "Test died … in file …" is shown in a text thumbnail popup within the test details page on the failing test step. It would be convenient if more specific, potentially failure-related content is shown, e.g. the last 30 lines of a test module specific logfile. This saves the user from "find failing test step, scroll to top of page, go to 'Logs & Assets' tab, search for the corresponding logfile, click on the logfile, download it to a local file, optionally extract, open the downloaded log in a local editor, scroll to the end" which can be simplified.
Acceptance criteria¶
- AC1: More test failure related output than just one line is shown in the text thumbnail popups
- AC2: Test module specific content is shown
- AC3: If not more test module specific content is shown, e.g. no logfiles uploaded or only generic ones, show excerpt from autoinst-log.txt or more info on needle related failures
Updated by okurz about 5 years ago
- Status changed from New to In Progress
- Assignee set to okurz
- Target version set to Current Sprint
Updated by okurz about 5 years ago
- Status changed from In Progress to Workable
- Assignee deleted (
okurz) - Target version deleted (
Current Sprint)
merged. https://openqa.opensuse.org/tests/1098555 shows how it looks correctly in production. That covers AC3 mostly.