Add support for Vhost metadata #298
Annotations
8 errors and 3 warnings
Run tests:
spec/acceptance/parameter_spec.rb#L7
rabbitmq parameter on a vhost: create parameter resource runs successfully
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_054407953.pp.BZEc1s
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for debian10-64-puppet7.example.com in environment production in 0.20 seconds
Info: Using environment 'production'
Info: Applying configuration version '1701755052'
Error: undefined method `sort' for nil:NilClass
Error: /Stage[main]/Main/Rabbitmq_vhost[fedhost]/tags: change from to [] failed: undefined method `sort' for nil:NilClass
Info: Calling prefetch: documentumFed@fedhost
�[mNotice: /Stage[main]/Main/Rabbitmq_parameter[documentumFed@fedhost]: Dependency Rabbitmq_vhost[fedhost] has failures: true
Warning: /Stage[main]/Main/Rabbitmq_parameter[documentumFed@fedhost]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 5.27 seconds
|
Run tests:
spec/acceptance/policy_spec.rb#L7
rabbitmq policy on a vhost: create policy resource runs successfully
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_054439198.pp.CbnV2w
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for debian10-64-puppet7.example.com in environment production in 0.20 seconds
Info: Using environment 'production'
Info: Applying configuration version '1701755083'
Error: undefined method `sort' for nil:NilClass
Error: /Stage[main]/Main/Rabbitmq_vhost[myhost]/tags: change from to [] failed: undefined method `sort' for nil:NilClass
�[mNotice: /Stage[main]/Main/Rabbitmq_policy[ha-all@myhost]: Dependency Rabbitmq_vhost[myhost] has failures: true
Warning: /Stage[main]/Main/Rabbitmq_policy[ha-all@myhost]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Rabbitmq_policy[eu-federation@myhost]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 2.95 seconds
|
Run tests:
spec/acceptance/queue_spec.rb#L7
rabbitmq binding: create binding and queue resources when using default management port runs successfully
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_054502801.pp.VHOVRF
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1701755107'
Error: undefined method `sort' for nil:NilClass
Error: /Stage[main]/Main/Rabbitmq_vhost[host1]/tags: change from to [] failed: undefined method `sort' for nil:NilClass
�[mNotice: /Stage[main]/Main/Rabbitmq_user_permissions[dan@host1]: Dependency Rabbitmq_vhost[host1] has failures: true
Warning: /Stage[main]/Main/Rabbitmq_user_permissions[dan@host1]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Rabbitmq_exchange[exchange1@host1]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Rabbitmq_queue[queue1@host1]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Rabbitmq_binding[exchange1@queue1@host1]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 9.31 seconds
|
Run tests:
spec/acceptance/queue_spec.rb#L81
rabbitmq binding: create multiple bindings when same source / destination / vhost but different routing keys runs successfully
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_054517430.pp.Bq9Dus
Last 10 lines of output were:
Info: Applying configuration version '1701755121'
Error: undefined method `sort' for nil:NilClass
Error: /Stage[main]/Main/Rabbitmq_vhost[host1]/tags: change from to [] failed: undefined method `sort' for nil:NilClass
�[mNotice: /Stage[main]/Main/Rabbitmq_user_permissions[dan@host1]: Dependency Rabbitmq_vhost[host1] has failures: true
Warning: /Stage[main]/Main/Rabbitmq_user_permissions[dan@host1]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Rabbitmq_exchange[exchange1@host1]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Rabbitmq_queue[queue1@host1]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Rabbitmq_binding[binding 1]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Rabbitmq_binding[binding 2]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 9.27 seconds
|
Run tests:
spec/acceptance/queue_spec.rb#L153
rabbitmq binding: create multiple bindings when same source / destination / vhost but different routing keys has the bindings
Failure/Error: expect(r.stdout).to match(%r{exchange1\sexchange\squeue1\squeue\stest1})
expected "source_name\tsource_kind\tdestination_name\tdestination_kind\trouting_key\targuments\n\texchange\tqueue1\tqueue\tqueue1\t[]\nexchange1\texchange\tqueue1\tqueue\t#\t[]\n" to match /exchange1\sexchange\squeue1\squeue\stest1/
Diff:
@@ -1,3 +1,5 @@
-/exchange1\sexchange\squeue1\squeue\stest1/
+source_name source_kind destination_name destination_kind routing_key arguments
+ exchange queue1 queue queue1 []
+exchange1 exchange queue1 queue # []
|
Run tests:
spec/acceptance/queue_spec.rb#L169
rabbitmq binding: create binding and queue resources when using a non-default management port runs successfully
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_054557895.pp.ggsp4g
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1701755162'
Error: undefined method `sort' for nil:NilClass
Error: /Stage[main]/Main/Rabbitmq_vhost[host2]/tags: change from to [] failed: undefined method `sort' for nil:NilClass
�[mNotice: /Stage[main]/Main/Rabbitmq_user_permissions[dan@host2]: Dependency Rabbitmq_vhost[host2] has failures: true
Warning: /Stage[main]/Main/Rabbitmq_user_permissions[dan@host2]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Rabbitmq_exchange[exchange2@host2]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Rabbitmq_queue[queue2@host2]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Rabbitmq_binding[exchange2@queue2@host2]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 10.56 seconds
|
Run tests:
spec/acceptance/vhost_spec.rb#L7
rabbitmq vhost: create vhost resource runs successfully
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_054721809.pp.0bmDms
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian10-64-puppet7.example.com in environment production in 0.20 seconds
Info: Using environment 'production'
Info: Applying configuration version '1701755246'
Error: undefined method `sort' for nil:NilClass
Error: /Stage[main]/Main/Rabbitmq_vhost[myhost]/tags: change from to [] failed: undefined method `sort' for nil:NilClass
�[mNotice: Applied catalog in 3.00 seconds
|
Run tests
Process completed with exit code 1.
|
Run tests:
spec/acceptance/class_spec.rb#L130
rabbitmq class: binding on all interfaces Port "25672" Is on 55672 instead on older rmq versions
Skipped: Temporarily skipped with xit
|
Run tests:
spec/acceptance/class_spec.rb#L165
rabbitmq class: binding to localhost only Port "25672" Is on 55672 instead on older rmq versions
Skipped: Temporarily skipped with xit
|
Run tests:
spec/acceptance/class_spec.rb#L230
rabbitmq class: different management_ip_address and node_ip_address Port "25672" Is on 55672 instead on older rmq versions
Skipped: Temporarily skipped with xit
|
The logs for this run have expired and are no longer available.
Loading