github.com/olivere/camlistore@v0.0.0-20140121221811-1b7ac2da0199/TESTS (about)

     1  Tests needed
     2  
     3  -- integration test of reindexing + race detector
     4  
     5  -- support for running race detector on all tests. when in race mode, also run
     6     integration test children in race mode.
     7  
     8  -- test that server/camlistored still builds & starts even when sqlite isn't
     9     available (TODO: hide it from the test by running make.go in a child
    10     process with a faked-out PKG_CONFIG environment or something, to make
    11     cmd/go unable to find it even if it's installed)
    12  
    13  -- search & corpus use of EnumeratePermanodesLastModified
    14  
    15  -- pkg/client --- test FetchVia against a server returning compressed content.
    16     (fix in 3fa6d69405f036308931dd36e5070b2b19dbeadf without a new test)
    17  
    18  -cmd/camput/
    19  	-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.
    20  
    21  -- blobserver/{remote,shard} have no tests. should be easier now that
    22     test.Fetcher is a full blobserver? see encrypt, replica, and cond's
    23     nascent tests for examples.
    24  
    25  -- app engine integration tests (before we make a release, for sure,
    26     but probably in presubmit)
    27  
    28  -- cross-compiling to freebsd and windows etc still works.
    29  
    30  -- pkg/auth -- not enough tests. see regression at
    31     https://camlistore-review.googlesource.com/#/c/556/1
    32  
    33  -- blobserver.WaitForBlob, and integration tests for the http handlers
    34     for long-polling on Enumerate and Stat