Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-06 | stress_tests: use /var/tmp by default | Jakob Unterwurzacher | |
There is a good chance that /tmp is tmpfs, and we want to run our tests on a real filesystem. | |||
2019-02-17 | tests: parallel_cp.sh: automount fs | Jakob Unterwurzacher | |
Teach the script to automatically mount and unmount. | |||
2019-01-23 | tests: simplify parallel_cp.sh | Jakob Unterwurzacher | |
Get rid of one extra directory level. Hopefully makes it easier to follow the debug logs. | |||
2019-01-05 | tests: add parallel_cp stress test | Jakob Unterwurzacher | |
Modeled after xfstests generic/273 https://github.com/rfjakob/gocryptfs/issues/322 |