Open jkominek opened 4 years ago
i put together a secfs-tests branch, but it appears i've forgotten how to run it and get the tests to pass. i'm pretty sure i had it down to 0 failures before. looks like there's some permissions stuff going on, and maybe the maximum filename length.
here's a pointer to another networked FS's test suite: https://github.com/juicedata/juicefs/blob/main/fstests/Makefile
0a347cc6 gets the secfs tests running on every commit.
it'd be nice if we could build, and then split and run a bunch of different tests in parallel on different workers. suites
Set up, perhaps in conjunction with cmake, a mechanism for running tests automatically. Local and via Travis.
The
fstest
portion of https://github.com/billziss-gh/secfs.test would be a great place to start.