<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/tests/test_helpers, branch v1.1</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.1</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.1'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2016-10-08T17:36:26+00:00</updated>
<entry>
<title>tests: pass "-nosyslog"</title>
<updated>2016-10-08T17:36:26+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-08T17:36:26+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=dde4a66454107709a7309ca5047ceb0ecf3c0b9f'/>
<id>urn:sha1:dde4a66454107709a7309ca5047ceb0ecf3c0b9f</id>
<content type='text'>
We want to see panics and warnings on the console
</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>lint fixes</title>
<updated>2016-10-04T21:18:33+00:00</updated>
<author>
<name>Valient Gough</name>
</author>
<published>2016-10-02T04:14:18+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=b764917cd5c1b1d61b8ce08e7af0b29793fbbb80'/>
<id>urn:sha1:b764917cd5c1b1d61b8ce08e7af0b29793fbbb80</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: fallocate: skip some disk usage checks on btrfs</title>
<updated>2016-10-04T19:57:13+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-04T19:48:53+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=95db38912b4f796402d6f4e4e78c01e076a68570'/>
<id>urn:sha1:95db38912b4f796402d6f4e4e78c01e076a68570</id>
<content type='text'>
The expected allocated sizes are verified for tmpfs and ext4.
btrfs gives different results, but that's not an error.

Also, simplify test_helpers.Du and several code paths.

Fixes #43.
</content>
</entry>
<entry>
<title>tests: smarter error handling in ResetTmpDir</title>
<updated>2016-09-25T14:43:17+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-09-25T12:57:04+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=f8da264222f7348c6b9e6dd9d372200f850d2878'/>
<id>urn:sha1:f8da264222f7348c6b9e6dd9d372200f850d2878</id>
<content type='text'>
Look at the error code from os.Remove and decide about the
right thing to do.

Gets rid of spurious fusermount error messages.
</content>
</entry>
<entry>
<title>reverse: add longname benchmark</title>
<updated>2016-09-25T14:43:17+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-09-24T20:45:25+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=6c52c1a6e6176ba7b6922ee27df7ddd09991b57e'/>
<id>urn:sha1:6c52c1a6e6176ba7b6922ee27df7ddd09991b57e</id>
<content type='text'>
</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>tests: OSX: cast st.Blksize to int64</title>
<updated>2016-07-04T06:22:05+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-07-04T06:20:52+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=9d17fdb2068a5217ffab260db671c1cc50536e04'/>
<id>urn:sha1:9d17fdb2068a5217ffab260db671c1cc50536e04</id>
<content type='text'>
On Linux, Blksize is already int64. But on OSX
it is int32 and that caused a compile failure.

https://github.com/rfjakob/gocryptfs/issues/15
</content>
</entry>
<entry>
<title>tests: call umount instead of fusermount on OSX</title>
<updated>2016-07-02T18:06:20+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-07-02T18:06:20+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=d5b7eb33daec612626305c961b7ec6d5eccd79a7'/>
<id>urn:sha1:d5b7eb33daec612626305c961b7ec6d5eccd79a7</id>
<content type='text'>
Reported at https://github.com/rfjakob/gocryptfs/issues/15
</content>
</entry>
</feed>
