Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

puppetserver_config/augeas provider rspec failures on travis #41

Open
vinzent opened this issue Jan 20, 2017 · 0 comments
Open

puppetserver_config/augeas provider rspec failures on travis #41

vinzent opened this issue Jan 20, 2017 · 0 comments
Labels
bug Something isn't working needs-help Extra attention is needed

Comments

@vinzent
Copy link
Contributor

vinzent commented Jan 20, 2017

rspec tests in spec/unit/puppet/provider/puppetserver_config/augeas_spec.rb are OK on my computer with Fedora 25 but fail with travis.

example:

1) Puppet::Type::Puppetserver_config::ProviderAugeas with empty file should create simple new entry
     Failure/Error: @logs.select { |log| loglevels.include? log.level and log.message !~ /'modulepath' as a setting/ }.should == []

       expected: []
            got: [Could not evaluate: Augeas didn't load /tmp/target20170118-2680-1txepk4 with Trapperkeeper.lns: ] (using ==)
       Diff:
       @@ -1,2 +1,2 @@
       -[]
       +[Could not evaluate: Augeas didn't load /tmp/target20170118-2680-1txepk4 with Trapperkeeper.lns: ]

     # ./spec/fixtures/modules/augeasproviders_core/spec/lib/augeas_spec/fixtures.rb:32:in `apply!'
     # ./spec/unit/puppet/provider/puppetserver_config/augeas_spec.rb:20:in `block (3 levels) in <top (required)>'

full output in travis: https://travis-ci.org/voxpupuli/puppet-puppetserver/jobs/193161617

maybe someone has an idea whats wrong and what to fix.

@vinzent vinzent added the bug Something isn't working label Jan 20, 2017
@vinzent vinzent added the needs-help Extra attention is needed label Feb 2, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working needs-help Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant