Closed dilantha111 closed 6 years ago
Would you like to take up this issue @dilantha111 ?
Yes I would like to work on that @raju249 . Thanks. So shall I proceed ?
Since this is a bug in tests, I think you can proceed to fix it 😄 /cc @rehrumesh @rajikaimal
This is a Bug Report
Description
Additional Data
Stack Trace: AWS S3 1) should create S3 bucket (node:10378) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): BucketAlreadyOwnedByYou: Your previous request to create the named bucket succeeded and you already own it. (node:10378) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. ✓ should not delete S3 bucket (1296ms) ✓ should create multipart upload (1055ms) ✓ should list all buckets (1337ms) (node:10378) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): AssertionError: expected 'https://ncbucketcr.s3.us-west-2.amazonaws.com/key' to equal 'https://ncbucketcr.s3-us-west-2.amazonaws.com/key' 2) should upload an arbitary sized buffer, blob, or stream
3 passing (8s) 2 failing
1) AWS S3 should create S3 bucket: Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
2) AWS S3 should upload an arbitary sized buffer, blob, or stream: Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.