action #55151
closed[functional][y] provide message explaining the failure in script_run
0%
Updated by riafarov about 4 years ago
- Subject changed from provide message explaining the failure in script_run to [functional][y] provide message explaining the failure in script_run
- Description updated (diff)
- Status changed from New to Workable
- Estimated time set to 5.00 h
Updated by ybonatakis about 4 years ago
- Status changed from Workable to Feedback
Updated by riafarov about 4 years ago
- Due date changed from 2019-09-10 to 2019-09-24
We have failing tests, let's try next sprint.
Updated by ybonatakis about 4 years ago
- Status changed from Feedback to In Progress
Updated by ybonatakis almost 4 years ago
- Status changed from In Progress to Feedback
- Target version deleted (
Milestone 28)
Updated by JERiveraMoya almost 4 years ago
- Due date changed from 2019-09-24 to 2019-10-08
Still working on it. unit test failing. Moving to next sprint.
Updated by JERiveraMoya almost 4 years ago
@ybonatakis, is it fine for you if we set this ticket to in-progress again? Now is missing the unit test coverage and it will take you some time.
Updated by ybonatakis almost 4 years ago
- Status changed from Feedback to Resolved
Updated by okurz almost 4 years ago
- Status changed from Resolved to Feedback
I had to revert the change in os-autoinst as it caused a very tricky regression: https://github.com/os-autoinst/os-autoinst/pull/1215
https://openqa.opensuse.org/tests/1045173#step/yast2_lan/9 is showing the problem where there is an additional echo with no argument that is overwriting the exit status of the previous command.
I applied the revert and fixed the workers with an immediate rollback: for i in aarch64 openqaworker1 openqaworker4; do echo $i && ssh root@$i "transactional-update rollback last && reboot"; done
Updated by ybonatakis almost 4 years ago
- Status changed from Feedback to Resolved
Updated by okurz almost 4 years ago
The feature is deployed to o3 now so it could be used. I assume so far no script_run call is using this feature yet.