Running test: drivers: disk: disk_access with RAM disk fails #51146
Labels
area: Disk Access
bug
The issue is a bug, or the PR is fixing a bug
platform: Microchip MEC
Microchip MEC Platform
priority: low
Low impact/importance bug
Exploring option to enable RAM filesystem, attempted running RAM disk test case.
The test fails for certain sectors.
Is this a configuration error?
SUITE FAIL - 0.00% [disk_driver]: pass = 0, fail = 2, skip = 0, total = 2 durs
To Reproduce
Steps to reproduce the behavior:
Running TESTSUITE disk_driver
Disk reports 32 sectors
Disk reports sector size 512
START - test_read
Testing reads of 8 sectors
E: Sector 39 is outside the range 32
Testing reads of 1 sectors
Testing reads of 29 sectors
E: Sector 16 is outside the range 32
Failed to read from mid disk sector
FAIL - test_read in 0.032 seconds
START - test_write
Testing writes of 8 sectors
E: Sector 39 is outside the range 32
Testing writes of 1 sectors
Testing writes of 29 sectors
E: Sector 16 is outside the range 32
Failed to write to mid disk sector
FAIL - test_write in 0.041 seconds
TESTSUITE disk_driver failed.
------ TESTSUITE SUMMARY START ------
SUITE FAIL - 0.00% [disk_driver]: pass = 0, fail = 2, skip = 0, total = 2 durs
------ TESTSUITE SUMMARY END ------
===================================================================
PROJECT EXECUTION FAILED
The text was updated successfully, but these errors were encountered: