Issue #7507 has been updated by Matt Robinson.
Just to clarify, all our tests do run under Ruby 1.9 via Jenkins https://jenkins.puppetlabs.com/. So yes, this ticket is completed. More work is needed to get all the specs passing without filters, but that if for a different ticket or set of tickets. ---------------------------------------- Bug #7507: Add filters to the specs that fail under Ruby 1.9 https://projects.puppetlabs.com/issues/7507 Author: Matt Robinson Status: Merged - Pending Release Priority: Normal Assignee: Matt Robinson Category: testing Target version: 2.7.x Affected Puppet version: 2.7.2rc1 Keywords: ruby19 ruby1.9 testing specs jenkins hudson Branch: We're currently running spec tests on Jenkins against Ruby 1.9, but we're not emailing when they break since they always break. The problem is that we don't know when we're regressing, often regressing to the point where the tests don't even run under Ruby 1.9.2. A way around this is to tag the spec tests that fail under Ruby 1.9, and then exclude them from running on Jenkins jobs. http://relishapp.com/rspec/rspec-core/v/2-5/dir/filtering/exclusion-filters Once we have more time to dedicate to full Ruby 1.9 support, we just have to remove the filter on those spec runs. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
