Details
-
Task
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
None
-
1
-
Client 2015-03-04, Client 2015-03-18
Description
risk: medium probability, high impact
test-level: acceptance (investigate existing integration tests)
we could probably move these tests:
https://github.com/puppetlabs/puppet/blob/fd0ed10bd79c0b27bd4c8864412d17df6a7a8b73/acceptance/tests/resource/file/source_attribute.rb#L210
inside the checksum loop at the top of the file so that puppet apply
for local and URI sources are tested against all checksum types.
also, we could change that sleep(1) to a while loop and save a few cycles (re: Michael)