Actions
action #183095
opencoordination #169657: [epic] Handle test fixes and adjustments
Restore `WE` module in YaST MU job group
Status:
Workable
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
2025-06-17
Due date:
% Done:
0%
Estimated time:
Description
Motivation¶
We detected a problem into SP7 MU testing, the module register_extensions_and_modules
failed with error:
# Test died: Timed out:
Not Found
{ "error" : "Widget not found" }
http://localhost:39148/v1/widgets?action=enter_text&id=%22sle-we%22&value=INTERNAL-USE-ONLY-c7c1-d63f at sle/lib/YuiRestClient/Http/HttpClient.pm line 33.
YuiRestClient::Http::HttpClient::http_post("uri", Mojo::URL=HASH(0x5625f90cdd10), "add_delay", 120) called at sle/lib/YuiRestClient/Http/WidgetController.pm line 81
YuiRestClient::Http::WidgetController::__ANON__() called at sle/lib/YuiRestClient/Wait.pm line 25
eval {...} called at sle/lib/YuiRestClient/Wait.pm line 25
YuiRestClient::Wait::wait_until("object", CODE(0x5625f9bdaab0), "timeout", 120, "interval", 1) called at sle/lib/YuiRestClient/Http/WidgetController.pm line 84
YuiRestClient::Http::WidgetController::send_action(YuiRestClient::Http::WidgetController=HASH(0x5625fad32ee0), HASH(0x5625fa2a9e78)) called at sle/lib/YuiRestClient/Widget/Base.pm line 23
YuiRestClient::Widget::Base::action(YuiRestClient::Widget::Textbox=HASH(0x5625f38d8170), "action", "enter_text", "value", "INTERNAL-USE-ONLY-c7c1-d63f") called at sle/lib/YuiRestClient/Widget/Textbox.pm line 13
YuiRestClient::Widget::Textbox::set(YuiRestClient::Widget::Textbox=HASH(0x5625f38d8170), "INTERNAL-USE-ONLY-c7c1-d63f") called at sle/lib/Installation/ModuleRegistration/SeparateRegCodesPage.pm line 33
Installation::ModuleRegistration::SeparateRegCodesPage::set_regcode(Installation::ModuleRegistration::SeparateRegCodesPage=HASH(0x5625f980cfa0), "we", "INTERNAL-USE-ONLY-c7c1-d63f") called at sle/lib/Installation/ModuleRegistration/SeparateRegCodesController.pm line 51
Installation::ModuleRegistration::SeparateRegCodesController::add_separate_registration_code(Installation::ModuleRegistration::SeparateRegCodesController=HASH(0x5625fa0ff068), "we", "INTERNAL-USE-ONLY-c7c1-d63f") called at sle/tests/installation/module_registration/register_extensions_and_modules.pm line 27
register_extensions_and_modules::run(register_extensions_and_modules=HASH(0x5625f95f40d8)) called at /usr/lib/os-autoinst/basetest.pm line 346
The main problem is related to WE
module. It is not available in SCC (Hided) as SP7 still in BETA
as a quick workaround we decided to remove WE
module from SCC_ADDONS
parameter as you can check in this MR https://gitlab.suse.de/qe-yam/openqa-job-groups/-/merge_requests/444
This workaround is temporal and we should add this module again after SP7 goes to GMC/RC.
Acceptance criteria¶
- AC1: Revert mentioned MR changes
Additional information¶
You can take a look at the failed job here: https://openqa.suse.de/tests/17821105
Actions