-
Notifications
You must be signed in to change notification settings - Fork 369
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
tests: remove callback waterfall from make bucket private system test #2020
Merged
shaffeeullah
merged 2 commits into
googleapis:shaffeeullah/preconditionUpdates
from
ddelgrosso1:fix-no-response-retries
Aug 5, 2022
Merged
tests: remove callback waterfall from make bucket private system test #2020
shaffeeullah
merged 2 commits into
googleapis:shaffeeullah/preconditionUpdates
from
ddelgrosso1:fix-no-response-retries
Aug 5, 2022
Conversation
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
product-auto-label
bot
added
size: s
Pull request size is small.
api: storage
Issues related to the googleapis/nodejs-storage API.
labels
Aug 5, 2022
shaffeeullah
approved these changes
Aug 5, 2022
shaffeeullah
approved these changes
Aug 5, 2022
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.
@ddelgrosso1 how do you feel about merging this to main and then i'll pull main into my branch?
I would rather we isolate these changes here for now until we figure out what is going on in the feature branch. |
shaffeeullah
added a commit
that referenced
this pull request
Aug 10, 2022
…el (#1993) * test: updated conformance tests for precondition updates * fixed typo * updated functions to pass preconditions * removed IAM and HMAC test changes * implemented local preconditions for bucketmakeprivate * added preconditions to enableLogging * linted files * implemented more preconditions * general cleanup * implemented precondition on combine * added preconditions for copy and move * rename * removed tests for instance precondition where instance precondition is not supported * support preconditions for rotateencryptionkey * support set storage class * linted files * fixed tests * deleteLabels and setLabels * more precondition implementations * minor progress * fix(refactor): Simplify logic around disabling autoretry for setmetadata * setcorsconfiguration * set retention period * bucketSetStorageClass * fileMakePrivate * file set metadata * bucket set metadata * file delete * more precondition updates * precondition refactor * removed log statement * change delete labels signature * fix delete labels * fixed save multipart * put docker code back * linted files * docs and cleanup * refactored conformance tests * remove iam test from being in the conformance tests * linted files * put docker commands back * fixed combine retries * added comments * fix: implement setMetadata in HmacKey and fix associated tests (#2009) * fix: implement setMetadata in HmacKey and fix associated tests * fix merge problem, check idempotency strategy * retry based on idempotency strategy * linted file * Revert "retry based on idempotency strategy" This reverts commit 80909b5. * don't retry acl adds * changed HEAD request to GET request * fix(refactor): Add a call from file.delete to the parent class delete (#2014) * fix(refactor): Add a call from file.delete to the parent class delete * add delete to checked methods for conditionally idempotent file ops * fix: fix noResponseRetries so it respects reqOpts.maxRetries (#2015) * fix: fix noResponseRetries so it respects reqOpts.maxRetries * fix situation where err.code is actually a string during connection resets * log error type * removed passing functions * restored retryInvocationMap * added instance precondition back to insert * restored scenario 2 * restored all scenarios * linted files * Revert "linted files" This reverts commit d2cb27b. * removed logs Co-authored-by: Sameena Shaffeeullah <shaffeeullah@google.com> * fix: pass appropriate preconditions from enableLogging to setMetadata (#2018) * tests: remove callback waterfall from make bucket private system test (#2020) * tests: remove callback waterfall from make bucket private system test * cleaner implementation * moved done() * removed precondition from policyoptions * added retries for setPolicy * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * removed unused import Co-authored-by: Denis DelGrosso <ddelgrosso@google.com> Co-authored-by: Denis DelGrosso <85250797+ddelgrosso1@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: storage
Issues related to the googleapis/nodejs-storage API.
size: s
Pull request size is small.
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.
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #<issue_number_goes_here> 🦕