<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/stress_tests, branch v2.0-beta3</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=v2.0-beta3</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=v2.0-beta3'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2016-06-06T22:08:56+00:00</updated>
<entry>
<title>tests: split example_filesystems into its own package</title>
<updated>2016-06-06T22:08:56+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-06-06T21:57:42+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=c2a5303eebc84d616072163f74eef8483c9f5386'/>
<id>urn:sha1:c2a5303eebc84d616072163f74eef8483c9f5386</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>fsstress-loopback: properly stop on Ctrl-C</title>
<updated>2016-05-29T11:57:22+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-05-29T11:57:22+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=9aeb639a15511d0e1c5090e9d3cfcd98074d04f3'/>
<id>urn:sha1:9aeb639a15511d0e1c5090e9d3cfcd98074d04f3</id>
<content type='text'>
Send fsstress (which ignores Ctrl-C) into the background
so the shell gets the signal. Manually kill fsstress in the
cleanup handler.

Also, use the build.bash script for gocryptfs.
</content>
</entry>
<entry>
<title>fsstress-loopback: use random directory names</title>
<updated>2016-05-24T22:18:51+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-05-24T22:18:51+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=30f0ae37207ea65221a3c66c1f91bc62c025c07d'/>
<id>urn:sha1:30f0ae37207ea65221a3c66c1f91bc62c025c07d</id>
<content type='text'>
This allows to run more than one instance of
the script in parallel.

Also, properly clean up on exit.
</content>
</entry>
<entry>
<title>extractloop: use $SECONDS special variable</title>
<updated>2016-05-24T19:22:02+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-05-24T19:22:02+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=432c94da01fd47bda6ad9297f44d8119a4053ed3'/>
<id>urn:sha1:432c94da01fd47bda6ad9297f44d8119a4053ed3</id>
<content type='text'>
Gets rid of the call to "date" and simplifies the code.
</content>
</entry>
<entry>
<title>stress_tests: add header comments</title>
<updated>2016-05-24T19:09:26+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-05-24T19:08:13+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=b467e7509e367f11784c20cb9ac8eef3c74c7468'/>
<id>urn:sha1:b467e7509e367f11784c20cb9ac8eef3c74c7468</id>
<content type='text'>
Also, convert extractloop.bash to using md5sum instead of diff -ur
so the user does not have to keep an extracted kernel tree around.
And print the iteration time.
</content>
</entry>
<entry>
<title>stress_tests: improve output</title>
<updated>2016-05-08T20:23:59+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-05-08T20:23:59+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=4b6cf43521a362ff36e38aa77b48ee06fdf11f71'/>
<id>urn:sha1:4b6cf43521a362ff36e38aa77b48ee06fdf11f71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stress_tests: extractloop: run two loops in parallel</title>
<updated>2016-05-05T12:17:05+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-05-05T12:17:05+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=d56f1ee179857701df0a3bfb1d20a81921088bc5'/>
<id>urn:sha1:d56f1ee179857701df0a3bfb1d20a81921088bc5</id>
<content type='text'>
This increases the load but also the disk space requirements
(to about 2GB).
</content>
</entry>
<entry>
<title>stress_tests: add stress test scripts</title>
<updated>2016-05-05T10:58:44+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-05-05T10:58:44+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=e97962bd3f9ef8cb9fbd57bd2a2424b1cc28ec75'/>
<id>urn:sha1:e97962bd3f9ef8cb9fbd57bd2a2424b1cc28ec75</id>
<content type='text'>
These were hosted at https://github.com/rfjakob/fsstress . To
make them easier to use for gocryptfs users and developers, add
them to the main repo.
</content>
</entry>
</feed>
