Details
Description
Breaking this out as a separate ticket related to QA-678.
During Windows acceptance testing on master, certificate requests non-deterministically fail due with SSL_connect failures:
#<RuntimeError: PuppetAcceptance::DSL::Helpers.with_puppet_running_on failed (check backtrace for location) because: Host 'oqr39kv18vwtk49' exited with 1 running:
|
env RUBYLIB="`cygpath -w /opt/puppet-git-repos/hiera/lib`;`cygpath -w /opt/puppet-git-repos/hiera-puppet/lib`;${RUBYLIB}" PATH="/opt/puppet-git-repos/hiera/bin:${PATH}" cmd.exe /c puppet agent --test --server d0d3tnhbac8i81f
|
Last 10 lines of output were:
|
Exiting; failed to retrieve certificate and waitforcert is disabled
|
Error: Could not request certificate: SSL_connect SYSCALL returned=5 errno=0 state=SSLv2/v3 read server hello A
|
January 2014 failures of this sort include:
- https://jenkins.puppetlabs.com/job/Puppet-Acceptance-Windows-Per-Commit-master/label=acc-coord,platform=win2008r2/54/console
- https://jenkins.puppetlabs.com/job/Puppet-Acceptance-Windows-master-vcloud-and-github/label=acc-coord,platform=win2008r2/183/console
- https://jenkins.puppetlabs.com/job/Puppet%20Module%20-%20Reboot%20Acceptance/config=windows-2012-x86_64.cfg,label=acc-coord/21/console)
- https://jenkins.puppetlabs.com/job/Puppet-Acceptance-Windows-Per-Commit-master/label=acc-coord,platform=win2008r2/42/console
- https://jenkins.puppetlabs.com/job/Puppet-Acceptance-Windows-Per-Commit-stable/20/label=acc-coord,platform=win2008r2/consoleText
Only seeing this on Windows 2008 or Windows 2012, so I suspect a test or code problem rather than infrastructure.