Skip to content

Release 4.0.0

Release 4.0.0 #20

Triggered via pull request June 22, 2023 11:57
Status Success
Total duration 2m 18s
Artifacts

ci.yml

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

Annotations

4 warnings
Puppet / 8 (Ruby 3.2): spec/unit/puppet/provider/mounttab/fstab_spec.rb#L188
Puppet::Type::Mounttab::ProviderAugeas with full file should update device without changing dump or pass Failure/Error: aug.get("./3/dump").should == "1" expected: "1" got: "0" (using ==)
Puppet / 8 (Ruby 3.2): spec/unit/puppet/provider/mounttab/vfstab_spec.rb#L245
Puppet::Type::Mounttab::ProviderAugeas with full vfstab file when updating options should leave options alone Failure/Error: raise AugeasSpec::Error, "augparse failed:\n#{output}" unless $CHILD_STATUS == 0 && output.empty? AugeasSpec::Error: augparse failed: Syntax error in lens definition Failed to load /tmp/d20230622-1976-qvo38b/test_augeasproviders.aug Test failure:/tmp/d20230622-1976-qvo38b/test_augeasproviders.aug:2.2-11.11: Expected: { { "1" { "spec" = "swap" } { "file" = "/tmp" } { "vfstype" = "tmpfs" } { "atboot" = "yes" } { "opt" = "size" { "value" = "1024m" } } } } Actual: { { "1" { "spec" = "swap" } { "file" = "/tmp" } { "vfstype" = "tmpfs" } { "atboot" = "yes" } } }
Puppet / 7 (Ruby 2.7): spec/unit/puppet/provider/mounttab/fstab_spec.rb#L188
Puppet::Type::Mounttab::ProviderAugeas with full file should update device without changing dump or pass Failure/Error: aug.get("./3/dump").should == "1" expected: "1" got: "0" (using ==)
Puppet / 7 (Ruby 2.7): spec/unit/puppet/provider/mounttab/vfstab_spec.rb#L245
Puppet::Type::Mounttab::ProviderAugeas with full vfstab file when updating options should leave options alone Failure/Error: raise AugeasSpec::Error, "augparse failed:\n#{output}" unless $CHILD_STATUS == 0 && output.empty? AugeasSpec::Error: augparse failed: Syntax error in lens definition Failed to load /tmp/d20230622-2052-1f4dvnb/test_augeasproviders.aug Test failure:/tmp/d20230622-2052-1f4dvnb/test_augeasproviders.aug:2.2-11.11: Expected: { { "1" { "spec" = "swap" } { "file" = "/tmp" } { "vfstype" = "tmpfs" } { "atboot" = "yes" } { "opt" = "size" { "value" = "1024m" } } } } Actual: { { "1" { "spec" = "swap" } { "file" = "/tmp" } { "vfstype" = "tmpfs" } { "atboot" = "yes" } } }