test(kernel range reader): Adding integration tests for verifying reads and writes size#4894
Conversation
…use into abhishek/3.11.1_local
There was a problem hiding this comment.
Code Review
This pull request introduces new integration tests to verify large file read and write operations under specific FUSE max request size configurations. It also refactors the MiB constant into a shared utility package. The review feedback identified a potential flakiness issue in the write test due to memory alignment requirements when using syscall.O_DIRECT and suggested replacing magic numbers with constants to improve maintainability.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## v3.11.1_release #4894 +/- ##
==================================================
Coverage ? 83.83%
==================================================
Files ? 173
Lines ? 21046
Branches ? 0
==================================================
Hits ? 17643
Misses ? 2747
Partials ? 656
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Description
Adding integration tests for verifying reads and writes size
Link to the issue in case of a bug fix.
Testing details
Any backward incompatible change? If so, please explain.