Project

General

Profile

Actions

action #104520

open

Move svirt extract_asset code from os-autoinst-distri-opensuse to os-autoinst/backend/svirt.pm size:M auto_review:"unable to extract assets: Can't call method.+name.+on an undefined value":retry

Added by tinita over 2 years ago. Updated almost 2 years ago.

Status:
Workable
Priority:
Low
Assignee:
-
Category:
Feature requests
Target version:
Start date:
2021-12-29
Due date:
% Done:

0%

Estimated time:

Description

Observation

The test https://openqa.suse.de/tests/7917723 failed because the code was changed to always execute do_extract_assets when there were PUBLISH_HDD_* settings.
However, do_extract_assets is only implemented in 3 backend classes in os-autoinst currently.

The test in question, svirt_upload_assets.pm implements extract_assets itself, and it does this using the same special setting PUBLISH_HDD_* as os-autoinst:
https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/tests/shutdown/svirt_upload_assets.pm

This only worked because PUBLISH_HDD_ was simply ignored for anything but qemu so far.

The code above should be moved to backend::svirt, and after that we can hopefully remove the check for qemu.

Acceptance criteria

  • AC1: Assets for svirt are published via os-autoinst backend code

Suggestions

  • Remove svirt_upload_assets from the schedule after deploying the new backend code
  • Early return in svirt_upload_assets if the backend method is implement if backend::svirt->can('do_extract_assets')

Related issues 4 (1 open3 closed)

Related to openQA Project - action #76813: [tools] Test using svirt backend fails with auto_review:"Error connecting to VNC server.*: IO::Socket::INET: connect: Connection refused"New2020-10-30

Actions
Related to openQA Project - action #99663: Use more perl signatures - os-autoinst size:MResolvedokurz2021-10-01

Actions
Related to openQA Project - action #105690: s390x svirt jobs incomplete with auto_review:"unable to extract assets:.*/var/lib/libvirt/images/a.img":retryResolvedokurz2022-01-28

Actions
Copied from openQA Project - action #104499: s390 tests fail with backend died: unable to extract assets: Too many arguments for subroutine 'backend::baseclass::do_extract_assetsResolvedlivdywan2021-12-292022-01-13

Actions
Actions #1

Updated by tinita over 2 years ago

  • Copied from action #104499: s390 tests fail with backend died: unable to extract assets: Too many arguments for subroutine 'backend::baseclass::do_extract_assets added
Actions #2

Updated by tinita over 2 years ago

  • Description updated (diff)
Actions #3

Updated by livdywan over 2 years ago

I changed my existing PR to an untested proof of concept https://github.com/os-autoinst/os-autoinst/pull/1895

Actions #4

Updated by tinita over 2 years ago

Is this in progress?

Actions #5

Updated by livdywan over 2 years ago

  • Status changed from New to Feedback
  • Assignee set to livdywan

tinita wrote:

Is this in progress?

I guess it's in Feedback. Wasn't consciously my intention to take it right away, but then I started reaching out to relevant experts to make sure we know what we're doing here.

Actions #6

Updated by livdywan over 2 years ago

  • Subject changed from Move svirt extract_asset code from os-autoinst-distri-opensuse to os-autoinst/backend/svirt.pm to Move svirt extract_asset code from os-autoinst-distri-opensuse to os-autoinst/backend/svirt.pm size:M
  • Description updated (diff)
Actions #7

Updated by livdywan over 2 years ago

  • Status changed from Feedback to In Progress
Actions #8

Updated by livdywan over 2 years ago

cdywan wrote:

./script/openqa-clone-job --within-instance http://openqa.suse.de --skip-deps 7917723 _GROUP=0 CASEDIR="https://github.com/kalikiana/os-autoinst-distri-opensuse.git#svirt_upload_assets_skip"
Created job #7968548: sle-12-SP4-Server-DVD-Updates-s390x-Build20211229-1-mru-install-minimal-with-addons@s390x-kvm-sle12 -> http://openqa.suse.de/t7968548
Actions #9

Updated by livdywan over 2 years ago

  • Related to action #76813: [tools] Test using svirt backend fails with auto_review:"Error connecting to VNC server.*: IO::Socket::INET: connect: Connection refused" added
Actions #10

Updated by livdywan over 2 years ago

  • Due date changed from 2022-01-13 to 2022-01-21

I'll admit that context switching with topics has slowed me down here, and then I ran into #76813 trying verify the distri-opensuse changes. So I'm bumping the due date now.

Actions #11

Updated by livdywan over 2 years ago

I put some more verbose thoughts into review comments. Currently I'd describe my progress as follows:

  • I'd like to use TDD here, since there was some confusion on the expected behavior of the function, but I'm unsure from reading e.g. qemu code what exactly is expected (e.g. why would svirt need its own image path handling and uploading) and we don't seem to have a test specifically for do_extract_assets.
  • I tried to re-use the Qemu module to avoid duplication but I'm not sure it really makes sense to set it up just to convert images - so I'm thinking to split out Qemu:LDriveDevice::gen_qemu_img_convert, if that's all we need
Actions #12

Updated by okurz over 2 years ago

  • Related to action #99663: Use more perl signatures - os-autoinst size:M added
Actions #13

Updated by livdywan over 2 years ago

  • Due date changed from 2022-01-21 to 2022-01-28

Moved from "defined" to "can" now, made the unit test work and added docs for the variables which is now required. Bumping the due date since this https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/13974 also hasn't been merged yet.

Actions #14

Updated by livdywan over 2 years ago

Unfortunately it looks like something went wrong and causes failures in jobs now:

console svirt does not exist at /usr/lib/os-autoinst/backend/baseclass.pm line 686.
    backend::baseclass::console(backend::svirt=HASH(0x10042805f70), "svirt") called at /usr/lib/os-autoinst/backend/svirt.pm line 181
    backend::svirt::do_extract_assets(backend::svirt=HASH(0x10042805f70), HASH(0x10042349640)) called at /usr/lib/os-autoinst/backend/driver.pm line 80
    backend::driver::extract_assets(backend::driver=HASH(0x10042912848), HASH(0x10042349640)) called at /usr/lib/os-autoinst/OpenQA/Isotovideo/Utils.pm line 163
    eval {...} called at /usr/lib/os-autoinst/OpenQA/Isotovideo/Utils.pm line 163
    OpenQA::Isotovideo::Utils::handle_generated_assets(OpenQA::Isotovideo::CommandHandler=HASH(0x10042cb0e78), 1) called at /usr/bin/isotovideo line 409
[2022-01-26T08:26:33.975697+01:00] [warn] !!! bmwqemu::serialize_state: unable to extract assets: Can't call method "name" on an undefined value at /usr/lib/os-autoinst/backend/svirt.pm line 181.
    backend::svirt::do_extract_assets(backend::svirt=HASH(0x10042805f70), HASH(0x10042349640)) called at /usr/lib/os-autoinst/backend/driver.pm line 80
    backend::driver::extract_assets(backend::driver=HASH(0x10042912848), HASH(0x10042349640)) called at /usr/lib/os-autoinst/OpenQA/Isotovideo/Utils.pm line 163
    eval {...} called at /usr/lib/os-autoinst/OpenQA/Isotovideo/Utils.pm line 163
    OpenQA::Isotovideo::Utils::handle_generated_assets(OpenQA::Isotovideo::CommandHandler=HASH(0x10042cb0e78), 1) called at /usr/bin/isotovideo line 409

Edit: Rollback triggered, will propose a fix shortly.

Actions #15

Updated by livdywan over 2 years ago

  • Subject changed from Move svirt extract_asset code from os-autoinst-distri-opensuse to os-autoinst/backend/svirt.pm size:M to Move svirt extract_asset code from os-autoinst-distri-opensuse to os-autoinst/backend/svirt.pm size:M auto_review:"unable to extract assets: Can't call method.+name.+on an undefined value":retry
Actions #16

Updated by tinita over 2 years ago

btw, do we still need the auto_review:"unable to extract assets: Can't call method.+name.+on an undefined value":retry in the title?
edit: oh sorry, you just added it

Actions #17

Updated by livdywan about 2 years ago

tinita wrote:

btw, do we still need the auto_review:"unable to extract assets: Can't call method.+name.+on an undefined value":retry in the title?
edit: oh sorry, you just added it

For the record, I used host=openqa.suse.de ./openqa-monitor-incompletes to identify affected jobs anyway but put the regex in case I missed one.

The above branch now has test coverage for all uses of the "vmname" and addresses the problem by not relying on the console when assets are being prepared.

Actions #18

Updated by livdywan about 2 years ago

  • Status changed from In Progress to Feedback

Branch merged, waiting to confirm that this is working fine in production

Actions #19

Updated by okurz about 2 years ago

  • Related to action #105690: s390x svirt jobs incomplete with auto_review:"unable to extract assets:.*/var/lib/libvirt/images/a.img":retry added
Actions #20

Updated by livdywan about 2 years ago

  • Blocked by coordination #105699: [epic] 5 whys follow-up to s390x svirt jobs incomplete with unable to extract assets:.*/var/lib/libvirt/images/a.img" size:S added
Actions #21

Updated by livdywan about 2 years ago

  • Due date deleted (2022-01-28)
  • Status changed from Feedback to Blocked

The obvious next step would be to understand where the unit tests deviate from production since the vmname was not initialized as expected. But we should conduct #105690 first.

Actions #22

Updated by okurz about 2 years ago

  • Parent task set to #105699
Actions #23

Updated by livdywan about 2 years ago

  • Status changed from Blocked to Workable
  • Assignee deleted (livdywan)
Actions #24

Updated by okurz about 2 years ago

  • Priority changed from Normal to Low
Actions #25

Updated by okurz about 2 years ago

  • Target version changed from Ready to future
Actions #26

Updated by okurz almost 2 years ago

  • Category changed from Regressions/Crashes to Feature requests
  • Parent task deleted (#105699)
Actions

Also available in: Atom PDF