Skip to content

test(client-s3): convert feature test to vitest #7214

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
Jul 21, 2025
Merged

Conversation

kuhe
Copy link
Contributor

@kuhe kuhe commented Jul 17, 2025

converts s3 feature tests in cucumber to vitest

  • yarn test:e2e

@kuhe kuhe requested a review from a team as a code owner July 17, 2025 19:50
@kuhe kuhe marked this pull request as draft July 17, 2025 19:50
@kuhe kuhe force-pushed the test/feature-s3 branch 2 times, most recently from e17cb4c to 6604426 Compare July 17, 2025 20:50
@kuhe kuhe marked this pull request as ready for review July 21, 2025 15:27
setupProxyServer.call(this);

this.service = this.s3 = new S3({
httpOptions: {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

httpOptions is not a config prop of S3 in v3, so this test accomplished nothing, I think.

ContentLength: parseInt(contentLength),
};
this.s3nochecksums = new this.S3({
computeChecksums: false,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this flag doesn't exist in v3, so this test probably did nothing

@kuhe kuhe force-pushed the test/feature-s3 branch from 6604426 to 14cd92e Compare July 21, 2025 15:28
@kuhe kuhe merged commit 736cdab into aws:main Jul 21, 2025
4 checks passed
@kuhe kuhe deleted the test/feature-s3 branch July 21, 2025 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants