Actions
action #18206
closed[sles][functional]script_run calls in gcc5_Cpp_compilation fail -> assert_script_run?
Status:
Resolved
Priority:
Normal
Assignee:
michalnowak
Category:
Enhancement to existing tests
Target version:
-
Start date:
2017-03-31
Due date:
% Done:
0%
Estimated time:
Difficulty:
Description
Observation¶
openQA test in scenario sle-12-SP3-Server-DVD-x86_64-toolchain_zypper@64bit-smp fails in
gcc5_Cpp_compilation
with a syntax error trying to call pidstat
. Error is misleading, could point to something more severe but not catched because script_run
is used and not assert_script_run
Reproducible¶
Fails since (at least) Build 0303 (current job)
Expected result¶
Last good: 0300 (or more recent)
Suggestion¶
- Use
assert_script_run
always unless explicitly checking the return value ofscript_run
Further details¶
Always latest result in this scenario: latest
Actions