denominator icon indicating copy to clipboard operation
denominator copied to clipboard

add mandatory test case to list more than 100 records

Open codefromthecrypt opened this issue 11 years ago • 0 comments

In many apis, pagination is used to deal with lists of records (or record sets) beyond 100. After record 100, you'd need to pass a marker or the like to a new http GET operation. This is documented in Route53 and CloudDNS api guides

The problem causing issue #145 wasn't caught by our tests as we don't currently exercise providers enough to avoid latent pagination bugs. Pagination bugs render a provider completely useless. We need to add a mandatory test to ensure all providers can operate on realistically sized domains before being merged into denominator.

codefromthecrypt avatar May 21 '13 15:05 codefromthecrypt