Adding lru to memory driver, not wired to command line opts

This commit is contained in:
Frederick F. Kautz IV
2015-04-15 12:35:23 -07:00
parent b464ddbf31
commit 59a81a73c6
7 changed files with 273 additions and 57 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ var _ = Suite(&MySuite{})
func (s *MySuite) TestAPISuite(c *C) {
create := func() drivers.Driver {
_, _, store := Start()
_, _, store := Start(1000)
return store
}
drivers.APITestSuite(c, create)