-
Notifications
You must be signed in to change notification settings - Fork 910
Add all streaming operation to s3 checksums tests #5998
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
Open
L-Applin
wants to merge
62
commits into
master
Choose a base branch
from
olapplin/s3-checksums-tests
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+2,406
−1,070
Open
Changes from 45 commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
4ff551c
add test configs for all streaming type
L-Applin c80568e
buildspec fix
L-Applin 53b55b3
buildspec fix
L-Applin d892595
check if tests hand without multipart
L-Applin bd21f3a
add http-auth-aws-crt for crt sigv4a tests
L-Applin bbb5d1e
fix request body methods with 'remaining'
L-Applin c889f6e
test 2MiB instead of 200MiB
L-Applin 89c5edc
fix for 'remaining' test type
L-Applin 3737d0a
fix for fromString, reduce logs
L-Applin 633e916
fix for string content length
L-Applin 203b0ed
fix for string content length
L-Applin babbbdd
test 200MiB large size
L-Applin 422c858
use 80MiB for large files
L-Applin 25e3666
Fix for TM_JAVA
L-Applin 67842a3
Fix for TM_JAVA
L-Applin 764629a
Fix for TM_JAVA
L-Applin 4c13ffb
Merge remote-tracking branch 'origin/olapplin/s3-checksums-tests' int…
L-Applin 2f01bc1
need more memory
L-Applin 3ba77d2
more fix for TM
L-Applin c07dab3
some more dl stuff
L-Applin 14c46de
logs
L-Applin efb4dc8
fix multi
L-Applin 51950db
fix multi bucket
L-Applin 692fbe0
fix multi bucket
L-Applin 3af2ee0
part index starts at 1
L-Applin 29136b4
complete multipart fix
L-Applin 994bbc5
complete multipart fix
L-Applin 7d2f2fb
complete multipart fix
L-Applin bf8dd35
complete multipart fix
L-Applin 0e70032
Merge branch 'master' into olapplin/s3-checksums-tests
L-Applin 50324d1
fix for parts
L-Applin 2f70826
adding logs
L-Applin cde3548
more logs, no crc
L-Applin 59c705b
improved message for failed assertion
L-Applin eba7670
fix crc check for multi and cleanup
L-Applin 9ec5867
fix memory issues
L-Applin e687a77
Merge branch 'master' into olapplin/s3-checksums-tests
L-Applin 29c32ed
add s3 checksum validation
L-Applin 5c06fe3
avoid using AwsChunkedV4aPayloadSigner
L-Applin 92ea909
avoid using AwsChunkedV4aPayloadSigner
L-Applin b0b984e
DownloadConfig toString
L-Applin 10c337e
fix Unmanaged
L-Applin 78e6b5b
fix for crc32
L-Applin 0084b1f
rename tp regression testing
L-Applin 880c1c8
fix logs
L-Applin d99d6c1
added README, verify crc32 of uploaded object with an additional get …
L-Applin ea4b87f
fix npe
L-Applin 3bc6cdf
junit parallel execution
L-Applin 11b0bcb
multipart with no-length
L-Applin f22b53f
Merge branch 'master' into olapplin/s3-checksums-tests
L-Applin 360405b
fix pom
L-Applin ca66496
remove bucket accelerate config
L-Applin d399f04
remove bucket accelerate config
L-Applin e2edafc
remove accelerate config from ControlPlaneOperationRegressionTesting
L-Applin 7e6118d
bring back bundle
L-Applin ae2e34e
bring back bundle-sdk
L-Applin 5db3969
s3 as test
L-Applin f7e9200
fix Junit failure to discover tests, due to class not found
L-Applin 64f17f5
Merge branch 'master' into olapplin/s3-checksums-tests
L-Applin 57979a7
remove bundle
L-Applin 09090d2
Merge remote-tracking branch 'origin/olapplin/s3-checksums-tests' int…
L-Applin 7b3079f
fix concurrent bucket creation logs. Fix log4j2 logging.
L-Applin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
version: 0.2 | ||
|
||
phases: | ||
build: | ||
commands: | ||
- mvn clean install -P s3-regression-tests -pl :s3-tests -am -T1C $MAVEN_OPTIONS | ||
- echo $MAVEN_OPTIONS | ||
finally: | ||
- mkdir -p codebuild-test-reports | ||
- find ./ -name 'TEST-*.xml' -type f -exec cp {} codebuild-test-reports/ \; | ||
reports: | ||
ChecksumsTests: | ||
files: | ||
- 'codebuild-test-reports/**/*' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.