Issue #15493 has been updated by Matthaus Litteken. Status changed from Merged - Pending Release to Closed Affected Puppet version deleted (3.0.0rc3)
Released in Puppet 3.0.0-rc4 ---------------------------------------- Bug #15493: Missing https conversion in acceptance test https://projects.puppetlabs.com/issues/15493#change-70005 Author: Ken Barber Status: Closed Priority: Normal Assignee: Ken Barber Category: module tool Target version: 3.0.0 Affected Puppet version: Keywords: Branch: https://github.com/kbarber/puppet/tree/ticket/3.0rc/15493-missing_https_conversion_in_test When we rolled up from 2.7.x -> 3.0 one of the module_tool tests still monitored for http not https when talking to the forge: Failed Tests Cases: Test Case /Users/ken/Development/puppet/acceptance/tests/modules/install/with_modulepath.rb reported: #<Test::Unit::AssertionFailedError: Output lines did not match. <"Preparing to install into /etc/puppet/modules2 ...\nDownloading from http://forge.puppetlabs.com ...\nInstalling -- do not interrupt ...\n/etc/puppet/modules2\n\342\224\224\342\224\200\342\224\200 pmtacceptance-nginx (\e[0;36mv0.0.1\e[0m)\n"> expected but was <"Preparing to install into /etc/puppet/modules2 ...\nDownloading from https://forge.puppetlabs.com ...\nInstalling -- do not interrupt ...\n/etc/puppet/modules2\n\342\224\224\342\224\200\342\224\200 pmtacceptance-nginx (\e[0;36mv0.0.1\e[0m)\n">.> -- 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.
