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

Fix test_reclaimFilePageCache to avoid tmpfs #1379

Open
wants to merge 1 commit into
base: unstable
Choose a base branch
from

Conversation

xbasel
Copy link
Member

@xbasel xbasel commented Dec 1, 2024

Avoid tmpfs as fadvise(FADV_DONTNEED) has no effect on memory-backed filesystems.

Fixes #897

Avoid tmpfs as fadvise(FADV_DONTNEED) has no effect on memory-backed filesystems.
Copy link

codecov bot commented Dec 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.70%. Comparing base (90475af) to head (0a987b2).

Additional details and impacted files
@@             Coverage Diff              @@
##           unstable    #1379      +/-   ##
============================================
- Coverage     70.71%   70.70%   -0.01%     
============================================
  Files           118      118              
  Lines         63386    63386              
============================================
- Hits          44823    44818       -5     
- Misses        18563    18568       +5     

see 12 files with indirect coverage changes

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.

[Test failure] test_reclaimFilePageCache fails on Amazon Linux 2023 AARCH64
1 participant