Add EL8 & EL9 support and claim compatibility #254
Annotations
10 errors and 3 warnings
spec/classes/corosync_spec.rb#L681
corosync on redhat-8-x86_64 has the correct pcs version
Failure/Error:
is_expected.to contain_class('corosync').with(
'pcs_version' => corosync_stack(os_facts)[:pcs_version]
)
Puppet::PreformattedError:
Evaluation Error: Comparison of: String > Integer, is not possible. Caused by 'A String is not comparable to a non String'. (file: /home/runner/work/puppet-corosync/puppet-corosync/spec/fixtures/modules/corosync/manifests/init.pp, line: 427, column: 43) on node fv-az1424-717.ccvmnb1tuu4elce0z2wlmhbl4h.ex.internal.cloudapp.net
|
spec/classes/corosync_spec.rb#L728
corosync on redhat-8-x86_64 validates the corosync configuration
Failure/Error:
is_expected.to contain_file('/etc/corosync/corosync.conf').with_validate_cmd(
'/usr/sbin/corosync -c % -t'
)
Puppet::PreformattedError:
Evaluation Error: Comparison of: String > Integer, is not possible. Caused by 'A String is not comparable to a non String'. (file: /home/runner/work/puppet-corosync/puppet-corosync/spec/fixtures/modules/corosync/manifests/init.pp, line: 427, column: 43) on node fv-az1424-717.ccvmnb1tuu4elce0z2wlmhbl4h.ex.internal.cloudapp.net
|
spec/classes/corosync_spec.rb#L751
corosync on redhat-8-x86_64 installs fence-agents-all
Failure/Error: is_expected.to contain_package('fence-agents-all')
Puppet::PreformattedError:
Evaluation Error: Comparison of: String > Integer, is not possible. Caused by 'A String is not comparable to a non String'. (file: /home/runner/work/puppet-corosync/puppet-corosync/spec/fixtures/modules/corosync/manifests/init.pp, line: 427, column: 43) on node fv-az1424-717.ccvmnb1tuu4elce0z2wlmhbl4h.ex.internal.cloudapp.net
|
spec/classes/corosync_spec.rb#L756
corosync on redhat-8-x86_64 installs the provider package
Failure/Error:
is_expected.to contain_package(provider_package).with(
ensure: 'present',
install_options: nil
)
Puppet::PreformattedError:
Evaluation Error: Comparison of: String > Integer, is not possible. Caused by 'A String is not comparable to a non String'. (file: /home/runner/work/puppet-corosync/puppet-corosync/spec/fixtures/modules/corosync/manifests/init.pp, line: 427, column: 43) on node fv-az1424-717.ccvmnb1tuu4elce0z2wlmhbl4h.ex.internal.cloudapp.net
|
spec/classes/corosync_spec.rb#L763
corosync on redhat-8-x86_64 does manage the pacemaker service
Failure/Error:
is_expected.to contain_service('pacemaker').with(
ensure: 'running'
)
Puppet::PreformattedError:
Evaluation Error: Comparison of: String > Integer, is not possible. Caused by 'A String is not comparable to a non String'. (file: /home/runner/work/puppet-corosync/puppet-corosync/spec/fixtures/modules/corosync/manifests/init.pp, line: 427, column: 43) on node fv-az1424-717.ccvmnb1tuu4elce0z2wlmhbl4h.ex.internal.cloudapp.net
|
spec/classes/corosync_spec.rb#L694
corosync on redhat-8-x86_64 without secauth is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile.with_all_deps }
error during compilation: Evaluation Error: Comparison of: String > Integer, is not possible. Caused by 'A String is not comparable to a non String'. (file: /home/runner/work/puppet-corosync/puppet-corosync/spec/fixtures/modules/corosync/manifests/init.pp, line: 427, column: 43) on node fv-az1424-717.ccvmnb1tuu4elce0z2wlmhbl4h.ex.internal.cloudapp.net
|
spec/classes/corosync_spec.rb#L696
corosync on redhat-8-x86_64 without secauth disables secauth with corsync 2.x syntax
Failure/Error:
is_expected.to contain_file('/etc/corosync/corosync.conf').with_content(
%r{crypto_hash:\s+none}
)
Puppet::PreformattedError:
Evaluation Error: Comparison of: String > Integer, is not possible. Caused by 'A String is not comparable to a non String'. (file: /home/runner/work/puppet-corosync/puppet-corosync/spec/fixtures/modules/corosync/manifests/init.pp, line: 427, column: 43) on node fv-az1424-717.ccvmnb1tuu4elce0z2wlmhbl4h.ex.internal.cloudapp.net
|
spec/classes/corosync_spec.rb#L713
corosync on redhat-8-x86_64 with secauth is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile.with_all_deps }
error during compilation: Evaluation Error: Comparison of: String > Integer, is not possible. Caused by 'A String is not comparable to a non String'. (file: /home/runner/work/puppet-corosync/puppet-corosync/spec/fixtures/modules/corosync/manifests/init.pp, line: 427, column: 43) on node fv-az1424-717.ccvmnb1tuu4elce0z2wlmhbl4h.ex.internal.cloudapp.net
|
spec/classes/corosync_spec.rb#L715
corosync on redhat-8-x86_64 with secauth enables secauth with corsync 2.x syntax
Failure/Error:
is_expected.to contain_file('/etc/corosync/corosync.conf').with_content(
%r{crypto_hash:\s+sha1}
)
Puppet::PreformattedError:
Evaluation Error: Comparison of: String > Integer, is not possible. Caused by 'A String is not comparable to a non String'. (file: /home/runner/work/puppet-corosync/puppet-corosync/spec/fixtures/modules/corosync/manifests/init.pp, line: 427, column: 43) on node fv-az1424-717.ccvmnb1tuu4elce0z2wlmhbl4h.ex.internal.cloudapp.net
|
spec/classes/corosync_spec.rb#L12
corosync on redhat-8-x86_64 configures corosync is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile.with_all_deps }
error during compilation: Evaluation Error: Comparison of: String > Integer, is not possible. Caused by 'A String is not comparable to a non String'. (file: /home/runner/work/puppet-corosync/puppet-corosync/spec/fixtures/modules/corosync/manifests/init.pp, line: 427, column: 43) on node fv-az1424-717.ccvmnb1tuu4elce0z2wlmhbl4h.ex.internal.cloudapp.net
Shared Example Group: "corosync" called from ./spec/classes/corosync_spec.rb:725
|
spec/unit/puppet/provider/cs_primitive_crm_spec.rb#L66
Puppet::Type::Cs_primitive::ProviderCrm when getting instances each instance has an primitive_class parameter corresponding to the <primitive>'s class attribute
Failure/Error: expect(instance.primitive_class).to eq('ocf')
NoMethodError:
undefined method `primitive_class' for (provider=crm):Puppet::Type::Cs_primitive::ProviderCrm
|
spec/unit/puppet/provider/cs_primitive_crm_spec.rb#L71
Puppet::Type::Cs_primitive::ProviderCrm when getting instances each instance has an primitive_type parameter corresponding to the <primitive>'s type attribute
Failure/Error: expect(instance.primitive_type).to eq('Xen')
NoMethodError:
undefined method `primitive_type' for (provider=crm):Puppet::Type::Cs_primitive::ProviderCrm
|
spec/unit/puppet/provider/cs_primitive_crm_spec.rb#L76
Puppet::Type::Cs_primitive::ProviderCrm when getting instances each instance has an provided_by parameter corresponding to the <primitive>'s provider attribute
Failure/Error: expect(instance.provided_by).to eq('heartbeat')
NoMethodError:
undefined method `provided_by' for (provider=crm):Puppet::Type::Cs_primitive::ProviderCrm
|
The logs for this run have expired and are no longer available.
Loading