action #123460
coordination #121876: [epic] Handle openQA review failures in Yam squad
Provide workaround for iscsi failure bsc#1207157
Description
Motivation¶
iscsi MU tests for 15 SP3 are failing due to wrong return code (bsc#1207157)
We should apply the workaround suggested here and softfail the tests until a fix is available.
Scope¶
For 15 SP3 MU on Yast job group, tests
- mru-iscsi_{server..client}_normal_auth_backstore_fileio
- mru-iscsi_{server..client}_normal_auth_backstore_hdd
- mru-iscsi_{server..client}_normal_auth_backstore_lvm
arch x86_64
Acceptance criteria¶
AC1: Apply simple soft-failure of skip on the point of failure until ticket is complete
AC2: Apply workaround to iscsi_client
AC3: Softfail the iscsi tests by pointing to bsc#1207157
Additional information¶
The workaround is simple enough.
After open-iscsi has been installed we need to edit the file /usr/lib/systemd/system/iscsid.service
.
At the end of the [Unit]
section add
Requires=iscsid.socket After=iscsid.socket
Leave the rest of the file as is.
After editing the service file you will need to run systemctl daemon-reload
.
Related issues
History
#2
Updated by JERiveraMoya 2 months ago
- Tags deleted (
qe-yast-refinement) - Status changed from New to Workable
Run with intervention applying the workaround manually via vnc:
https://openqa.suse.de/tests/10352878#
#3
Updated by JERiveraMoya 2 months ago
- Description updated (diff)
- Parent task set to #121876
#5
Updated by JERiveraMoya 2 months ago
- Status changed from Workable to In Progress
#6
Updated by JERiveraMoya 2 months ago
- Assignee set to geor
#8
Updated by JERiveraMoya about 2 months ago
Let's resolve this ticket once we have done the following, if you agree:
- As you suggested in the PR, mention in the bug about missing fix for SP5.
- Address code improvement for the workaround for SP3.
- Add workaround for SP5.
#9
Updated by JERiveraMoya about 1 month ago
- Status changed from In Progress to Resolved
#10
Updated by JERiveraMoya about 1 month ago
- Related to action #124787: Address some refactor for the workaround issue bsc#1207157 added