19844: Get multiple pages of child CRs if necessary.
[arvados.git] / lib / costanalyzer / costanalyzer_test.go
index b78b288ab0981b37cfda03e025a1c02708bdbe5e..1054870add65276385a6b11c3f99c33677dc0694 100644 (file)
@@ -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()