feat(storage): add sample for hierarchical namespace recursive delete - #16402
Open
nidhiii-27 wants to merge 6 commits into
Open
nidhiii-27 wants to merge 6 commits into
nidhiii-27 wants to merge 6 commits into
Conversation
Adds a C++ code sample demonstrating hierarchical namespace recursive folder delete. Fixes: b/530058946 [Generated-by: AI]
There was a problem hiding this comment.
Code Review
This pull request adds a new sample function DeleteFolderRecursive to demonstrate and test recursive folder deletion in the Storage Control service. It also updates the AutoRun integration test and the command-line entry points to include this new functionality. Feedback on the code suggests explicitly declaring the return type instead of using auto when calling DeleteFolderRecursive().get(), in accordance with the repository's style guide regarding obscured return types.
[Generated-by: AI]
[Generated-by: AI]
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #16402 +/- ##
==========================================
+ Coverage 92.29% 92.31% +0.01%
==========================================
Files 2246 2246
Lines 213751 213751
==========================================
+ Hits 197290 197327 +37
+ Misses 16461 16424 -37 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
kalragauri
reviewed
Aug 31, 2026
[Generated-by: AI]
kalragauri
approved these changes
Sep 4, 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.
Draft PR for hierarchical namespace recursive delete folder sample.
[Generated-by: AI]