<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/tests/stress_tests, branch v1.7</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.7</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.7'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2019-02-17T15:02:30+00:00</updated>
<entry>
<title>tests: parallel_cp.sh: automount fs</title>
<updated>2019-02-17T15:02:30+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-02-17T15:02:30+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=5826ff8c9c7e88b684994f8dd4b0d294381ae499'/>
<id>urn:sha1:5826ff8c9c7e88b684994f8dd4b0d294381ae499</id>
<content type='text'>
Teach the script to automatically mount and unmount.
</content>
</entry>
<entry>
<title>tests: simplify parallel_cp.sh</title>
<updated>2019-01-23T21:14:31+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-01-23T21:14:31+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=b86cc3304f9cbae92e851b3f524dc16ddabb4b52'/>
<id>urn:sha1:b86cc3304f9cbae92e851b3f524dc16ddabb4b52</id>
<content type='text'>
Get rid of one extra directory level. Hopefully makes it
easier to follow the debug logs.
</content>
</entry>
<entry>
<title>tests: add parallel_cp stress test</title>
<updated>2019-01-05T17:20:04+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-01-05T17:20:04+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=fb705f99782f222e72c42b23be9263bbd302a4d4'/>
<id>urn:sha1:fb705f99782f222e72c42b23be9263bbd302a4d4</id>
<content type='text'>
Modeled after xfstests generic/273
https://github.com/rfjakob/gocryptfs/issues/322
</content>
</entry>
<entry>
<title>tests: overengineer extractloop_plot_csv.m a little</title>
<updated>2019-01-03T17:24:14+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-01-03T17:16:02+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=1c9fb707fea50d31dd940382b6a3af1a7e4901a3'/>
<id>urn:sha1:1c9fb707fea50d31dd940382b6a3af1a7e4901a3</id>
<content type='text'>
Plot iteration time on second y axis, adjust line styles
</content>
</entry>
<entry>
<title>tests: extractloop: renice to level 19</title>
<updated>2019-01-03T15:14:05+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-01-03T15:14:05+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=71d07b7c73f4ede938b18c773e34efd1506bde5a'/>
<id>urn:sha1:71d07b7c73f4ede938b18c773e34efd1506bde5a</id>
<content type='text'>
Run at low priority to not annoy the user too much.
</content>
</entry>
<entry>
<title>tests: extractloop.sh: better cleanup logic, handle missing /proc</title>
<updated>2018-03-13T21:41:26+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2018-03-13T21:41:26+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=4b75b578a2053722f21c62fba3a6b6e3f4aaefeb'/>
<id>urn:sha1:4b75b578a2053722f21c62fba3a6b6e3f4aaefeb</id>
<content type='text'>
macos does not have /proc, so don't try to read it.
</content>
</entry>
<entry>
<title>tests: extractloop.sh: don't abort if md5sum is missing</title>
<updated>2018-03-13T21:16:15+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2018-03-13T21:16:15+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=e46f6b940f3159e63f9cc4b4866d4b20085f34cc'/>
<id>urn:sha1:e46f6b940f3159e63f9cc4b4866d4b20085f34cc</id>
<content type='text'>
MacOS does not have it installed by default.
</content>
</entry>
<entry>
<title>macos: extractloop.sh: exclude symlink &amp; mute ln error message</title>
<updated>2018-03-07T20:36:52+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2018-03-07T20:22:47+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=8373410678eaadbfe7079065f80fc9ea16e4a4b3'/>
<id>urn:sha1:8373410678eaadbfe7079065f80fc9ea16e4a4b3</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>macos: tests: make extractloop.bash work on macos</title>
<updated>2018-03-07T19:37:10+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2018-03-07T19:37:10+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=51de6cd9405aa0db3b248324623c82cbc05e61ae'/>
<id>urn:sha1:51de6cd9405aa0db3b248324623c82cbc05e61ae</id>
<content type='text'>
macos' bash and ln lack a few features we used.
</content>
</entry>
<entry>
<title>tests: convert remaining wget calls to dl-linux-tarball.bash helper</title>
<updated>2018-03-07T08:45:20+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2018-03-07T08:45:20+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=02693912e59b44f463c4b14d6a3168fa24857e6f'/>
<id>urn:sha1:02693912e59b44f463c4b14d6a3168fa24857e6f</id>
<content type='text'>
Makes the scripts work when wget is not available (macos)
</content>
</entry>
</feed>
