Commit Graph

4 Commits

Author SHA1 Message Date
Brad Fitzpatrick d6a0b05df0 Rename import paths from camlistore.org to perkeep.org.
Part of the project renaming, issue #981.

After this, users will need to mv their $GOPATH/src/camlistore.org to
$GOPATH/src/perkeep.org. Sorry.

This doesn't yet rename the tools like camlistored, camput, camget,
camtool, etc.

Also, this only moves the lru package to internal. More will move to
internal later.

Also, this doesn't yet remove the "/pkg/" directory. That'll likely
happen later.

This updates some docs, but not all.

devcam test now passes again, even with Go 1.10 (which requires vet
checks are clean too). So a bunch of vet tests are fixed in this CL
too, and a bunch of other broken tests are now fixed (introduced from
the past week of merging the CL backlog).

Change-Id: If580db1691b5b99f8ed6195070789b1f44877dd4
2018-01-01 16:03:34 -08:00
mpl 10f96c99d4 pkg/test/integration: share large file test
We would have needed a sharing test with a file large enough to have
several parts to detect the bugs introduced in rev
383f118ccf and fixed in rev
ac4f053414

The sharing test introduced in this change is such a test.

Fixes #527

Change-Id: I7cd8a0b9b8e2acf794723f30ae38bd97d9eced80
2016-09-21 16:30:28 +02:00
mpl bee3fa97c2 integration/sharing: test that we also camget the dir contents
Change-Id: Ib45e520405403964b9b3480f62493efe9e6e1b17
2014-08-19 22:05:38 +02:00
mpl 0eeea2ee0a test/integration: add sharing test
http://camlistore.org/issue/462

Change-Id: If7642eef597bf1d81a88738c1b831f582d7ace30
2014-08-05 00:38:24 +02:00