Issue #4863 has been updated by Markus Roberts. Status changed from Ready for Checkin to Closed
Pushed to 2.6.x as commit:d12e477326a645f75cc58cc0ad7e4fd3ec7eee23 ---------------------------------------- Bug #4863: Missing "require 'webrick'" causes nondeterministic spec failures http://projects.puppetlabs.com/issues/4863 Author: Paul Berry Status: Closed Priority: Normal Assignee: Paul Berry Category: testing Target version: 2.6.2 Affected version: 2.6.1 Keywords: Branch: http://github.com/stereotype441/puppet/tree/ticket/2.6.x/4863 The following spec tests fail when run singly, because they are missing "require 'webrick'". <pre> spec/integration/indirector/bucket_file/rest_spec.rb spec/integration/indirector/certificate/rest_spec.rb spec/integration/indirector/certificate_request/rest_spec.rb spec/integration/indirector/certificate_revocation_list/rest_spec.rb spec/integration/indirector/report/rest_spec.rb </pre> Depending on the order in which "rake spec" discovers spec files (which is nondeterministic) this can cause a complete run of "rake spec" to fail with the message: <pre> uninitialized constant WEBrick (NameError) </pre> -- 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.
