@WenyXu raised and fix #3052, it's better for us to add this test case in CI to avoid it happen again.
This test requires some gha side work to mount an image:
fallocate -l 512K disk.img
mkfs disk.img
mkdir ./td
sudo mount -o loop td.img ./td
chmod a+wr ./td
Perhaps it would be better to include a separate test for this. We can create a new crate under core/tests/fs_write_full_disk and run this test only within specific jobs.
@WenyXu raised and fix #3052, it's better for us to add this test case in CI to avoid it happen again.
This test requires some gha side work to mount an image:
Perhaps it would be better to include a separate test for this. We can create a new crate under
core/tests/fs_write_full_diskand run this test only within specific jobs.