You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Causes jenkins jobs to go unstable as this is logged as test failures when published as junit test results.
This should not happen as the contents of the module under test shouldn't have anything to do with the host configuration. It would make more sense for pdk to contain a stub puppet.conf & override reference to that when puppet is invoked.
Repro scenario:
host happens to be managed by an older version of puppet.
The system puppet.conf on the host contains 'configtimeout'
command to run: pdk validate --format=junit:validate.xml && exit %ERRORLEVEL%
While I consider this a bug, I would also recommend against running testing and validation on a privileged account, to avoid unfortunate "accidents" with misbehaving tests.
Causes jenkins jobs to go unstable as this is logged as test failures when published as junit test results.
This should not happen as the contents of the module under test shouldn't have anything to do with the host configuration. It would make more sense for pdk to contain a stub puppet.conf & override reference to that when puppet is invoked.
Repro scenario:
host happens to be managed by an older version of puppet.
The system puppet.conf on the host contains 'configtimeout'
command to run:
pdk validate --format=junit:validate.xml && exit %ERRORLEVEL%
output:
The text was updated successfully, but these errors were encountered: