-
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
r/aws_s3_bucket: Use configured timeout during Delete #33845
Conversation
% make testacc TESTARGS='-run=TestAccS3Bucket_Basic' PKG=s3 ACCTEST_PARALLELISM=2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 2 -run=TestAccS3Bucket_Basic -timeout 360m === RUN TestAccS3Bucket_Basic_basic === PAUSE TestAccS3Bucket_Basic_basic === RUN TestAccS3Bucket_Basic_emptyString === PAUSE TestAccS3Bucket_Basic_emptyString === RUN TestAccS3Bucket_Basic_generatedName === PAUSE TestAccS3Bucket_Basic_generatedName === RUN TestAccS3Bucket_Basic_namePrefix === PAUSE TestAccS3Bucket_Basic_namePrefix === RUN TestAccS3Bucket_Basic_forceDestroy === PAUSE TestAccS3Bucket_Basic_forceDestroy === RUN TestAccS3Bucket_Basic_forceDestroyWithEmptyPrefixes === PAUSE TestAccS3Bucket_Basic_forceDestroyWithEmptyPrefixes === RUN TestAccS3Bucket_Basic_forceDestroyWithObjectLockEnabled === PAUSE TestAccS3Bucket_Basic_forceDestroyWithObjectLockEnabled === RUN TestAccS3Bucket_Basic_acceleration === PAUSE TestAccS3Bucket_Basic_acceleration === RUN TestAccS3Bucket_Basic_keyEnabled === PAUSE TestAccS3Bucket_Basic_keyEnabled === RUN TestAccS3Bucket_Basic_requestPayer === PAUSE TestAccS3Bucket_Basic_requestPayer === CONT TestAccS3Bucket_Basic_basic === CONT TestAccS3Bucket_Basic_forceDestroyWithEmptyPrefixes --- PASS: TestAccS3Bucket_Basic_basic (30.53s) === CONT TestAccS3Bucket_Basic_keyEnabled --- PASS: TestAccS3Bucket_Basic_forceDestroyWithEmptyPrefixes (42.58s) === CONT TestAccS3Bucket_Basic_requestPayer --- PASS: TestAccS3Bucket_Basic_keyEnabled (31.51s) === CONT TestAccS3Bucket_Basic_namePrefix --- PASS: TestAccS3Bucket_Basic_namePrefix (31.35s) === CONT TestAccS3Bucket_Basic_forceDestroy --- PASS: TestAccS3Bucket_Basic_requestPayer (52.82s) === CONT TestAccS3Bucket_Basic_acceleration --- PASS: TestAccS3Bucket_Basic_forceDestroy (41.27s) === CONT TestAccS3Bucket_Basic_generatedName --- PASS: TestAccS3Bucket_Basic_acceleration (52.81s) === CONT TestAccS3Bucket_Basic_emptyString --- PASS: TestAccS3Bucket_Basic_generatedName (30.14s) === CONT TestAccS3Bucket_Basic_forceDestroyWithObjectLockEnabled --- PASS: TestAccS3Bucket_Basic_emptyString (29.27s) --- PASS: TestAccS3Bucket_Basic_forceDestroyWithObjectLockEnabled (44.89s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/s3 214.811s
Community NoteVoting for Prioritization
For Submitters
|
This functionality has been released in v5.21.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. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
Use the configured timeout during resource Delete instead of a hardcoded duration.
Relations
Closes #33784.
Output from Acceptance Testing