8123: Fix crunchstat formatting error and resulting crunchstat-summary crash.
[arvados.git] / services / keep-web / server_test.go
index 8e3a21a4c69fde37479263c827049220ba8155d8..cda8b17d0547c62f3fdcc49825b2d9344d58e271 100644 (file)
@@ -282,7 +282,7 @@ func (s *IntegrationSuite) runCurl(c *check.C, token, host, uri string, args ...
 
 func (s *IntegrationSuite) SetUpSuite(c *check.C) {
        arvadostest.StartAPI()
-       arvadostest.StartKeep()
+       arvadostest.StartKeep(2, true)
 
        arv, err := arvadosclient.MakeArvadosClient()
        c.Assert(err, check.Equals, nil)
@@ -295,7 +295,7 @@ func (s *IntegrationSuite) SetUpSuite(c *check.C) {
 }
 
 func (s *IntegrationSuite) TearDownSuite(c *check.C) {
-       arvadostest.StopKeep()
+       arvadostest.StopKeep(2)
        arvadostest.StopAPI()
 }