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 a panic in HandleRecoverDealIDs #7336

Merged
merged 1 commit into from
Sep 16, 2021
Merged

Conversation

magik6k
Copy link
Contributor

@magik6k magik6k commented Sep 15, 2021

The check below is new, but apparently could cause a panic

@magik6k magik6k requested a review from a team as a code owner September 15, 2021 16:14
@codecov
Copy link

codecov bot commented Sep 15, 2021

Codecov Report

Merging #7336 (438d5ce) into release/v1.11.3 (5db02ca) will increase coverage by 5.25%.
The diff coverage is 0.00%.

Impacted file tree graph

@@                 Coverage Diff                 @@
##           release/v1.11.3    #7336      +/-   ##
===================================================
+ Coverage            33.89%   39.14%   +5.25%     
===================================================
  Files                  608      614       +6     
  Lines                64695    64986     +291     
===================================================
+ Hits                 21927    25439    +3512     
+ Misses               38662    35143    -3519     
- Partials              4106     4404     +298     
Impacted Files Coverage Δ
extern/storage-sealing/states_failed.go 11.20% <0.00%> (-0.15%) ⬇️
chain/actors/builtin/paych/paych.go 16.88% <0.00%> (-5.20%) ⬇️
storage/wdpost_changehandler.go 97.64% <0.00%> (-0.95%) ⬇️
extern/sector-storage/sched_worker.go 77.25% <0.00%> (-0.73%) ⬇️
miner/miner.go 55.96% <0.00%> (-0.67%) ⬇️
chain/actors/builtin/miner/v5.go 53.53% <0.00%> (-0.31%) ⬇️
storage/wdpost_sched.go 79.20% <0.00%> (ø)
journal/mockjournal/journal.go 71.42% <0.00%> (ø)
chain/types/mock/chain.go 86.66% <0.00%> (ø)
chain/actors/builtin/paych/mock/mock.go 64.28% <0.00%> (ø)
... and 137 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5db02ca...438d5ce. Read the comment docs.

@magik6k magik6k merged commit 45dc969 into release/v1.11.3 Sep 16, 2021
@magik6k magik6k deleted the fix/dealcheck-panic branch September 16, 2021 10:06
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.

3 participants