Project

General

Profile

Actions

action #98946

closed

Argument "4.2.1" isn't numeric in numeric ge (>=) at /usr/lib/os-autoinst/backend/qemu.pm line 686.

Added by okurz over 2 years ago. Updated over 2 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Regressions/Crashes
Target version:
Start date:
2021-09-20
Due date:
2021-10-07
% Done:

0%

Estimated time:

Description

Observation

in
https://openqa.suse.de/tests/7138972/logfile?filename=autoinst-log.txt

Argument "4.2.1" isn't numeric in numeric ge (>=) at /usr/lib/os-autoinst/backend/qemu.pm line 686.
Actions #1

Updated by osukup over 2 years ago

$vars->{QEMUMACHINE} .= $caps if $self->{qemu_version} >= '4' && $vars->{QEMUMACHINE} !~ /$caps/; it want check if Qemu version is equal higher than 4.
which is pretty old.

And on Leap 15.2 ( going to be out of support) is now version 4.2.1 , Leap 15.3 - 5.2.0, tumbleweed - 6.1.x , so we can remove this check

Actions #2

Updated by osukup over 2 years ago

  • Status changed from New to In Progress
  • Assignee set to osukup
Actions #3

Updated by openqa_review over 2 years ago

  • Due date set to 2021-10-07

Setting due date based on mean cycle time of SUSE QE Tools

Actions #4

Updated by osukup over 2 years ago

  • Status changed from In Progress to Resolved

PR merged

Actions

Also available in: Atom PDF