Issue #2923 has been updated by Jesse Wolfe. Status changed from Investigating to Ready for Testing Branch set to http://github.com/jes5199/puppet/tree/ticket/0.25.x/2923
The mocks no longer matched what the code was doing ---------------------------------------- Bug #2923: Test Failed: Mocha::ExpectationError in 'Puppet::SSL::Host when waiting for a cert should sleep and retry after failures saving the CSR if waitforcert is enabled' http://projects.reductivelabs.com/issues/2923 Author: James Turnbull Status: Ready for Testing Priority: Normal Assigned to: Jesse Wolfe Category: testing Target version: 0.25.2 Affected version: 0.25.1 Keywords: Branch: http://github.com/jes5199/puppet/tree/ticket/0.25.x/2923 <pre> 6) Mocha::ExpectationError in 'Puppet::SSL::Host when waiting for a cert should sleep and retry after failures saving the CSR if waitforcert is enabled' not all expectations were satisfied unsatisfied expectations: - expected exactly twice, already invoked once: #<Puppet::SSL::Host:0x7f68a9df3360>.generate(any_parameters) satisfied expectations: - expected exactly once, already invoked once: #<Puppet::SSL::Host:0x7f68a9df3360>.sleep(1) - expected exactly twice, already invoked twice: #<Puppet::SSL::Host:0x7f68a9df3360>.certificate(any_parameters) ./spec/unit/ssl/host.rb:664: /home/james/src/puppet/spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:22:in `run' /home/james/src/puppet/spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `each' /home/james/src/puppet/spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `run' </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://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.
