cloud-hypervisor / fuse-backend-rs

Rust crate for implementing FUSE backends
Apache License 2.0
129 stars 63 forks source link

CI: add xfstests for passthrough fs #167

Closed WeiZhang555 closed 8 months ago

WeiZhang555 commented 8 months ago

Involve new github Action to run xfstests for passthrough fs.

WeiZhang555 commented 8 months ago

New CI process xfstests_on_passthrough is green now :-)

There are total 718 test cases from "fuse" test suite, currently about 300+ are skipped, and 300+ passed. Several test cases would fail due to unknown reasons, which are excluded from CI so far.

generic/002
generic/184
generic/426
generic/434
generic/467
generic/471
generic/477
generic/591
generic/633

We can do more investigations around failed test cases laterly.