-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
r/aws_db_event_subscription: Add test sweeper #13213
r/aws_db_event_subscription: Add test sweeper #13213
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @ewbankkit 🚀
Output from sweeper in AWS Commercial:
2020/05/11 14:14:22 [DEBUG] Running Sweepers for region (us-west-2):
...
2020/05/11 14:14:25 [INFO] Deleting RDS Event Subscription: tf-acc-test-rds-event-subs-20191021133601971700000001
2020/05/11 14:14:25 [DEBUG] Waiting for state to become: [NotFound]
2020/05/11 14:14:26 [INFO] Deleting RDS Event Subscription: tf-acc-test-rds-event-subs-with-ids-361763032171412572
2020/05/11 14:14:26 [DEBUG] Waiting for state to become: [NotFound]
2020/05/11 14:14:27 Sweeper Tests ran successfully:
- aws_db_event_subscription
2020/05/11 14:14:27 [DEBUG] Running Sweepers for region (us-east-1):
...
2020/05/11 14:14:28 [INFO] Deleting RDS Event Subscription: tf-acc-test-rds-event-subs-1820955943561857838
2020/05/11 14:14:28 [DEBUG] Waiting for state to become: [NotFound]
2020/05/11 14:14:28 [INFO] Deleting RDS Event Subscription: tf-acc-test-rds-event-subs-20200423224041091000000003
2020/05/11 14:14:28 [DEBUG] Waiting for state to become: [NotFound]
2020/05/11 14:14:28 [INFO] Deleting RDS Event Subscription: tf-acc-test-rds-event-subs-20200423224810295700000005
2020/05/11 14:14:28 [DEBUG] Waiting for state to become: [NotFound]
2020/05/11 14:14:29 [INFO] Deleting RDS Event Subscription: tf-acc-test-rds-event-subs-2179228110378263774
2020/05/11 14:14:29 [DEBUG] Waiting for state to become: [NotFound]
2020/05/11 14:14:29 [INFO] Deleting RDS Event Subscription: tf-acc-test-rds-event-subs-6780601559120754865
2020/05/11 14:14:29 [DEBUG] Waiting for state to become: [NotFound]
2020/05/11 14:14:29 [INFO] Deleting RDS Event Subscription: tf-acc-test-rds-event-subs-9207950827952522213
2020/05/11 14:14:29 [DEBUG] Waiting for state to become: [NotFound]
2020/05/11 14:14:29 [INFO] Deleting RDS Event Subscription: tf-acc-test-rds-event-subs-with-ids-4506979627267242866
2020/05/11 14:14:29 [DEBUG] Waiting for state to become: [NotFound]
2020/05/11 14:14:29 [INFO] Deleting RDS Event Subscription: tf-acc-test-rds-event-subs-with-ids-5063938615852179267
2020/05/11 14:14:29 [DEBUG] Waiting for state to become: [NotFound]
2020/05/11 14:14:30 Sweeper Tests ran successfully:
- aws_db_event_subscription
Output from sweeper in AWS GovCloud (US):
2020/05/11 14:13:52 [DEBUG] Running Sweepers for region (us-gov-west-1):
...
2020/05/11 14:13:55 Sweeper Tests ran successfully:
- aws_db_event_subscription
This has been released in version 2.62.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
…p#13213) Output from sweeper in AWS Commercial: ``` 2020/05/11 14:14:22 [DEBUG] Running Sweepers for region (us-west-2): ... 2020/05/11 14:14:25 [INFO] Deleting RDS Event Subscription: tf-acc-test-rds-event-subs-20191021133601971700000001 2020/05/11 14:14:25 [DEBUG] Waiting for state to become: [NotFound] 2020/05/11 14:14:26 [INFO] Deleting RDS Event Subscription: tf-acc-test-rds-event-subs-with-ids-361763032171412572 2020/05/11 14:14:26 [DEBUG] Waiting for state to become: [NotFound] 2020/05/11 14:14:27 Sweeper Tests ran successfully: - aws_db_event_subscription 2020/05/11 14:14:27 [DEBUG] Running Sweepers for region (us-east-1): ... 2020/05/11 14:14:28 [INFO] Deleting RDS Event Subscription: tf-acc-test-rds-event-subs-1820955943561857838 2020/05/11 14:14:28 [DEBUG] Waiting for state to become: [NotFound] 2020/05/11 14:14:28 [INFO] Deleting RDS Event Subscription: tf-acc-test-rds-event-subs-20200423224041091000000003 2020/05/11 14:14:28 [DEBUG] Waiting for state to become: [NotFound] 2020/05/11 14:14:28 [INFO] Deleting RDS Event Subscription: tf-acc-test-rds-event-subs-20200423224810295700000005 2020/05/11 14:14:28 [DEBUG] Waiting for state to become: [NotFound] 2020/05/11 14:14:29 [INFO] Deleting RDS Event Subscription: tf-acc-test-rds-event-subs-2179228110378263774 2020/05/11 14:14:29 [DEBUG] Waiting for state to become: [NotFound] 2020/05/11 14:14:29 [INFO] Deleting RDS Event Subscription: tf-acc-test-rds-event-subs-6780601559120754865 2020/05/11 14:14:29 [DEBUG] Waiting for state to become: [NotFound] 2020/05/11 14:14:29 [INFO] Deleting RDS Event Subscription: tf-acc-test-rds-event-subs-9207950827952522213 2020/05/11 14:14:29 [DEBUG] Waiting for state to become: [NotFound] 2020/05/11 14:14:29 [INFO] Deleting RDS Event Subscription: tf-acc-test-rds-event-subs-with-ids-4506979627267242866 2020/05/11 14:14:29 [DEBUG] Waiting for state to become: [NotFound] 2020/05/11 14:14:29 [INFO] Deleting RDS Event Subscription: tf-acc-test-rds-event-subs-with-ids-5063938615852179267 2020/05/11 14:14:29 [DEBUG] Waiting for state to become: [NotFound] 2020/05/11 14:14:30 Sweeper Tests ran successfully: - aws_db_event_subscription ``` Output from sweeper in AWS GovCloud (US): ``` 2020/05/11 14:13:52 [DEBUG] Running Sweepers for region (us-gov-west-1): ... 2020/05/11 14:13:55 Sweeper Tests ran successfully: - aws_db_event_subscription ```
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Relates #12658.
Relates #13167.
Release note for CHANGELOG:
Output from acceptance testing: