Skip to content
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

Merged
merged 4 commits into from
Oct 9, 2023

Commits on Oct 7, 2023

  1. Configuration menu
    Copy the full SHA
    cff5ae3 View commit details
    Browse the repository at this point in the history
  2. Add CHANGELOG entry.

    ewbankkit committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    aa99ee7 View commit details
    Browse the repository at this point in the history
  3. Acceptance test output:

    % 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
    ewbankkit committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    fd6884f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    bf60a97 View commit details
    Browse the repository at this point in the history