(#1532) Replace ParserError with Puppet::Error #538
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: pull_request
Spec
/
Setup Test Matrix
30s
Matrix: Spec / spec
Matrix: Acceptance / acceptance
Waiting for pending jobs
Annotations
4 errors
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/unit/provider/postgresql_conf/ruby_spec.rb#L34
Puppet::Type::Postgresql_conf::ProviderRuby duplicate keys in postgresql.conf raises an exception
Failure/Error: expect { provider.exists? }.to raise_error(Puppet::Error, 'found multiple config items of foo found, please fix this')
expected Puppet::Error with "found multiple config items of foo found, please fix this" but nothing was raised
|
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2)
Process completed with exit code 1.
|
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/unit/provider/postgresql_conf/ruby_spec.rb#L34
Puppet::Type::Postgresql_conf::ProviderRuby duplicate keys in postgresql.conf raises an exception
Failure/Error: expect { provider.exists? }.to raise_error(Puppet::Error, 'found multiple config items of foo found, please fix this')
expected Puppet::Error with "found multiple config items of foo found, please fix this" but nothing was raised
|
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7)
Process completed with exit code 1.
|