<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/tests/example_filesystems, branch v1.1-rc1</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.1-rc1</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.1-rc1'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2016-10-08T20:25:08+00:00</updated>
<entry>
<title>reverse: gocryptfs.conf was missing from the directory listings</title>
<updated>2016-10-08T20:25:08+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-08T20:25:08+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=d25fcc6a4b095e37c77cce8f9de2ec0f12007ed5'/>
<id>urn:sha1:d25fcc6a4b095e37c77cce8f9de2ec0f12007ed5</id>
<content type='text'>
Fix the test for that and add checks in example_filesystems_test.
</content>
</entry>
<entry>
<title>tests: add v1.1-reverse-plaintextnames example filesystem</title>
<updated>2016-10-08T19:49:21+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-08T19:49:21+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=79e3e2867114a15cbde4e51990042d39e8ff081d'/>
<id>urn:sha1:79e3e2867114a15cbde4e51990042d39e8ff081d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: add v1.1-reverse example filesystem</title>
<updated>2016-10-08T19:45:11+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-08T19:45:11+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=eb51a1ed20696460a9cdab2caa8f5d6e1e8dee04'/>
<id>urn:sha1:eb51a1ed20696460a9cdab2caa8f5d6e1e8dee04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: add v1.1-aessiv example filesystem</title>
<updated>2016-10-08T19:45:01+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-08T19:24:26+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=3c2c3453ad7d31927a2faee02bea34388c1da830'/>
<id>urn:sha1:3c2c3453ad7d31927a2faee02bea34388c1da830</id>
<content type='text'>
Also move the example content into "content".
</content>
</entry>
<entry>
<title>tests: invert ResetTmpDir argument</title>
<updated>2016-10-08T17:22:59+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-08T17:22:59+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=8c89e2da0ca3a2c901bfe067904b623a4da6f6a7'/>
<id>urn:sha1:8c89e2da0ca3a2c901bfe067904b623a4da6f6a7</id>
<content type='text'>
As reverse also does not want a diriv file, the "plaintextNames"
argument became a misnomer.
</content>
</entry>
<entry>
<title>tests: skip tests with -openssl=false on Go 1.4 and lower</title>
<updated>2016-10-04T20:34:12+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-04T20:29:14+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=db5782028aaff99dbf15c62d851a4f6ec8227748'/>
<id>urn:sha1:db5782028aaff99dbf15c62d851a4f6ec8227748</id>
<content type='text'>
Go versions 1.4 and lower lack NewGCMWithNonceSize(), which causes
a panic in the test.
</content>
</entry>
<entry>
<title>tests: add verbose output when unmounting</title>
<updated>2016-07-11T18:41:53+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-07-11T18:40:53+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=df17f1d702bea709228b9923a8ed2fc19005ba43'/>
<id>urn:sha1:df17f1d702bea709228b9923a8ed2fc19005ba43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: use unmount wrapper in ResetTmpDir</title>
<updated>2016-07-11T18:41:16+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-07-11T18:31:36+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=1c54fcd04bbf274dd5d4300e433bdcb1bb32e1ce'/>
<id>urn:sha1:1c54fcd04bbf274dd5d4300e433bdcb1bb32e1ce</id>
<content type='text'>
This should make it work on OSX.

Also, split unmount into two functions. Depending on what you
want,

* UnmountErr returns the resulting error
* UnmountPanic panics if the error was not nil
</content>
</entry>
<entry>
<title>test: split up integration_tests</title>
<updated>2016-06-29T22:57:14+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-06-29T22:57:14+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=02b6d3067d502bcc063965a5a9d75aa693125e1b'/>
<id>urn:sha1:02b6d3067d502bcc063965a5a9d75aa693125e1b</id>
<content type='text'>
...into "matrix" and "normal".

Also:
* Make running multiple packages in parallel safe, see
  http://stackoverflow.com/questions/23715302/go-how-to-run-tests-for-multiple-packages
* Don't depent on test_helper.TmpDir and friends to have a terminating slash
</content>
</entry>
<entry>
<title>tests: run example_filesystems with "-openssl=false" AND "=true"</title>
<updated>2016-06-27T21:43:43+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-06-27T21:43:43+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=f873d5f0a1a76ba00881cf9813dce8421b99a68d'/>
<id>urn:sha1:f873d5f0a1a76ba00881cf9813dce8421b99a68d</id>
<content type='text'>
Run the tests twice, once with openssl and once with Go crypto.
</content>
</entry>
</feed>
