action #120109
closed[sle15sp5] containers testing is blocked due to failing create_hdd_autoyast_containers
0%
Description
Observation¶
openQA test in scenario sle-15-SP5-Online-aarch64-create_hdd_autoyast_containers@aarch64-virtio fails in
install_updates
For some reason, the install_update
test case got into GA jobs.
Expected run: https://openqa.suse.de/tests/9563666
Test suite description¶
The base test suite is used for job templates defined in YAML documents. It has no settings of its own.
Reproducible¶
Fails since (at least) Build 25.1
Expected result¶
Last good: 24.1 (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by mdati about 1 year ago
- Status changed from Workable to In Progress
- Assignee set to mdati
Looking at the failing test, it results that theSLE_15_SP5/
dir and related repo file and any other subdata are missing in OBS under CA in: http://download.suse.de/ibs/SUSE:/CA/
That repo has to be created, so that the test will go on: a 'SUES:CA' Mantainer has been contacted.
In addition let we note that the named failing container
module, after autoyast
executed, in the old passing builds is missing : it was not present yet, so it was not executed in builds from Build24.1 and older.
Updated by mdati about 1 year ago
The expexted directory and repo is now present in OBS; tests restarted.
Updated by mdati about 1 year ago
- Status changed from In Progress to Resolved
The container tests 'create_hdd_autoyast_containers' for sle15sp5 has been correctly triggered and now passed and unblocked the other dependant tests, also running.
Issue resolved.
Updated by openqa_review 12 months ago
- Status changed from Resolved to Feedback
This is an autogenerated message for openQA integration by the openqa_review script:
This bug is still referenced in a failing openQA test: create_hdd_autoyast_containers
https://openqa.suse.de/tests/10194847#step/install_updates/1
To prevent further reminder comments one of the following options should be followed:
- The test scenario is fixed by applying the bug fix to the tested product or the test is adjusted
- The openQA job group is moved to "Released" or "EOL" (End-of-Life)
- The bugref in the openQA scenario is removed or replaced, e.g.
label:wontfix:boo1234
Expect the next reminder at the earliest in 28 days if nothing changes in this ticket.
Updated by mdati 12 months ago
After the test create_hdd_autoyast_containers failed, this poo was referenced into its comments and the status automaticaly changed from Resolved to Feedback.
Looking at that first test 10194847, again the SUSE:CA.repo was not reachable(or not present) at runtime.
Restarted today that test, it pass, see https://openqa.suse.de/tests/10208345
For future considerations, in order to better distinguish cases of file missing or url not reachable instead, it could be useful eventually to add in install_updates.pm
before of the zypper -n ar ...
command , a check loop to verify if the url is not reachable and stop the test here (die), like:
... assert_script_run("ping -4 -c1 -W 20 download.suse.de") ...