puppetlabs-toy-chest / puppetlabs-aws

Puppet module for managing AWS resources to build out infrastructure
Apache License 2.0
187 stars 217 forks source link

Acceptance tests hang #358

Open daveseff opened 8 years ago

daveseff commented 8 years ago

Running the acceptance tests seem to hang at

Debug: Prefetching v2 resources for route53_mx_record Debug: Checking if MX record local.98515e13-b948-4762-b531-904e2c471383.com. exists Info: Deleting MX record local.98515e13-b948-4762-b531-904e2c471383.com.

Let run for hours with no progress. How can I see what this is waiting on?

ahenroid commented 7 years ago

@daveseff, I've reconfirmed this issue, and even when I run each Route53 test individually, it happens. I'll keep digging into this, but for now, I've temporarily disabled the Route53 acceptance tests with https://github.com/puppetlabs/puppetlabs-aws/pull/452. (This is to unblock all of the other acceptance tests, which run on each merge.)