saidsay-so / pjdfstest

File system test suite.
https://saidsay-so.github.io/pjdfstest/
Other
8 stars 1 forks source link

feat: add enospc tests #129

Open saidsay-so opened 1 year ago

saidsay-so commented 1 year ago

Also adds as_unprivileged_user! macro (which will allow what's described in #87).

The tests are buggy though, and I'm not sure on how to setup the CI to support those.

saidsay-so commented 1 year ago

So the CI problem is that you don't know how to create a suitably small file system to run the test on? I can help with that. But if the file system is suitably small, will there be any other tests that fail?

No, I tested and there shouldn't be tests failing because of the file system size, the files are automatically deleted after and the limit is way above what's required to run the tests. However, as I said, I'm not sure on how to create a small file system for the CI to run in.