X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/37d9f94b06ff367a3514b58ec6f0e4d4d0116030..f1b0b5b85b7479156aaaa55c0f2def6ffd7d3a40:/lib/costanalyzer/costanalyzer_test.go diff --git a/lib/costanalyzer/costanalyzer_test.go b/lib/costanalyzer/costanalyzer_test.go index b78b288ab0..1054870add 100644 --- a/lib/costanalyzer/costanalyzer_test.go +++ b/lib/costanalyzer/costanalyzer_test.go @@ -35,6 +35,10 @@ func (s *Suite) TearDownSuite(c *check.C) { func (s *Suite) SetUpSuite(c *check.C) { arvadostest.StartKeep(2, true) + // Use a small page size to exercise paging without adding + // lots of fixtures + pagesize = 2 + // Get the various arvados, arvadosclient, and keep client objects ac := arvados.NewClientFromEnv() arv, err := arvadosclient.MakeArvadosClient()