Created
January 10, 2017 16:01
-
-
Save durandom/85328f1ab52a50ec85a53f2b933ad48e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) ManageIQ::Providers::Azure::CloudManager::Refresher will perform a full refresh | |
Failure/Error: expect(actual).to eq expected_table_counts | |
expected: {:ext_management_system=>2, :flavor=>63, :availability_zone=>1, :vm_or_template=>12, :vm=>11, :miq_te...p=>10, :network_port=>11, :cloud_network=>6, :floating_ip=>13, :network_router=>0, :cloud_subnet=>6} | |
got: {:ext_management_system=>2, :flavor=>80, :availability_zone=>1, :vm_or_template=>12, :vm=>11, :miq_te...p=>11, :network_port=>11, :cloud_network=>6, :floating_ip=>13, :network_router=>0, :cloud_subnet=>6} | |
(compared using ==) | |
Diff: | |
@@ -3,7 +3,7 @@ | |
:cloud_subnet => 6, | |
:disk => 11, | |
:ext_management_system => 2, | |
-:flavor => 63, | |
+:flavor => 80, | |
:floating_ip => 13, | |
:guest_device => 0, | |
:hardware => 12, | |
@@ -13,13 +13,13 @@ | |
:network_port => 11, | |
:network_router => 0, | |
:operating_system => 11, | |
-:orchestration_stack => 17, | |
+:orchestration_stack => 18, | |
:orchestration_stack_output => 9, | |
-:orchestration_stack_parameter => 186, | |
-:orchestration_stack_resource => 76, | |
-:orchestration_template => 3, | |
+:orchestration_stack_parameter => 188, | |
+:orchestration_stack_resource => 77, | |
+:orchestration_template => 4, | |
:relationship => 0, | |
-:security_group => 10, | |
+:security_group => 11, | |
:vm => 11, | |
:vm_or_template => 12, | |
# ./spec/models/manageiq/providers/azure/cloud_manager/refresher_spec.rb:157:in `assert_table_counts' | |
# ./spec/models/manageiq/providers/azure/cloud_manager/refresher_spec.rb:81:in `block (3 levels) in <top (required)>' | |
# ./spec/models/manageiq/providers/azure/cloud_manager/refresher_spec.rb:78:in `times' | |
# ./spec/models/manageiq/providers/azure/cloud_manager/refresher_spec.rb:78:in `block (2 levels) in <top (required)>' | |
2) ManageIQ::Providers::Azure::CloudManager::Refresher proxy support will perform a full refresh with a plain proxy enabled | |
Failure/Error: expect(OrchestrationTemplate.count).to eql(3) | |
expected: 3 | |
got: 4 | |
(compared using eql?) | |
# ./spec/models/manageiq/providers/azure/cloud_manager/refresher_spec.rb:59:in `block (4 levels) in <top (required)>' | |
3) ManageIQ::Providers::Azure::CloudManager::Refresher proxy support will perform a full refresh with a plain proxy enabled | |
Failure/Error: expect(OrchestrationTemplate.count).to eql(3) | |
expected: 3 | |
got: 4 | |
(compared using eql?) | |
# ./spec/models/manageiq/providers/azure/cloud_manager/refresher_spec.rb:59:in `block (4 levels) in <top (required)>' | |
4) ManageIQ::Providers::Azure::CloudManager::Refresher proxy support will perform a full refresh with an authenticating proxy enabled | |
Failure/Error: expect(OrchestrationTemplate.count).to eql(3) | |
expected: 3 | |
got: 4 | |
(compared using eql?) | |
# ./spec/models/manageiq/providers/azure/cloud_manager/refresher_spec.rb:71:in `block (4 levels) in <top (required)>' | |
5) ManageIQ::Providers::Azure::CloudManager::Refresher proxy support will perform a full refresh with an authenticating proxy enabled | |
Failure/Error: expect(OrchestrationTemplate.count).to eql(3) | |
expected: 3 | |
got: 4 | |
(compared using eql?) | |
# ./spec/models/manageiq/providers/azure/cloud_manager/refresher_spec.rb:71:in `block (4 levels) in <top (required)>' | |
Finished in 9 minutes 27 seconds (files took 13.11 seconds to load) | |
82 examples, 5 failures | |
Failed examples: | |
rspec ./spec/models/manageiq/providers/azure/cloud_manager/refresher_spec.rb:77 # ManageIQ::Providers::Azure::CloudManager::Refresher will perform a full refresh | |
rspec './spec/models/manageiq/providers/azure/cloud_manager/refresher_spec.rb[1:2:2]' # ManageIQ::Providers::Azure::CloudManager::Refresher proxy support will perform a full refresh with a plain proxy enabled | |
rspec './spec/models/manageiq/providers/azure/cloud_manager/refresher_spec.rb[1:2:1]' # ManageIQ::Providers::Azure::CloudManager::Refresher proxy support will perform a full refresh with a plain proxy enabled | |
rspec './spec/models/manageiq/providers/azure/cloud_manager/refresher_spec.rb[1:2:4]' # ManageIQ::Providers::Azure::CloudManager::Refresher proxy support will perform a full refresh with an authenticating proxy enabled | |
rspec './spec/models/manageiq/providers/azure/cloud_manager/refresher_spec.rb[1:2:3]' # ManageIQ::Providers::Azure::CloudManager::Refresher proxy support will perform a full refresh with an authenticating proxy enabled | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment