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