-
Notifications
You must be signed in to change notification settings - Fork 435
fix: fix 1000+ buckets pagination issue #15112
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
fix: fix 1000+ buckets pagination issue #15112
Conversation
scotthart
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add some test(s) that reproduced the original issue and demonstrate its resolution?
Reviewable status: 0 of 1 files reviewed, all discussions resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15112 +/- ##
==========================================
- Coverage 92.92% 92.92% -0.01%
==========================================
Files 2391 2391
Lines 214995 215017 +22
==========================================
+ Hits 199793 199813 +20
- Misses 15202 15204 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…ets request, which causes the 1000+ buckets infinite pagination loop
441eeb2 to
c02dd30
Compare
…ets request, which causes the 1000+ buckets infinite pagination loop
…ets request, which causes the 1000+ buckets infinite pagination loop
…ets request, which causes the 1000+ buckets infinite pagination loop
…ets request, which causes the 1000+ buckets infinite pagination loop
…ets request, which causes the 1000+ buckets infinite pagination loop
cb96490 to
e87525e
Compare
scotthart
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 2 files at r2, 1 of 1 files at r5, all commit messages.
Reviewable status: all files reviewed, 4 unresolved discussions (waiting on @ddelgrosso1, @devbww, and @eliekozah)
Enabled the REST stub to pass along the
pageTokenquery so the existing pagination helper can automatically fetch the next page.#14915
This change is