Skip to content

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
Copy link

github-actions bot commented Aug 5, 2025

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 Aug 5, 2025
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