New commit detected on ManageIQ/manageiq-providers-ovirt/hammer: https://github.com/ManageIQ/manageiq-providers-ovirt/commit/38522a8832afa14e218472b140caca0b54e36ff1 commit 38522a8832afa14e218472b140caca0b54e36ff1 Author: Boris Od <bodnopoz> AuthorDate: Thu Apr 25 11:48:40 2019 -0400 Commit: Boris Od <bodnopoz> CommitDate: Thu Apr 25 11:48:40 2019 -0400 Merge pull request #360 from agrare/bz_1691109_use_host_guest_device_association Use the host_geust_devices inventory collection (cherry picked from commit 49ac6425ecbcc868d6676a0a9d534120b6de73f0) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1731237 app/models/manageiq/providers/redhat/inventory/parser/infra_manager.rb | 2 +- app/models/manageiq/providers/redhat/inventory/persister/definitions/infra_collections.rb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-)
Fixed and verified in 5.10.8.0.20190729222758_e725e22. GuestDevice.count stays the same after the refresh. # bin/rails c Loading production environment (Rails 5.0.7.2) irb(main):001:0> GuestDevice.count PostgreSQLAdapter#log_after_checkout, connection_pool: size: 5, connections: 1, in use: 1, waiting_in_queue: 0 => 16 irb(main):002:0> GuestDevice.count => 16 irb(main):003:0> GuestDevice.count => 16 irb(main):004:0> GuestDevice.count => 16 irb(main):005:0> GuestDevice.count => 16 irb(main):006:0> GuestDevice.count => 16
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2019:2466
Changing the test coverage to + as we have the test coverage covered in the original BZ 1691109