-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
tests/service/lexmodelbuildingservice: Implement sweepers #18627
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Reference: #15439 Output from sweeper in AWS Commercial: ``` 2021/04/07 14:08:49 [DEBUG] Running Sweepers for region (us-west-2): 2021/04/07 14:08:49 [DEBUG] Running Sweeper (aws_lex_bot_alias) in region (us-west-2) 2021/04/07 14:08:50 [DEBUG] Running Sweeper (aws_lex_bot) in region (us-west-2) 2021/04/07 14:08:51 [DEBUG] Running Sweeper (aws_lex_intent) in region (us-west-2) 2021/04/07 14:11:47 [DEBUG] Running Sweeper (aws_lex_slot_type) in region (us-west-2) 2021/04/07 14:12:16 Sweeper Tests ran successfully: - aws_lex_bot_alias - aws_lex_bot - aws_lex_intent - aws_lex_slot_type 2021/04/07 14:12:16 [DEBUG] Running Sweepers for region (us-east-1): 2021/04/07 14:12:16 [DEBUG] Running Sweeper (aws_lex_bot_alias) in region (us-east-1) 2021/04/07 14:12:17 [DEBUG] Running Sweeper (aws_lex_bot) in region (us-east-1) 2021/04/07 14:12:17 [DEBUG] Running Sweeper (aws_lex_intent) in region (us-east-1) 2021/04/07 14:12:17 [DEBUG] Running Sweeper (aws_lex_slot_type) in region (us-east-1) 2021/04/07 14:12:17 Sweeper Tests ran successfully: - aws_lex_bot - aws_lex_intent - aws_lex_slot_type - aws_lex_bot_alias ok github.com/terraform-providers/terraform-provider-aws/aws 211.443s ``` Output from sweeper in AWS GovCloud (US): ``` 2021/04/07 14:08:53 [DEBUG] Running Sweepers for region (us-gov-west-1): 2021/04/07 14:08:53 [DEBUG] Running Sweeper (aws_lex_bot_alias) in region (us-gov-west-1) 2021/04/07 14:08:55 [DEBUG] Running Sweeper (aws_lex_bot) in region (us-gov-west-1) 2021/04/07 14:08:56 [DEBUG] Running Sweeper (aws_lex_intent) in region (us-gov-west-1) 2021/04/07 14:08:56 [DEBUG] Running Sweeper (aws_lex_slot_type) in region (us-gov-west-1) 2021/04/07 14:08:57 Sweeper Tests ran successfully: - aws_lex_bot - aws_lex_intent - aws_lex_slot_type - aws_lex_bot_alias ok github.com/terraform-providers/terraform-provider-aws/aws 5.994s ```
ghost
added
size/L
Managed by automation to categorize the size of a PR.
service/lexmodels
Issues and PRs that pertain to the lexmodels service.
tests
PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
labels
Apr 7, 2021
…r conversion in sweeper
YakDriver
approved these changes
Apr 8, 2021
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.
Looks good! 👍
Co-authored-by: Dirk Avery <[email protected]>
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! |
ghost
locked as resolved and limited conversation to collaborators
May 9, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
service/lexmodels
Issues and PRs that pertain to the lexmodels service.
size/L
Managed by automation to categorize the size of a PR.
tests
PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Community Note
Closes #15439
Output from sweeper in AWS Commercial:
Output from sweeper in AWS GovCloud (US):