Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Vm reconnect while having more archived duplicates #256

Merged
merged 1 commit into from
May 15, 2018

Conversation

Ladas
Copy link
Contributor

@Ladas Ladas commented May 14, 2018

Test Vm reconnect while having more archived duplicates

Copy link
Member

@agrare agrare left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 will merge when green

Test Vm reconnect while having more archived duplicates
@Ladas Ladas force-pushed the test_targeted_refresh_reconnect branch from 06fc4d6 to 34e484c Compare May 14, 2018 14:15
@miq-bot
Copy link
Member

miq-bot commented May 14, 2018

Checked commit Ladas@34e484c with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0
1 file checked, 0 offenses detected
Everything looks fine. 🍰

@djberg96
Copy link
Collaborator

@Ladas @agrare There seems to be a problem:

1) ManageIQ::Providers::Azure::CloudManager::Refresher with settings {:get_private_images=>true, :inventory_object_refresh=>true, :inventory_collections=>{:saver_strategy=>"batch", :use_ar_object=>false}} with additional settings {:targeted_api_collection_threshold=>500} will reconnect powered off VM
     Failure/Error: expect(@ems.vms.first.id).to eq(vm_oldest.id)
     
       expected: 29000000001014
            got: 29000000001015
     
       (compared using ==)
     # ./spec/models/manageiq/providers/azure/cloud_manager/targeted_refresher_spec.rb:112:in `block (7 levels) in <top (required)>'
     # ./spec/models/manageiq/providers/azure/cloud_manager/targeted_refresher_spec.rb:102:in `times'
     # ./spec/models/manageiq/providers/azure/cloud_manager/targeted_refresher_spec.rb:102:in `block (6 levels) in <top (required)>'
  2) ManageIQ::Providers::Azure::CloudManager::Refresher with settings {:get_private_images=>true, :inventory_object_refresh=>true, :inventory_collections=>{:saver_strategy=>"batch", :use_ar_object=>false}} with additional settings {:targeted_api_collection_threshold=>0} will reconnect powered off VM
     Failure/Error: expect(@ems.vms.first.id).to eq(vm_oldest.id)
     
       expected: 29000000001025
            got: 29000000001026
     
       (compared using ==)
     # ./spec/models/manageiq/providers/azure/cloud_manager/targeted_refresher_spec.rb:112:in `block (7 levels) in <top (required)>'
     # ./spec/models/manageiq/providers/azure/cloud_manager/targeted_refresher_spec.rb:102:in `times'
     # ./spec/models/manageiq/providers/azure/cloud_manager/targeted_refresher_spec.rb:102:in `block (6 levels) in <top (required)>'
  3) ManageIQ::Providers::Azure::CloudManager::Refresher with settings {:get_private_images=>true, :inventory_object_refresh=>true, :inventory_collections=>{:saver_strategy=>"default"}} with additional settings {:targeted_api_collection_threshold=>0} will reconnect powered off VM
     Failure/Error: expect(@ems.vms.first.id).to eq(vm_oldest.id)
     
       expected: 29000000001052
            got: 29000000001053
     
       (compared using ==)
     # ./spec/models/manageiq/providers/azure/cloud_manager/targeted_refresher_spec.rb:112:in `block (7 levels) in <top (required)>'
     # ./spec/models/manageiq/providers/azure/cloud_manager/targeted_refresher_spec.rb:102:in `times'
     # ./spec/models/manageiq/providers/azure/cloud_manager/targeted_refresher_spec.rb:102:in `block (6 levels) in <top (required)>'
  4) ManageIQ::Providers::Azure::CloudManager::Refresher with settings {:get_private_images=>true, :inventory_object_refresh=>true, :inventory_collections=>{:saver_strategy=>"default"}} with additional settings {:targeted_api_collection_threshold=>500} will reconnect powered off VM
     Failure/Error: expect(@ems.vms.first.id).to eq(vm_oldest.id)
     
       expected: 29000000001073
            got: 29000000001074
     
       (compared using ==)
     # ./spec/models/manageiq/providers/azure/cloud_manager/targeted_refresher_spec.rb:112:in `block (7 levels) in <top (required)>'
     # ./spec/models/manageiq/providers/azure/cloud_manager/targeted_refresher_spec.rb:102:in `times'
     # ./spec/models/manageiq/providers/azure/cloud_manager/targeted_refresher_spec.rb:102:in `block (6 levels) in <top (required)>'

@agrare agrare closed this May 14, 2018
@agrare agrare reopened this May 14, 2018
@agrare agrare merged commit 97b5537 into ManageIQ:master May 15, 2018
@agrare agrare added this to the Sprint 86 Ending May 21, 2018 milestone May 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants