influxdb/testing
Jonathan A. Sternberg 0cdbd496f4
fix(query): paginate bucket results in the bucket lookup (#19111)
The `buckets()` command would use a bucket lookup that wrapped the
`FindBuckets` API. It did not use the pagination aspect of this API
correctly. When the underlying implementation was changed to a version
that correctly implemented pagination, this broke the query `buckets()`
command. Since it was query that used the API incorrectly rather than a
regression in the `FindBuckets` implementation, this fixes the usage to
correctly use pagination.
2020-07-29 11:23:13 -05:00
..
auth.go
bucket_service.go
checks.go
dashboards.go
dbrp_mapping.go
dbrp_mapping_v2.go
document.go
id.go
index.go
keyvalue_log.go
kv.go
label_service.go
migration.go
notification_endpoint.go
notification_rule.go
onboarding.go
organization_service.go
passwords.go
scraper_target.go
secret.go
session.go
source.go
telegraf.go
tenant.go
user_resource_mapping_service.go
user_service.go
util.go
variable.go