<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/tests, branch v1.7-rc2</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.7-rc2</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.7-rc2'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2019-01-23T21:14:31+00:00</updated>
<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: darwin: ignore error in TestMvWarningSymlink</title>
<updated>2019-01-20T16:20:30+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-01-20T16:20:30+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=da3ba5e7f5efb164acb1292dd85b4fe25dd8e3bf'/>
<id>urn:sha1:da3ba5e7f5efb164acb1292dd85b4fe25dd8e3bf</id>
<content type='text'>
https://github.com/rfjakob/gocryptfs/issues/349
</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>Revert "syscallcompat: drop Faccessat AT_SYMLINK_NOFOLLOW helper"</title>
<updated>2019-01-20T12:10:59+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-01-20T12:10:59+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=3d6b2685fb926b40b4eb528a8cbdc3871444d492'/>
<id>urn:sha1:3d6b2685fb926b40b4eb528a8cbdc3871444d492</id>
<content type='text'>
Breaks mounting on MacOS: unix.Faccessat on Darwin does NOT (yet)
support AT_SYMLINK_NOFOLLOW. See d44fe89ba4f3252c5bd00c4f7730197732f2a26a .

This reverts commit 0805a63df1b5f915b228727f6074c2506922d0ad.
</content>
</entry>
<entry>
<title>syscallcompat: drop Faccessat AT_SYMLINK_NOFOLLOW helper</title>
<updated>2019-01-20T11:59:59+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-01-20T11:59:59+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=0805a63df1b5f915b228727f6074c2506922d0ad'/>
<id>urn:sha1:0805a63df1b5f915b228727f6074c2506922d0ad</id>
<content type='text'>
unix.Faccessat has added support for AT_SYMLINK_NOFOLLOW in July 2018,
https://github.com/golang/sys/commit/bd9dbc187b6e1dacfdd2722a87e83093c2d7bd6e#diff-341484dbbe3180cd7a31ef2ad2d679b6
which means we no longer need our own helper.

Closes https://github.com/rfjakob/gocryptfs/issues/347
</content>
</entry>
<entry>
<title>tests: Increase timeout in Mount() function.</title>
<updated>2019-01-15T21:08:20+00:00</updated>
<author>
<name>Sebastian Lackner</name>
</author>
<published>2019-01-15T18:40:53+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=1d2ce9c213093c91b86ba6c28537ccda4469fe1f'/>
<id>urn:sha1:1d2ce9c213093c91b86ba6c28537ccda4469fe1f</id>
<content type='text'>
This avoids sporadic test failures on macOS.
</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>
</feed>
