Skip to content
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

[unsupported-object-issue-fix part1] Prep for fix empty directory list issue #2561

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

gargnitingoogle
Copy link
Collaborator

@gargnitingoogle gargnitingoogle commented Oct 8, 2024

Description

This adds utility for ignoring GCS objects which aren't supported in GCSFuse mounts. These objects have // in their names or have names starting with /. These can't be represented in linux FS, hence need to be ignored in GCSFuse mount.

This is followed up in #1876 (implementation) and e2e tests (#2011) .

Link to the issue in case of a bug fix.

NA

Testing details

  1. Manual - NA
  2. Unit tests - NA
  3. Integration tests - NA

@gargnitingoogle gargnitingoogle marked this pull request as ready for review October 8, 2024 19:54
@gargnitingoogle gargnitingoogle requested a review from a team as a code owner October 8, 2024 19:54
@kislaykishore kislaykishore requested review from a team, tritone and kislaykishore and removed request for a team and tritone October 8, 2024 19:55
Copy link

codecov bot commented Oct 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.07%. Comparing base (6d24bbd) to head (c782b7f).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2561      +/-   ##
==========================================
- Coverage   78.13%   78.07%   -0.06%     
==========================================
  Files         107      108       +1     
  Lines       11844    11855      +11     
==========================================
+ Hits         9254     9256       +2     
- Misses       2083     2090       +7     
- Partials      507      509       +2     
Flag Coverage Δ
unittests 78.07% <100.00%> (-0.06%) ⬇️

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.

internal/util/gcs_util.go Outdated Show resolved Hide resolved
internal/util/gcs_util.go Outdated Show resolved Hide resolved
@gargnitingoogle gargnitingoogle force-pushed the gargnitin/prep-for-fix-empty-directory-list-issue branch from 5b91951 to 8e82656 Compare October 14, 2024 10:09
Tulsishah
Tulsishah previously approved these changes Oct 14, 2024
internal/util/gcs_util.go Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants