Issue #11740 has been updated by Jeff McCune. Target version changed from 2.7.x to 2.7.12
# Merged into 2.7.x # As: <https://github.com/puppetlabs/puppet/commit/1518894f29e00f014d53f478fd5193896a440d22> ---------------------------------------- Bug #11740: Puppet sometimes reports 'The handle is invalid' https://projects.puppetlabs.com/issues/11740#change-55354 Author: Josh Cooper Status: In Topic Branch Pending Review Priority: Normal Assignee: Josh Cooper Category: windows Target version: 2.7.12 Affected Puppet version: 2.7.6 Keywords: Branch: https://github.com/puppetlabs/puppet/pull/520 One of the spec tests is suddenly failing on win2003. It appears to be a race condition in the Process::waitpid2 call. The windows win32-process gem will throw an error if the child has exited whereas the normal semantics are to return a Process::Status object that contains the exit code of the process. -- 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.
