<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/tests/sharedstorage, branch v2.6.1</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=v2.6.1</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=v2.6.1'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2021-12-08T17:49:21+00:00</updated>
<entry>
<title>tests: convert Creat() calls to Open()</title>
<updated>2021-12-08T17:49:21+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-12-08T17:49:21+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=7d60315cd53080e223051a4f16eb3ace3b86e095'/>
<id>urn:sha1:7d60315cd53080e223051a4f16eb3ace3b86e095</id>
<content type='text'>
Creat() is equivalent to Open(..., O_CREAT|O_WRONLY|O_TRUNC, ...)
and MacOS does not have syscall.Creat().

https://github.com/rfjakob/gocryptfs/issues/623
</content>
</entry>
<entry>
<title>go mod: declare module version v2</title>
<updated>2021-08-23T13:05:15+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-08-23T13:05:15+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=69d88505fd7f4cb0d9e4f1918de296342fe05858'/>
<id>urn:sha1:69d88505fd7f4cb0d9e4f1918de296342fe05858</id>
<content type='text'>
Our git version is v2+ for some time now, but go.mod
still declared v1. Hopefully making both match makes
https://pkg.go.dev/github.com/rfjakob/gocryptfs/v2 work.

All the import paths have been fixed like this:

  find . -name \*.go | xargs sed -i s%github.com/rfjakob/gocryptfs/%github.com/rfjakob/gocryptfs/v2/%
</content>
</entry>
<entry>
<title>tests: sharedstorage: wait 100ms longer for cache expiry</title>
<updated>2021-04-02T18:22:26+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-04-02T18:22:26+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=beab7004f2556fec637ebe55a3aefad3d81c419f'/>
<id>urn:sha1:beab7004f2556fec637ebe55a3aefad3d81c419f</id>
<content type='text'>
With 1.0 seconds we see failures on Travis, example:
https://travis-ci.org/github/rfjakob/gocryptfs/builds/765648739

With 1.1 seconds it seems to always work.
</content>
</entry>
<entry>
<title>tests: sharedstorage: add TestStaleHardlinks</title>
<updated>2021-03-30T13:11:28+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-03-30T12:58:18+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=a2effaae390253bfbc2e9522dd4b5123a067f60f'/>
<id>urn:sha1:a2effaae390253bfbc2e9522dd4b5123a067f60f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tests/sharedstorage</title>
<updated>2021-03-21T10:10:18+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-03-21T10:10:18+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=d7d79aa81c6d8f07e8b5c3f689b528462f32daa0'/>
<id>urn:sha1:d7d79aa81c6d8f07e8b5c3f689b528462f32daa0</id>
<content type='text'>
Towards better test coverage of shared backing storage
mounts.

https://github.com/rfjakob/gocryptfs/issues/525
</content>
</entry>
</feed>
