-
Notifications
You must be signed in to change notification settings - Fork 567
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
slow unit test causing travis failures #517
Labels
bug
Something isn't working
Comments
With a quick performance check: rspec run on 1.9.3
pprof results on 1.9.3
It looks like a 1.9.3 garbage collection issue with okjson: rspec run on 2.1.2
pprof run on 2.1.2
|
I suppose ruby 1.9.3 should no longer be able to surprise me at this point. Fantastic sleuthing @petems! |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
This cause of this slow unit test (particularly under ruby 1.9.3) needs to be hunted down and destroyed.
https://travis-ci.org/jenkinsci/puppet-jenkins/jobs/113456469#L1721-L1722
The text was updated successfully, but these errors were encountered: