Project

General

Profile

action #128207

Updated by syrianidou_sofia about 1 year ago

Recently we experienced a sporadic [failure](https://progress.opensuse.org/issues/127604) [failure](https://progress.opensuse.org/issues/128207) for yast2_software_management, because of a package update that took way too long to be completed. See slack discussion [here](https://suse.slack.com/archives/C02D1T4S58S/p1681982966661769) 
 The yast2_software_management module should be rewritten in order to use libyui, and also enhanced to track progress of installation in case there are packages to be installed, using the status bar. The test that currently uses yast2_software_management is [yast2_gui](https://openqa.suse.de/tests/latest?arch=x86_64&distri=sle&flavor=Online&machine=64bit&test=yast2_gui&version=15-SP5) 

 **AC1** : The module should use libyui 
 **AC2** : The module should record_info with a list of packages installed, in case there are any 
 **AC3** : The installation progress could be monitored by tracking the status bar (failure timeout in case of stale progress)

Back