action #120729
coordination #68794: [qe-core][functional][epic] rework postfail hooks
[qe-core] *basetest::post_fail_hook: leave early if `NOLOGS` is set
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Refactor/Code Improvements
Target version:
Start date:
2022-11-18
Due date:
% Done:
0%
Estimated time:
Difficulty:
Description
For some reason, somebody might not want to collect logs, but still run the post_fail_hooks
, and we only have that for opensusebasetest
but not for subclasses of it and we should
This will help to run the post_fail_hooks
of specific test modules that are also calling $self->SUPER::post_fail_hook
where collecting those extra logs isn't really necessary
Acceptance Criteria¶
- AC1: opensusebasetest and all its subclasses, first check for
NOLOGS
and leave if it's set - AC2: Variable is documented in variables.md
Related issues
History
#1
Updated by szarate 3 months ago
- Copied from action #120723: [qe-core] Guarantee `show_tasks_in_blocked_state` will always be called added
#3
Updated by rfan1 3 months ago
http://w3.suse.de/~szarate/perl-analyzer/ can help me to find the subclass tree
#7
Updated by rfan1 about 2 months ago
- Status changed from In Progress to Feedback
#8
Updated by rfan1 about 1 month ago
- Status changed from Feedback to Resolved