| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 11 days | Freebsd-support: Change bash shebang to use /usr/bin/env | Ankush Patel | |
| 2021-09-01 | shell scripts: fix shellcheck warnings | a1346054 | |
| 2019-11-03 | tests: send SIGUSR1 to loopback | Jakob Unterwurzacher | |
| loopback needs to receive SIGUSR1 to write a memory profile. | |||
| 2019-10-19 | tests: make extractloop work with go-fuse loopback again | Jakob Unterwurzacher | |
| The "-l" flag is no longer supported in go-fuse loopback, drop it. | |||
| 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-01-03 | tests: overengineer extractloop_plot_csv.m a little | Jakob Unterwurzacher | |
| Plot iteration time on second y axis, adjust line styles | |||
| 2019-01-03 | tests: extractloop: renice to level 19 | Jakob Unterwurzacher | |
| Run at low priority to not annoy the user too much. | |||
| 2018-03-13 | tests: extractloop.sh: better cleanup logic, handle missing /proc | Jakob Unterwurzacher | |
| macos does not have /proc, so don't try to read it. | |||
| 2018-03-13 | tests: extractloop.sh: don't abort if md5sum is missing | Jakob Unterwurzacher | |
| MacOS does not have it installed by default. | |||
| 2018-03-07 | macos: extractloop.sh: exclude symlink & mute ln error message | Jakob Unterwurzacher | |
| Extracting the symlink fails with linux-3.0/arch/microblaze/boot/dts/system.dts: Can't set permissions to 0755 so just exclude it. The ln error Looks scary but is harmless, so get rid of it. The symlink is only created to make it more convenient to view the csv log. | |||
| 2018-03-07 | macos: tests: make extractloop.bash work on macos | Jakob Unterwurzacher | |
| macos' bash and ln lack a few features we used. | |||
| 2018-03-07 | tests: convert remaining wget calls to dl-linux-tarball.bash helper | Jakob Unterwurzacher | |
| Makes the scripts work when wget is not available (macos) | |||
| 2018-01-21 | Documentation: add extractloop example output | Jakob Unterwurzacher | |
| 2017-02-15 | OSX compat: replace fusermount calls with fuse-unmount.bash | Jakob Unterwurzacher | |
| Mac OS X does not have fusermount and uses umount instead. The fuse-unmount.bash calls the appropriate command. | |||
| 2016-09-25 | tests: extractloop: use tmp dir based on script name | Jakob Unterwurzacher | |
| This is how this should be done as well in future test scripts. | |||
| 2016-07-16 | tests: add RSS tracking to extractloop | Jakob Unterwurzacher | |
| This obsoletes loopback-mem.bash. | |||
| 2016-07-12 | tests: extractloop: add loopback support | Jakob Unterwurzacher | |
| loopback is an example app that comes with the go-fuse lib. It uses all the same APIs as gocryptfs, minus the encryption. | |||
| 2016-07-11 | tests: add encfs support to benchmark.bash and extractloop.bash | Jakob Unterwurzacher | |
| Pass "-encfs" to test encfs instead of gocryptfs. | |||
| 2016-06-08 | tests: rename extractloop.md5sums to linux-3.0.md5sums | Jakob Unterwurzacher | |
| This file will also be used by other tests, so it should have a generic name. | |||
| 2016-06-07 | tests: split example_filesystems into its own package | Jakob Unterwurzacher | |
| Running these tests from integration_tests' TestMain() was awkward because they were run twice with unchanged settings. integration_tests tests everything with OpenSSL and with native Go crypto, but this does not take affect for the example filesystems. To make this work, test_helpers is also split into its own package. | |||
