Bring blockingWriter from client and use it here

This commit is contained in:
Harshavardhana
2015-05-04 01:17:48 -07:00
parent d0df548eb5
commit 670f997b07
3 changed files with 75 additions and 3 deletions
+2 -1
View File
@@ -18,6 +18,7 @@ package memory
import (
"testing"
"time"
. "github.com/minio-io/check"
"github.com/minio-io/minio/pkg/storage/drivers"
@@ -31,7 +32,7 @@ var _ = Suite(&MySuite{})
func (s *MySuite) TestAPISuite(c *C) {
create := func() drivers.Driver {
_, _, store := Start(10000000, 0)
_, _, store := Start(1000000, 3*time.Hour)
return store
}
drivers.APITestSuite(c, create)