Closed roger2hk closed 2 months ago
=== RUN TestLiveLogIntegration
integration_test.go:105: client.FetchCheckpoint: open /tmp/tessera-posix-log/checkpoint: permission denied
integration_test.go:108: checkpoint not found
--- FAIL: TestLiveLogIntegration (0.00s)
221 Should fix the perms issue, sorry about that.
It works after the rebase. Thanks!
8 #22
The files created by Docker are always owned byroot
. The integration test cannot read the checkpoints, tiles and entry bundles.