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

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants