Skip to content

test(s3): e2e test for s3 selectObjectContent #3642

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

Merged
merged 1 commit into from
Jun 6, 2022

Conversation

AllanZhengYP
Copy link
Contributor

@AllanZhengYP AllanZhengYP commented May 26, 2022

Description

Make sure the event stream handling in HTTP/1.1 works in browsers

lerna info run Ran npm script 'test:e2e' in '@aws-sdk/client-s3' in 30.8s:
$ ts-mocha test/**/*.ispec.ts && karma start karma.conf.js


  @aws-sdk/client-s3
    PutObject
      ✓ should succeed with Node.js readable stream body (562ms)
    GetObject
      ✓ should succeed with valid body payload (2759ms)
    ListObjects
      ✓ should succeed with valid bucket (154ms)
      ✓ should throw with invalid bucket (269ms)
    MultipartUpload
      ✓ should successfully create, upload list and complete (607ms)
      ✓ should successfully create, abort, and list upload (230ms)
    selectObjectContent
      ✓ should succeed (169ms)


  7 passing (6s)

ℹ 「wdm」: Compiled successfully.
ℹ 「wdm」: Compiling...
ℹ 「wdm」: Failed to compile.
WARN: 'Are you using a Stream of unknown length as the Body of a PutObject request? Consider using Upload instead from @aws-sdk/lib-storage.'
Firefox 91.0 (Mac OS 10.15) WARN: 'Are you using a Stream of unknown length as the Body of a PutObject request? Consider using Upload instead from @aws-sdk/lib-storage.'
Chrome Headless 101.0.4951.64 (Mac OS 10.15.7): Executed 9 of 9 SUCCESS (6.46 secs / 4.622 secs)
Firefox 91.0 (Mac OS 10.15): Executed 9 of 9 SUCCESS (8.528 secs / 7.177 secs)

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

@AllanZhengYP AllanZhengYP requested a review from a team as a code owner May 26, 2022 17:32
@AllanZhengYP AllanZhengYP merged commit 841317a into aws:main Jun 6, 2022
@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants