-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/service/lexmodelbuildingservice: Implement sweepers
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 ```
- Loading branch information
Showing
4 changed files
with
258 additions
and
0 deletions.
There are no files selected for viewing
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
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
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
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