puppetlabs-toy-chest / puppetlabs-aws

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

Route53 acceptance tests hang #451

Closed ahenroid closed 7 years ago

ahenroid commented 7 years ago

The immediate cause seems to be a Puppet hang while cleaning up test resources, e.g. while deleting AAAA and NS records. Disabling subsets of the tests did not resolve the issue. This may indicate bigger issues with the Route53 implementation.

ahenroid commented 7 years ago

I just realized this is a duplicate of #358