aws / aws-sdk-js-v3

Modularized AWS SDK for JavaScript.
Apache License 2.0
3.06k stars 573 forks source link

test(middleware-sdk-s3): add waiter for s3 express e2e test #6051

Closed siddsriv closed 5 months ago

siddsriv commented 5 months ago

Issue

Internal JS-5161

Description

adds a waiter for the bucket to exist in s3 express e2e tests.

Testing

 PASS  packages/middleware-sdk-s3/src/s3-express/middleware-s3-express.e2e.spec.ts (6.226 s)
  s3 express CRUD test suite
    ✓ can create a bucket (2 ms)
    ✓ can read/write/delete from a bucket
    ✓ can presign get (92 ms)
    ○ skipped can presign put

Test Suites: 1 passed, 1 total
Tests:       1 skipped, 3 passed, 4 total
Snapshots:   0 total
Time:        6.294 s, estimated 7 s
Ran all test suites matching /middleware-s3-express.e2e.spec.ts/i.

Checklist


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

github-actions[bot] commented 4 months ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.