perkeep/pkg/test
mpl a538874c07 pkg/client: move upload test to pkg/test/integration
In 877eafa49b , pkg/server started
importing pkg/client , since the server has to be able to fetch blobs
from a share claim of another server. This introduced a circular
dependency in tests, as pkg/client/upload_test.go instantiates a server.

As the test uses both a client and a server, and tests uploading between
the two, it seems fitting to move it to pkg/test/integration, which
breaks the circular dep.

Change-Id: I2458ffd72912ff6e9c1a0f67e187d54cc895c2e9
2018-06-27 21:08:46 +02:00
..
asserts all: update copyright holder from Google Inc to The Perkeep Authors 2018-01-03 16:52:49 -08:00
dockertest pkg/test/docker: force the MySQL version to 5 2018-04-24 19:45:27 -07:00
integration pkg/client: move upload test to pkg/test/integration 2018-06-27 21:08:46 +02:00
testdata all: Windows fixes (don't listen on file descriptors in test.World, etc) 2018-05-01 21:38:19 -07:00
blob.go blobserver, all: add contexts to ReceiveBlob, Fetch & million resulting deps 2018-01-18 16:22:16 -08:00
diff.go Rename import paths from camlistore.org to perkeep.org. 2018-01-01 16:03:34 -08:00
doc.go all: more renaming of Camlistore to Perkeep 2018-01-30 03:02:56 -08:00
fetcher.go blobserver: add context to BlobRemover 2018-01-19 09:54:46 -08:00
fetcher_test.go Rename import paths from camlistore.org to perkeep.org. 2018-01-01 16:03:34 -08:00
loader.go Rename import paths from camlistore.org to perkeep.org. 2018-01-01 16:03:34 -08:00
test.go Rename import paths from camlistore.org to perkeep.org. 2018-01-01 16:03:34 -08:00
test_test.go Rename import paths from camlistore.org to perkeep.org. 2018-01-01 16:03:34 -08:00
testdep.go all: update copyright holder from Google Inc to The Perkeep Authors 2018-01-03 16:52:49 -08:00
wait.go all: update copyright holder from Google Inc to The Perkeep Authors 2018-01-03 16:52:49 -08:00
world.go pkg/test: append .exe to bin name on Windows 2018-05-17 21:10:21 +02:00