Skip to content

Use access() instead of stat() #424

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

Merged
merged 1 commit into from
Jun 12, 2025

Conversation

jeltz
Copy link
Collaborator

@jeltz jeltz commented Jun 12, 2025

Since we do not care about anything other than that the directory exists we may as well use access() rather than stat().

Since we do not care about anything other than that the directory exists
we may as well use access() rather than stat().
@jeltz jeltz requested review from dutow and dAdAbird as code owners June 12, 2025 11:59
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (TDE_REL_17_STABLE@34e2d29). Learn more about missing BASE report.
Report is 1 commits behind head on TDE_REL_17_STABLE.

Additional details and impacted files
@@                 Coverage Diff                  @@
##             TDE_REL_17_STABLE     #424   +/-   ##
====================================================
  Coverage                     ?   84.76%           
====================================================
  Files                        ?       21           
  Lines                        ?     2566           
  Branches                     ?      394           
====================================================
  Hits                         ?     2175           
  Misses                       ?      311           
  Partials                     ?       80           
Components Coverage Δ
access 81.11% <ø> (?)
catalog 88.60% <ø> (?)
common 77.77% <ø> (?)
encryption 73.45% <ø> (?)
keyring 72.88% <ø> (?)
src 91.44% <100.00%> (?)
smgr 94.88% <ø> (?)
transam ∅ <ø> (?)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jeltz jeltz merged commit f36b906 into percona:TDE_REL_17_STABLE Jun 12, 2025
16 of 17 checks passed
@jeltz jeltz deleted the tde/stat-access branch June 13, 2025 12:42
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.

3 participants