Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Fix buckets discovery #23

Merged
merged 1 commit into from
May 13, 2024

Conversation

hackallcode
Copy link
Contributor

The vshard.storage.buckets_discovery function does not return the next_from field if the response does not contain a full batch of buckets. Therefore, if there is no next_from, then this means that discovery has ended.

The `vshard.storage.buckets_discovery` function does not return the `next_from` field
if the response does not contain a full batch of buckets.
Therefore, if there is no `next_from`, then this means that discovery has ended.
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 16.20%. Comparing base (cb92282) to head (8b8f555).

Files Patch % Lines
discovery.go 0.00% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #23   +/-   ##
=======================================
  Coverage   16.20%   16.20%           
=======================================
  Files           9        9           
  Lines         617      617           
=======================================
  Hits          100      100           
  Misses        511      511           
  Partials        6        6           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@KaymeKaydex KaymeKaydex merged commit 4be3aec into KaymeKaydex:master May 13, 2024
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants