-
-
Notifications
You must be signed in to change notification settings - Fork 881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Facter Rspec tests hangs on 2.3.0 #917
Labels
bug
Something isn't working
Comments
Tested it locally, works on my Archlinux box. Ruby:
Gem versions:
|
wupsi. I updated my local gems, not it hangs on the same facter test:
|
Yep, confirmed it's an issue with one of those gems updating. With the following added to the gemfile, the tests dont hang on 2.3.1 anymore: gem 'rake' , '11.2.2'
gem 'mime-types' , '2.99.2'
gem 'unicode-display_width','1.1.0'
gem 'parser', '2.3.1.2'
gem 'mocha', '1.1.0'
gem 'rspec-core', '3.5.3'
gem 'rubocop' , '0.42.0'
gem 'facterdb', '0.3.6'
gem 'http-cookie', '1.0.2'
gem 'rspec-puppet-facts', '1.6.1' |
Thanks for figuring this out! |
See freerange/mocha#272 for more background 👍 |
Now resolved in a merged PR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Affected Puppet, Ruby, OS and module versions/distributions
What are you seeing
What behaviour did you expect instead
Green build
Output log
Will add debug logs to Travis build to see what the cause is, it passes when run locally on OSX.
The text was updated successfully, but these errors were encountered: