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

sync: fix nfs path and list #4147

Merged
merged 7 commits into from
Nov 9, 2023
Merged

sync: fix nfs path and list #4147

merged 7 commits into from
Nov 9, 2023

Conversation

Hexilee
Copy link
Contributor

@Hexilee Hexilee commented Nov 8, 2023

close #4140

Copy link

codecov bot commented Nov 8, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (49d994d) 56.16% compared to head (f8ba817) 61.71%.
Report is 342 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4147      +/-   ##
==========================================
+ Coverage   56.16%   61.71%   +5.55%     
==========================================
  Files         149       24     -125     
  Lines       37087    14904   -22183     
==========================================
- Hits        20829     9198   -11631     
+ Misses      13962     4417    -9545     
+ Partials     2296     1289    -1007     
Files Coverage Δ
pkg/meta/base.go 57.52% <ø> (-5.63%) ⬇️
pkg/meta/config.go 11.26% <ø> (-37.35%) ⬇️
pkg/meta/context.go 61.29% <ø> (-30.02%) ⬇️
pkg/meta/dump.go 76.27% <ø> (+0.07%) ⬆️
pkg/meta/interface.go 37.50% <ø> (-17.50%) ⬇️
pkg/meta/redis.go 62.81% <ø> (-3.89%) ⬇️
pkg/meta/sql.go 58.11% <ø> (-0.50%) ⬇️
pkg/meta/sql_lock.go 70.14% <ø> (ø)
pkg/meta/tkv.go 70.09% <ø> (-1.62%) ⬇️
pkg/meta/tkv_badger.go 58.69% <ø> (-14.69%) ⬇️
... and 3 more

... and 131 files with indirect coverage changes

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

Signed-off-by: xixi <[email protected]>
@Hexilee Hexilee marked this pull request as ready for review November 8, 2023 06:21
pkg/sync/sync.go Outdated Show resolved Hide resolved
@Hexilee Hexilee changed the title sync: fix nfs path and list; fix follow link sync: fix nfs path and list Nov 8, 2023
@davies davies merged commit e9ca79e into main Nov 9, 2023
37 checks passed
@davies davies deleted the fix/sync-nfs branch November 9, 2023 02:39
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.

NFS sync: put root dir failed
3 participants