From 49c2eea50ab9859b9f5fd292291c0693ced88a16 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 16 Dec 2013 08:15:44 -0800 Subject: [PATCH] add TODO for a new test Change-Id: I6fadfa6bfcbcc27753e12f3def96123ce3715689 --- TESTS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TESTS b/TESTS index df2f50906..7ac2b830a 100644 --- a/TESTS +++ b/TESTS @@ -1,5 +1,10 @@ Tests needed +-- test that server/camlistored still builds & starts even when sqlite isn't + 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) + -- search & corpus use of EnumeratePermanodesLastModified -- pkg/client --- test FetchVia against a server returning compressed content.