Skip to content

blob: onboard SymbolicLinks in AWS and GCP#328

Open
roseyang62 wants to merge 10 commits intosalesforce:mainfrom
roseyang62:blob/follow-symbolic-links
Open

blob: onboard SymbolicLinks in AWS and GCP#328
roseyang62 wants to merge 10 commits intosalesforce:mainfrom
roseyang62:blob/follow-symbolic-links

Conversation

@roseyang62
Copy link
Contributor

@roseyang62 roseyang62 commented Mar 5, 2026

Summary

E2E test: https://docs.google.com/document/d/120zAMeN8ycjsoiTZTOUo7QNK_5DtZLKU-2mJbdaCm9M/edit?tab=t.0

Some conventions to follow

  1. add the module name as a prefix
    • for example: add a prefix: docstore: for document store module, blobstore for Blob Store module
  2. for a test only PR, add test:
  3. for a perf improvement only PR, add perf:
  4. for a refactoring only PR, add "refactor:"

@codecov-commenter
Copy link

codecov-commenter commented Mar 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.37%. Comparing base (03f6a8c) to head (818c8b1).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #328   +/-   ##
=========================================
  Coverage     82.36%   82.37%           
  Complexity      625      625           
=========================================
  Files           191      191           
  Lines         11503    11506    +3     
  Branches       1525     1526    +1     
=========================================
+ Hits           9475     9478    +3     
  Misses         1357     1357           
  Partials        671      671           
Flag Coverage Δ
unittests 82.37% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@roseyang62 roseyang62 marked this pull request as ready for review March 5, 2026 18:06
@sharatchandrag
Copy link
Contributor

@roseyang62
Could you please also add the SymbolicLinks disable/enable options in the examples package for blob store

@roseyang62 roseyang62 force-pushed the blob/follow-symbolic-links branch from 9d9aae8 to 8791e5b Compare March 6, 2026 21:30
Comment on lines +1474 to +1484
Files.walk(tempDir)
.sorted((a, b) -> b.compareTo(a))
.forEach(
path -> {
try {
Files.deleteIfExists(path);
} catch (IOException e) {
// Ignore cleanup errors
}
});
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the unit test - what are we deleting ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

likewise in other test - seems like a miss before as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yea..it never touches the file system. There's no need to create real temp directories and also clean them up in these unit tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants