cloud-nuke
cloud-nuke copied to clipboard
Fix tests failing
Currently a few tests on master are failing:
- [x] TestDeleteFullIamUser (fixed by #255)
- [x] TestListSecretsManagerSecrets (fixed by https://github.com/gruntwork-io/cloud-nuke/pull/259)
- [x] TestTimeFilterExclusionNewlyCreatedSecret (fixed by https://github.com/gruntwork-io/cloud-nuke/pull/259)
- [ ] TestCanNukeAllEcsClustersOlderThan24Hours
Test TestCanNukeAllEcsClustersOlderThan24Hours seems to pass now


Hm, I'm still seeing a lot of flaky tests. Consider the test history on this branch. I re-ran the tests a bunch of times and got different failures each time:
TestDeleteFullIamUserTestListEIPAddressTestNukeTransitGatewayVpcAttachmentTestListSecretsManagerSecretsTestCanListAllOpenSearchDomainsOlderThan24hours
So I think there's more work to be done to make these tests resilient.
All the tests have been fixed and refactored. Closing this issue.