Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[PR #1873/43333bdb backport][stable-7] (test flake) ec2_vpc_dhcp_option - wait for deletion to complete This is a backport of PR #1873 as merged into main (43333bd). SUMMARY When replacing a DHCP Option Set we support automatically deleting the old option set. As usual with AWS this isn't guaranteed to be instantaneous. Long term it would be better to add a waiter, however the current tests being flaky has knock-on effects for unrelated changes (including releases) ISSUE TYPE Bugfix Pull Request COMPONENT NAME ec2_vpc_dhcp_option ADDITIONAL INFORMATION See for example: https://3d501427efede331c985-f49494dc6c135cc7f150f68fb57cd0c3.ssl.cf2.rackcdn.com/1829/a5289bee768839bf9bcb738523e28fd78ab68a5d/check/integration-amazon.aws-21/ae2a719/job-output.txt The test cleanup includes listing all option sets (none left) and demonstrates that without further intervention the option set was gone. Reviewed-by: Mark Chappell
- Loading branch information