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 save blocks return nil #5237

Merged
merged 3 commits into from Mar 28, 2020
Merged

Fix save blocks return nil #5237

merged 3 commits into from Mar 28, 2020

Conversation

terencechain
Copy link
Member

Say to save blocks [b0,b1,b2,b3,b4,b5,b6], if one of the block exists in the cache, the function will just return nil instead of continue which doesn't complete saving all the blocks

@terencechain terencechain self-assigned this Mar 28, 2020
@terencechain terencechain added the Ready For Review A pull request ready for code review label Mar 28, 2020
@terencechain terencechain changed the title Fixe save blocks return nil Fix save blocks return nil Mar 28, 2020
@codecov
Copy link

codecov bot commented Mar 28, 2020

Codecov Report

❗ No coverage uploaded for pull request base (master@f89d753). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master    #5237   +/-   ##
=========================================
  Coverage          ?   55.67%           
=========================================
  Files             ?      291           
  Lines             ?    22896           
  Branches          ?        0           
=========================================
  Hits              ?    12747           
  Misses            ?     8379           
  Partials          ?     1770

@terencechain terencechain added Bug Something isn't working OK to merge labels Mar 28, 2020
@prylabs-bulldozer prylabs-bulldozer bot merged commit b40e6db into master Mar 28, 2020
@delete-merged-branch delete-merged-branch bot deleted the fix-batch-save-blocks branch March 28, 2020 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Ready For Review A pull request ready for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants