feat: fix RenameFolder signature and implementation#786
Open
gargnitingoogle wants to merge 4 commits intogoogleapis:mainfrom
Open
feat: fix RenameFolder signature and implementation#786gargnitingoogle wants to merge 4 commits intogoogleapis:mainfrom
gargnitingoogle wants to merge 4 commits intogoogleapis:mainfrom
Conversation
2 tasks
The insert_folder and rename_folder methods were incorrectly passing a custom string message to testbench.error.already_exists(), which only accepts a single 'context' argument. This caused the testbench to crash with a TypeError instead of returning a gRPC ALREADY_EXISTS status. Also fixes a NoneType error in GetStorageLayout during mocked unit tests by ensuring a default test bucket is initialized in setUp().
- Updated `update-protos.sh` to fetch `google/longrunning/operations.proto` - Regenerated Python protobuf bindings - Updated `grpc_server.py`'s `RenameFolder` to pack the resulting `Folder` into a `google.longrunning.Operation` to match production API behavior and resolve mismatched message type errors. - Added and updated comprehensive unit tests in `test_storage_control_stall.py` to verify LRO extraction.
c1aa7f0 to
911389d
Compare
cpriti-os
reviewed
Apr 7, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes b/493729540