Issue #2877 has been updated by Jesse Wolfe. Status changed from Accepted to Ready for Testing Branch set to http://github.com/jes5199/puppet/tree/ticket/0.25.x/2877
Markus and I think that this is a race condition on Webrick startup. ---------------------------------------- Bug #2877: Intermittent failure in spec/integration/network/server/webrick.rb http://projects.reductivelabs.com/issues/2877 Author: Markus Roberts Status: Ready for Testing Priority: Normal Assigned to: Jesse Wolfe Category: server Target version: 0.25.2 Affected version: 0.25.1 Keywords: Branch: http://github.com/jes5199/puppet/tree/ticket/0.25.x/2877 spec/integration/network/server/webrick.rb occasionally produces the error: should not be reachable on the port and address assigned (FAILED - #) This was originally believed to be a test isolation problem (see below) but the observed behavior is more consistent with a real, though intermittent, bug. --------------------------------------------------------------- Initial characterization The effect has been observed when running the webrick tests before: * spec/integration/file_serving/fileset.rb * spec/integration/network/server/mongrel.rb * spec/unit/type/file/group.rb * spec/unit/rails/host.rb * spec/unit/type/service.rb * spec/unit/parameter.rb * spec/integration/ssl/certificate_request.rb * spec/unit/network/rest_authorization.rb or after: * spec/integration/reference/providers.rb * spec/unit/other/transobject.rb * spec/unit/indirector/memory.rb * spec/unit/type/noop_metaparam.rb * spec/unit/node.rb * spec/unit/type/filebucket.rb There are probably other confounding factors; at least, I can't come up with a plausible model to explain the observed effects. To reproduce: touch spec/integration/network/server/webrick.rb ruby spec/integration/network/server/webrick.rb spec/integration/file_serving/fileset.rb -t 60 --format s --loadby mtime -- 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://reductivelabs.com/redmine/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.
