<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/tests/matrix, 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-17T16:25:41+00:00</updated>
<entry>
<title>tests: fix compile error in matrix_test.go</title>
<updated>2019-02-17T16:25:41+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-02-17T16:25:41+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=173218895c55f381750408d9452d118b8c574f58'/>
<id>urn:sha1:173218895c55f381750408d9452d118b8c574f58</id>
<content type='text'>
Error was:

tests/matrix/matrix_test.go:101:9: no new variables on left side of :=
</content>
</entry>
<entry>
<title>ParseHeader: print hexdump on error</title>
<updated>2019-02-17T16:13:20+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-02-17T16:13:20+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=179471b6486b2cb3e6e24eed1d9f86f2e880e334'/>
<id>urn:sha1:179471b6486b2cb3e6e24eed1d9f86f2e880e334</id>
<content type='text'>
Should help debugging https://github.com/rfjakob/gocryptfs/issues/363
</content>
</entry>
<entry>
<title>nametransform: reject names longer than 255 chars</title>
<updated>2019-02-17T16:05:05+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-02-17T16:05:05+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=19cb6d046aac92f44722c17ba9a371b08ca0be6a'/>
<id>urn:sha1:19cb6d046aac92f44722c17ba9a371b08ca0be6a</id>
<content type='text'>
Looks like we allowed creating longer names by accident.
Fix that, and add a test that verifies it.
</content>
</entry>
<entry>
<title>tests: check that we can delete directories with all permission</title>
<updated>2019-01-20T13:32:59+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-01-20T13:32:59+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=ec4c9f2adb7bf1edde43a981dc690d3fee6175e8'/>
<id>urn:sha1:ec4c9f2adb7bf1edde43a981dc690d3fee6175e8</id>
<content type='text'>
Regression test for https://github.com/rfjakob/gocryptfs/issues/354
</content>
</entry>
<entry>
<title>tests: matrix: split out directory tests into their own file</title>
<updated>2019-01-20T12:41:20+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-01-20T12:41:20+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=fab585ec0193ec20b46b4d095af5c7226162c89d'/>
<id>urn:sha1:fab585ec0193ec20b46b4d095af5c7226162c89d</id>
<content type='text'>
matrix_test.go is already too big.
</content>
</entry>
<entry>
<title>tests: reduce noise on MacOS</title>
<updated>2019-01-14T21:11:15+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-01-14T21:11:15+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=20140e24ed339ef97b4f3946da3b05f930898713'/>
<id>urn:sha1:20140e24ed339ef97b4f3946da3b05f930898713</id>
<content type='text'>
This should get rid of

    Openat: O_NOFOLLOW missing: flags = 0x0
    Fchmodat: adding missing AT_SYMLINK_NOFOLLOW flag
    sys_common_test.go:203: chmod on symlink should have failed, but did not. New mode=0333
    UnmountErr: "[...]/057376762.mnt" was not found in MountInfo, cannot check for FD leak

and add some context to

    --- FAIL: TestUtimesNano (0.00s)
    matrix_test.go:628: no such file or directory

See https://github.com/rfjakob/gocryptfs/pull/343#issuecomment-453888006
for full test output
</content>
</entry>
<entry>
<title>tests: check that fallocate does not over-allocate space</title>
<updated>2019-01-06T19:56:53+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-01-06T19:43:24+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=5c8e7feabd61a7db852728c9faee0ed913501b61'/>
<id>urn:sha1:5c8e7feabd61a7db852728c9faee0ed913501b61</id>
<content type='text'>
We currently allocate 18 bytes too much:
https://github.com/rfjakob/gocryptfs/issues/311
</content>
</entry>
<entry>
<title>tests: move fallocate tests to its own file</title>
<updated>2019-01-06T19:31:41+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-01-06T19:31:41+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=c83aa417e4396ea416b831d13e7a370ddbda5cb1'/>
<id>urn:sha1:c83aa417e4396ea416b831d13e7a370ddbda5cb1</id>
<content type='text'>
matrix_test.go is already too big.
</content>
</entry>
<entry>
<title>tests: TestFallocate: comment what "d" and "h" means</title>
<updated>2019-01-06T11:49:27+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-01-06T11:48:24+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=db425cab9e59d066b831236dff8f55561363f0ae'/>
<id>urn:sha1:db425cab9e59d066b831236dff8f55561363f0ae</id>
<content type='text'>
Document what "d" and "h" means in the fancy ASCII diagrams.
https://github.com/rfjakob/gocryptfs/pull/326
</content>
</entry>
<entry>
<title>tests: teach ListFds() to check other processes</title>
<updated>2019-01-01T19:05:38+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-01-01T18:44:41+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=887d5aa8e74e20b065b9a0c9b6e99dd05815112a'/>
<id>urn:sha1:887d5aa8e74e20b065b9a0c9b6e99dd05815112a</id>
<content type='text'>
</content>
</entry>
</feed>
