Skip to content

Drop Puppet 6 support #25

Drop Puppet 6 support

Drop Puppet 6 support #25

Triggered via pull request April 28, 2023 11:45
Status Failure
Total duration 1m 41s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
35s
Puppet / Static validations
Matrix: Puppet / unit
Puppet  /  Test suite
0s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Puppet / 7 (Ruby 2.7): spec/unit/puppet/provider/mailalias/augeas_spec.rb#L182
Puppet::Type::Mailalias::ProviderAugeas with broken file should fail to load Failure/Error: expect { apply(Puppet::Type.type(:mailalias).new( :name => "foo", :recipient => "bar", :target => target, :provider => "augeas" )) }.to raise_error(RuntimeError, /Augeas didn't load/) expected RuntimeError with message matching /Augeas didn't load/ but nothing was raised
Puppet / 7 (Ruby 2.7): spec/unit/puppet/provider/host/augeas_spec.rb#L245
Puppet::Type::Host::ProviderAugeas with broken file should fail to load Failure/Error: expect { apply(Puppet::Type.type(:host).new( :name => "foo", :ip => "192.168.1.1", :target => target, :provider => "augeas" )) }.to raise_error(RuntimeError, /Augeas didn't load/) expected RuntimeError with message matching /Augeas didn't load/ but nothing was raised
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.