action #80264
closedcoordination #39719: [saga][epic] Detection of "known failures" for stable tests, easy test results review and easy tracking of known issues
multimachine tests unable to get vars from its pair job
Description
Observation¶
virtualization pair tests began failing today(build #88.1, beta1 candidate), because the job is unable to get variables from its pair. For instance:
https://openqa.nue.suse.com/tests/5057381/file/autoinst-log.txt
[0mUse of uninitialized value in numeric eq (==) at /usr/lib/os-autoinst/mmapi.pm line 212.
Use of uninitialized value in concatenation (.) or string at /usr/lib/os-autoinst/mmapi.pm line 216.
[37m[2020-11-24T03:29:26.211 CET] [debug] get_job_autoinst_vars: code:
[0mUse of uninitialized value in numeric eq (==) at /usr/lib/os-autoinst/mmapi.pm line 212.
The tests are able to run in my local openQA, also they worked in build 78.1(13 days ago), thus It is likely the recent openQA updates broke them.
Steps to reproduce¶
Find corresponding tests as marked on osd. Find jobs referencing this ticket with the help of
https://raw.githubusercontent.com/os-autoinst/scripts/master/openqa-query-for-job-label , call openqa-query-for-job-label poo#80264
$ env host=osd openqa-query-for-job-label 80264
5057381|2020-11-24 03:44:15|done|failed|virt-guest-migration-sles12sp5-from-sles12sp5-to-developing-xen-dst||linux-1nn1
5057379|2020-11-24 03:25:27|done|failed|virt-guest-migration-sles12sp5-from-sles12sp5-to-developing-kvm-dst||linux-1nn1
5057377|2020-11-24 01:35:09|done|failed|virt-guest-migration-sles12sp5-from-developing-to-developing-xen-dst||linux-1nn1
5057375|2020-11-23 23:24:29|done|failed|virt-guest-migration-sles12sp5-from-developing-to-developing-kvm-dst||linux-1nn1
Problem¶
Maybe due to updates of dependencies or last deployment of osd 2020-11-13, see http://mailman.suse.de/mlarch/SuSE/openqa/2020/openqa.2020.11/msg00004.html or similar as in #76783