designate-tempest-plugin does not handle pagination

Bug #1933047 reported by Erik Olof Gunnar Andersson
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Designate
New
Medium
Unassigned

Bug Description

The list implementation used by designate-tempest-plugin does not support pagination. This can cause some bizarre behavior and cause tests to fail in an unpredictable manner.

> cfg.IntOpt('default_limit_v2', default=20,
> help='Default per-page limit for the V2 API, a value of None '
> 'means show all results by default'),

As an example these two tempest functions will never return more than twenty records at the moment, and since we don't filter based on only ACTIVE records it's pretty easy to hit that cap.
> list_owned_recordsets, list_zones_recordsets

Changed in designate:
importance: Undecided → Medium
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.