radumarias / rencfs

An encrypted file system written in Rust that is mounted with FUSE on Linux. It can be used to create encrypted directories
Apache License 2.0
118 stars 27 forks source link

Some tests are failing on Windows #193

Open radumarias opened 2 months ago

radumarias commented 2 months ago

Most of them fails like this

---- encryptedfs::test::test_exists_by_name stdout ----
thread 'encryptedfs::test::test_exists_by_name' panicked at src\test_common.rs:86:6:
called `Result::unwrap()` on an `Err` value: Io { source: Os { code: 5, kind: PermissionDenied, message: "Access is denied." }, backtrace: <disabled> }

And one

---- expire_value::tests::test_expire_value stdout ----
thread 'expire_value::tests::test_expire_value' panicked at src\expire_value.rs:143:9:
assertion `left == right` failed
  left: 1
 right: 2

https://github.com/radumarias/rencfs/actions/runs/10658794341/job/29540418966