puppetlabs / puppetlabs-concat

File concatenation system for Puppet
Apache License 2.0
170 stars 303 forks source link

(maint) harden test setup #711

Closed pmcmaw closed 3 years ago

pmcmaw commented 3 years ago

We are currently seeing transient errors where tests are executed but the setup hasn't happened which then causes failures. This will enable us to debug easier and fail at the correct point in time. Also it will avoid tests executing before the files are created because it needs the LitmusHelper execution to complete before it can evaluate if there have been failures or not.