2013-06-28 19:39:54 +00:00
Tests needed
2014-01-09 04:36:17 +00:00
-- integration test of reindexing + race detector
-- support for running race detector on all tests. when in race mode, also run
integration test children in race mode.
2018-04-21 18:04:53 +00:00
-- test that server/perkeepd still builds & starts even when sqlite isn't
2013-12-16 16:15:44 +00:00
available (TODO: hide it from the test by running make.go in a child
process with a faked-out PKG_CONFIG environment or something, to make
cmd/go unable to find it even if it's installed)
2013-12-03 04:01:37 +00:00
-- search & corpus use of EnumeratePermanodesLastModified
2013-11-25 02:28:59 +00:00
-- pkg/client --- test FetchVia against a server returning compressed content.
(fix in 3fa6d69405f036308931dd36e5070b2b19dbeadf without a new test)
2018-04-21 23:02:04 +00:00
-cmd/pk-put/
2013-06-28 19:39:54 +00:00
-verify that stat caching works. verify that -filenodes does create the permanode even if the file was already uploaded (and cached) in a previous run.
2014-01-19 23:06:55 +00:00
-- blobserver/{remote,shard} have no tests. should be easier now that
test.Fetcher is a full blobserver? see encrypt, replica, and cond's
nascent tests for examples.
2013-08-04 02:54:30 +00:00
-- app engine integration tests (before we make a release, for sure,
but probably in presubmit)
-- cross-compiling to freebsd and windows etc still works.
2013-08-21 14:39:55 +00:00
-- pkg/auth -- not enough tests. see regression at
https://camlistore-review.googlesource.com/#/c/556/1
2013-08-21 20:57:28 +00:00
-- blobserver.WaitForBlob, and integration tests for the http handlers
for long-polling on Enumerate and Stat