-
Notifications
You must be signed in to change notification settings - Fork 890
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
base: master
Are you sure you want to change the base?
Conversation
…o olapplin/s3-checksums-tests # Conflicts: # test/s3-tests/pom.xml # test/s3-tests/src/it/java/software/amazon/awssdk/services/s3/BodyType.java # test/s3-tests/src/it/java/software/amazon/awssdk/services/s3/checksum/ChecksumIntegrationTesting.java
seperate data-place, upload and download test avoid running useless tests cases
...s3-tests/src/it/java/software/amazon/awssdk/services/s3/regression/BaseS3RegressionTest.java
Show resolved
Hide resolved
.../java/software/amazon/awssdk/services/s3/regression/DataplaneOperationRegressionTesting.java
Outdated
Show resolved
Hide resolved
...t/java/software/amazon/awssdk/services/s3/regression/DownloadStreamingRegressionTesting.java
Outdated
Show resolved
Hide resolved
.../it/java/software/amazon/awssdk/services/s3/regression/UploadStreamingRegressionTesting.java
Show resolved
Hide resolved
.../it/java/software/amazon/awssdk/services/s3/regression/UploadStreamingRegressionTesting.java
Show resolved
Hide resolved
.../it/java/software/amazon/awssdk/services/s3/regression/UploadStreamingRegressionTesting.java
Show resolved
Hide resolved
// 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) |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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?
…object, precalculated crc32 when possible, rename S3ClientFlavor fields,
|
Add more test cases to s3 checksums tests:
RequestBody
andResponseTransformer
to the test suite.Prepare for Codebuild execution for the tests suite