perkeep/pkg/sorted
Brad Fitzpatrick 3c00ed347c mongo: test using Docker
Under a second to start and test against a real MongoDB instace in Docker:

$ go test -v camlistore.org/pkg/sorted/mongo
=== RUN TestMongoKV
--- PASS: TestMongoKV (0.79 seconds)
PASS
ok      camlistore.org/pkg/sorted/mongo 0.791s

Test is skipped in short mode, or if docker isn't available.

Change-Id: I6f3acc96357cf9c50054b3df6727661c9329e6bf
2014-02-09 20:02:56 -08:00
..
kvfile pkg/sorted/kvfile: faster wipe. 2013-12-24 21:27:49 -08:00
kvtest sorted: more tests 2013-12-23 15:35:05 +01:00
mongo mongo: test using Docker 2014-02-09 20:02:56 -08:00
mysql pkg/index: move postgresql to sorted + some fixes 2013-12-24 00:37:14 +01:00
postgres pkg/index: move postgresql to sorted + some fixes 2013-12-24 00:37:14 +01:00
sqlite pkg/index: move sqlite implementation to sorted 2013-12-16 17:35:27 +01:00
sqlkv camlistored: add --reindex flag; make sqlkv a sorted.Wiper 2013-12-23 19:07:17 -08:00
kv.go sorted: better errors when a constructor fails 2013-12-16 20:27:41 -08:00
mem.go index: move mongo implementation to sorted 2013-12-13 00:25:40 +01:00
mem_test.go Change sorted.KeyValue.Find to take an optional end bound; add tests. 2013-12-07 08:43:18 -08:00