Actions
action #126677
opensalt-states-openqa fails with 0 errors and result False messages buried in one of several places
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
QA (public, currently private due to #173521) - future
Start date:
Due date:
2023-04-14 (about 20 months late)
% Done:
0%
Estimated time:
Description
Observation¶
Somehow it seems like there's no errors (literally according to salt) but minions are not coming back fine. There's no visible error output. The relevant errors are not easy to find since they may be in an artifact rather than the log itself and listed somewhere half-way into the whole output.
Succeeded: 344 (changed=4)
Failed: 0
[...]
ERROR: Minions returned with non-zero exit code
Acceptance criteria¶
- AC1: Whenever minions yield error codes errors are obvious
Suggestions¶
- Ensure errors are consistently in the same place
- Avoid users having to dig for things like
Result: False
and other messages in several places - Separate errors from various other unrelated messages e.g. at the end of the pipeline log in the best case
Actions