-
Notifications
You must be signed in to change notification settings - Fork 391
Refactor: Migrate conformance tests to StorageTransport and enhance retry logic #2693
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
thiyaguk09
wants to merge
17
commits into
node-18
Choose a base branch
from
node18/conformance-test
base: node-18
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.
Open
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
f80e973
conformance test fix
thiyaguk09 506d2ec
fix
thiyaguk09 d8e71c5
fix
thiyaguk09 a172e3b
phase 3 fixes
thiyaguk09 066b20c
fix
thiyaguk09 26d3124
download fix
thiyaguk09 dedbfa8
iamSetPolicy fix
thiyaguk09 3142cb9
fix 720 test cases
thiyaguk09 eb1fb6a
fix: all 720 conformance-test cases
thiyaguk09 ec2bb4f
revert storage changes
thiyaguk09 27e0733
Improve storage transport code coverage
thiyaguk09 e40de7c
refactor: transition to low-level transport for conformance tests
thiyaguk09 9ef7c12
fix: resolve auth issue and temp remove chunk-based resumable upload
thiyaguk09 08872b5
fix authentication issue and remove docs check
thiyaguk09 ed49471
chore(deps): update dependency testbench to v0.60.0
thiyaguk09 1d30b06
addressing comments
thiyaguk09 0f418d2
fix: failed unit test
thiyaguk09 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
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.
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.
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.
I'm not sure I entirely understand why this is necessary. StorageTransport has an AuthClient which should have access to the underlying Gaxios instance. I previously had added request / response interceptors to Gaxios which would be the preferred way of doing this in my opinion.