X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e6769d20505e2c8c74b2d7e3f9c2f33f2a2db092..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()