Actions
action #57719
closedUse of uninitialized value in numeric ne (!=) at /usr/lib/os-autoinst/OpenQA/Qemu/DriveDevice.pm line 124.
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Regressions/Crashes
Target version:
Start date:
2019-10-04
Due date:
% Done:
0%
Estimated time:
Description
Observation¶
Seen in https://openqa.opensuse.org/tests/1045173/file/autoinst-log.txt , probably in many more tests as well
Updated by tinita over 5 years ago
- Status changed from New to In Progress
- Assignee set to tinita
- Target version set to Current Sprint
The cause of this is OpenQA::Qemu::BlockDevConf::add_iso_drive()
The other methods add_existing_drive()
and add_new_drive()
call:
return $self->_push_new_drive_dev($id, $overlay, $model, $num_queues);
But add_iso_drive()
calls:
return $self->_push_new_drive_dev($id, $overlay, $model);
Not sure if this is an error, or if we should just fix that comparison, but since the code is working, I'll do the latter.
Updated by tinita over 5 years ago
Updated by livdywan over 5 years ago
- Status changed from In Progress to Feedback
Updated by okurz over 5 years ago
- Status changed from Feedback to Resolved
Actions