action #130285
closedcoordination #151816: [epic] Handle openQA fixes and job group setup
Revisit mru-install-multipath-remote_supportserver in dev group
0%
Description
This test was moved in Yast Maintenance Dev job group after https://progress.opensuse.org/issues/112355 but seems that it never worked properly. It dies with error:
Test died: supportserver: no client job found at sle/tests/support_server/meddle_multipaths.pm line 35.
On line 33
33 my $jobid_client = get_children();
The module expects to find children to the test but there are non, even though the test mru-install-multipath-remote_dev is dependent on mru-install-multipath-remote_supportserver. We should set the proper settings for mru-install-multipath-remote_supportserver to be dependent on mru-install-multipath-remote_dev as well and recognize it as a child job.
Please, notice that this task requires to run the jobs multiple times, 5x, 10x to gather some statistics.
Acceptance criteria¶
AC1: Figure out why it doesn't work in other products.
AC2: Move to prod the one stable and if we figure out AC1, all of them.