Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add mandatory test case to list more than 100 records #146

Open
codefromthecrypt opened this issue May 21, 2013 · 0 comments
Open

add mandatory test case to list more than 100 records #146

codefromthecrypt opened this issue May 21, 2013 · 0 comments

Comments

@codefromthecrypt
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant