action #18206
closed[sles][functional]script_run calls in gcc5_Cpp_compilation fail -> assert_script_run?
0%
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
Updated by michalnowak almost 8 years ago
- Status changed from New to Feedback
Updated by michalnowak almost 8 years ago
- Status changed from Feedback to Resolved
Updated by okurz almost 8 years ago
- Status changed from Resolved to Feedback
ok, the issue is gone away for now but the modules still share some duplicate code. can you try to improve?
Updated by nicksinger almost 8 years ago
- Copied to action #18414: [sles][functional] C/Cpp compilation relying on LTP seems very unstable added
Updated by okurz over 7 years ago
This is an autogenerated message for openQA integration by the openqa_review script:
This bug is still referenced in a failing openQA test: toolchain_zypper
https://openqa.suse.de/tests/887697
Updated by okurz over 7 years ago
https://openqa.suse.de/tests/887697#step/gcc5_Cpp_compilation/19 is clearly not this issue about a syntax error but that the job keeps on running and the timeout is not high enough. I labeled the jobs with #18414 instead.
@michalnowak for this ticket still I see the task to DRY
Updated by michalnowak over 7 years ago
okurz wrote:
@michalnowak for this ticket still I see the task to DRY
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/2784
Updated by michalnowak over 7 years ago
michalnowak wrote:
okurz wrote:
@michalnowak for this ticket still I see the task to DRY
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/2784
Superseded by https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/2788.
Updated by michalnowak over 7 years ago
- Status changed from Feedback to Resolved
PID stat data gathering is gone. Closing.