Skip to content
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

Add all streaming operation to s3 checksums tests #5998

Open
wants to merge 49 commits into
base: master
Choose a base branch
from

Conversation

L-Applin
Copy link
Contributor

Add more test cases to s3 checksums tests:

  • Add all method from RequestBody and ResponseTransformer to the test suite.
  • Add multipart download/upload.
  • Add Transfer-manager based tests.

Prepare for Codebuild execution for the tests suite

@L-Applin L-Applin requested a review from a team as a code owner March 31, 2025 17:07
// Async java based clients don't currently support unknown content-length bodies
Assumptions.assumeFalse(
(config.getBaseConfig().getFlavor() == S3ClientFlavor.ASYNC_JAVA_BASED ||
config.getBaseConfig().getFlavor() == S3ClientFlavor.TM_JAVA)
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be supported in multipart client, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

there are still tests that are run with the multipart client, without multipart, for example the small content size

Copy link
Contributor

Choose a reason for hiding this comment

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

Do we have a test case covering multipart client + unknown content-length?

Copy link

sonarqubecloud bot commented Apr 7, 2025

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

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