-
Notifications
You must be signed in to change notification settings - Fork 25k
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
Implement CAS support for GCP test fixture #118236
Merged
nicktindall
merged 28 commits into
elastic:main
from
nicktindall:ES-5679_implement_cas_support_gcp_test_fixture
Jan 6, 2025
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
c9892d7
Implement CAS support for GCP test fixture
nicktindall 0598380
Pass upload ID in when creating resumable
nicktindall 655d1ac
Remove redundant code
nicktindall bd24892
Merge branch 'main' into ES-5679_implement_cas_support_gcp_test_fixture
nicktindall e8e60e4
Tidy
nicktindall 685ddea
Remove redundant method
nicktindall 70c5da2
Fail test on invalid long parameter
nicktindall fdf8992
Implement resumable uploads faithfully
nicktindall cfb70d6
Fix range arithmetic
nicktindall 77dc333
Merge remote-tracking branch 'origin/main' into ES-5679_implement_cas…
nicktindall 5703b9b
Implement streaming uploads and status checks
nicktindall 41e661b
Implement ifGenerationMatch for resumable uploads
nicktindall d218c31
Fix javadoc
nicktindall f42e97d
Remove body read check (it seemed to throw?!)
nicktindall 74e1a2e
Update test
nicktindall 07cced3
Tidy
nicktindall 8764886
Merge branch 'main' into ES-5679_implement_cas_support_gcp_test_fixture
nicktindall 78fb6f3
Merge remote-tracking branch 'origin/main' into ES-5679_implement_cas…
nicktindall c3eea61
Update GCS tests to work with new implementation
nicktindall dd20d09
Add tests for ifGenerationMatch, de-dupe some of the request creation
nicktindall b6ea31a
Remove copy-paste artifact
nicktindall 3502439
Use random upload type, tidy
nicktindall c0de484
Merge branch 'main' into ES-5679_implement_cas_support_gcp_test_fixture
nicktindall 2796005
Ask the server for blob generation
nicktindall 093765d
Avoid name collision for new file tests
nicktindall 8364c15
Use headerString instead of toString
nicktindall 84d0549
Merge remote-tracking branch 'origin/main' into ES-5679_implement_cas…
nicktindall 5f46a3c
Merge branch 'main' into ES-5679_implement_cas_support_gcp_test_fixture
nicktindall 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
Update GCS tests to work with new implementation
- Loading branch information
commit c3eea61998ecfa0ccd4c87ce95f1522d79b4a284
There are no files selected for viewing
This file contains 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 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
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.
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.
The returned range headers were actually wrong previously. Range is supposed to be inclusive.