Skip to content

Conversation

@eakman-datadog
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Dec 16, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 44.99%. Comparing base (16001ae) to head (8ff8aaf).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6541      +/-   ##
==========================================
- Coverage   51.54%   44.99%   -6.55%     
==========================================
  Files          43      102      +59     
  Lines       24029    20958    -3071     
==========================================
- Hits        12385     9430    -2955     
- Misses      10006    10651     +645     
+ Partials     1638      877     -761     

☔ 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.

}
var dstIno Ino
var _a Attr
if eno = m.en.doLookup(ctx, parent, name, &dstIno, &_a); eno == 0 {
Copy link
Contributor

Choose a reason for hiding this comment

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

Repeats the newly added 'lookup' logic above

`, m.tablePrefix, m.tablePrefix, m.tablePrefix)

// Use the engine's SQL API to get raw rows instead of xorm.Rows
sqlResult, err := s.QueryString(query, rootIno)
Copy link
Contributor

Choose a reason for hiding this comment

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

QueryString will load all the results into memory at once. For very large directory trees, this may cause memory pressure.

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