Revert hard require on epel for CentOS 7 #457
Annotations
11 errors and 3 warnings
|
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.1.0/lib/voxpupuli/acceptance/examples.rb#L4
rabbitmq class: default class inclusion behaves like an idempotent resource applies with no errors
Failure/Error: super
NameError:
undefined local variable or method `manifest' for #<RSpec::ExampleGroups::RabbitmqClass::DefaultClassInclusion::BehavesLikeAnIdempotentResource "applies with no errors" (./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.1.0/lib/voxpupuli/acceptance/examples.rb:4)>
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:26
|
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.1.0/lib/voxpupuli/acceptance/examples.rb#L8
rabbitmq class: default class inclusion behaves like an idempotent resource applies a second time without changes
Failure/Error: super
NameError:
undefined local variable or method `manifest' for #<RSpec::ExampleGroups::RabbitmqClass::DefaultClassInclusion::BehavesLikeAnIdempotentResource "applies a second time without changes" (./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.1.0/lib/voxpupuli/acceptance/examples.rb:8)>
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:26
|
Run tests:
spec/acceptance/class_spec.rb#L29
rabbitmq class: default class inclusion Package "rabbitmq-server" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "rabbitmq-server" to be installed
|
Run tests:
spec/acceptance/class_spec.rb#L33
rabbitmq class: default class inclusion Service "rabbitmq-server" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "rabbitmq-server" to be enabled
|
Run tests:
spec/acceptance/class_spec.rb#L34
rabbitmq class: default class inclusion Service "rabbitmq-server" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "rabbitmq-server" to be running
|
Run tests:
spec/acceptance/class_spec.rb#L38
rabbitmq class: default class inclusion File "/etc/rabbitmq" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/rabbitmq".directory?` to be truthy, got false
|
Run tests:
spec/acceptance/class_spec.rb#L39
rabbitmq class: default class inclusion File "/etc/rabbitmq" is expected to be owned by "rabbitmq"
Failure/Error: it { is_expected.to be_owned_by 'rabbitmq' }
expected `File "/etc/rabbitmq".owned_by?("rabbitmq")` to be truthy, got false
|
Run tests:
spec/acceptance/class_spec.rb#L40
rabbitmq class: default class inclusion File "/etc/rabbitmq" is expected to be grouped into "rabbitmq"
Failure/Error: it { is_expected.to be_grouped_into 'rabbitmq' }
expected `File "/etc/rabbitmq".grouped_into?("rabbitmq")` to be truthy, got false
|
Run tests:
spec/acceptance/class_spec.rb#L44
rabbitmq class: default class inclusion File "/etc/rabbitmq/ssl" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/rabbitmq/ssl".directory?` to be truthy, got false
|
Run tests:
spec/acceptance/class_spec.rb#L45
rabbitmq class: default class inclusion File "/etc/rabbitmq/ssl" is expected to be owned by "rabbitmq"
Failure/Error: it { is_expected.to be_owned_by 'rabbitmq' }
expected `File "/etc/rabbitmq/ssl".owned_by?("rabbitmq")` to be truthy, got false
|
Run tests:
spec/acceptance/class_spec.rb#L118
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#L153
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#L218
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
|
Loading