Skip to content

Add a new test case for the disk is full #3062

@Xuanwo

Description

@Xuanwo

@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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions