perkeep/pkg/blobserver/s3
Euan Kemp 039d51906e pkg/blobserver/s3: fix tests
The storage test for s3 have been broken since
https://perkeep-review.googlesource.com/c/perkeep/+/15846.

The introduction of a proxycache made a type assertion in the test
panic, and thus the tests reliably failed when run.

The simplest fix for now is to get them back to their previous passing
state by disabling the proxycache for tests.

Change-Id: Ib75b5eabd36decebd8785ba50d4b979a7a0db653
2018-06-14 15:10:47 -07:00
..
enumerate.go all: more renaming of Camlistore to Perkeep 2018-01-30 03:02:56 -08:00
fetch.go pkg/blobserver/s3: Replace s3-specific memory cache with a proxycache. 2018-05-03 08:55:23 +10:00
receive.go pkg/blobserver/s3: Replace s3-specific memory cache with a proxycache. 2018-05-03 08:55:23 +10:00
remove.go pkg/blobserver/s3: Replace s3-specific memory cache with a proxycache. 2018-05-03 08:55:23 +10:00
s3.go pkg/blobserver/s3: Replace s3-specific memory cache with a proxycache. 2018-05-03 08:55:23 +10:00
s3_test.go pkg/blobserver/s3: fix tests 2018-06-14 15:10:47 -07:00
stat.go pkg/blobserver/s3: Replace s3-specific memory cache with a proxycache. 2018-05-03 08:55:23 +10:00