action #166538
closed[qe-core]kanidm tests failing for 15.6
0%
Description
Tests for kanidm are failing:
The same version string is alreay in use in 15.5, but no previous version has been released. Maybe 'lsmfip' has problems if it can not compare against something?
Updated by rfan1 2 months ago
Current logic to handle new package has some problem, I would say the issue could be https://openqa.opensuse.org/tests/4460876/modules/qam_zypper_patch/steps/1/src
script_run("echo $packages > \$XDG_RUNTIME_DIR/install_packages.txt");
Updated by szarate 2 months ago
rfrohl wrote:
Tests for kanidm are failing:
The same version string is alreay in use in 15.5, but no previous version has been released. Maybe 'lsmfip' has problems if it can not compare against something?
Yes, that seems to be the problem similar solution as #164592 (https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/19837) is needed
We need to rethink how the installation of packages and verification of installed packages is handled
Updated by rfan1 2 months ago
- Status changed from In Progress to Feedback
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/20145 is merged, let me wait for next few build to check.