Issue #12386 has been updated by Daniel Pittman. Status changed from In Topic Branch Pending Review to Merged - Pending Release Target version changed from 2.7.x to 2.7.11
I see this is resolved, but it seems a disappointing resolution to me: instead of disabling this feature, it would be nice to actually fix it so that it worked. That shouldn't be super-hard, I would expect, since the actual needs of the application are simple enough. ---------------------------------------- Bug #12386: puppet kick goes into infinite loop on Windows https://projects.puppetlabs.com/issues/12386 Author: Josh Cooper Status: Merged - Pending Release Priority: Normal Assignee: Josh Cooper Category: windows Target version: 2.7.11 Affected Puppet version: 2.7.6 Keywords: Branch: https://github.com/puppetlabs/puppet/pull/446 Calling `puppet kick localhost` causes puppet to go into an infinite loop. Found this while trying to run the acceptance tests on Windows: <pre> Could not find host for PID with status 0 Could not find host for PID with status 0 Could not find host for PID with status 0 Could not find host for PID with status 0 Could not find host for PID with status 0 Could not find host for PID with status 0 Could not find host for PID with status 0 Could not find host for PID with status 0 </pre> The kick application should be disabled on Windows, similar to what we do when running puppet master -- 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.
