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

backport: v1.15.1: feat: sealing: Sector upgrade queue #8333

Merged
merged 15 commits into from
Mar 16, 2022

Conversation

magik6k
Copy link
Contributor

@magik6k magik6k commented Mar 16, 2022

Related Issues

Backports #8330

Proposed Changes

Additional Info

Checklist

Before you mark the PR ready for review, please make sure that:

  • All commits have a clear commit message.
  • The PR title is in the form of of <PR type>: <area>: <change being made>
    • example: fix: mempool: Introduce a cache for valid signatures
    • PR type: fix, feat, INTERFACE BREAKING CHANGE, CONSENSUS BREAKING, build, chore, ci, docs,perf, refactor, revert, style, test
    • area: api, chain, state, vm, data transfer, market, mempool, message, block production, multisig, networking, paychan, proving, sealing, wallet, deps
  • This PR has tests for new functionality or change in behaviour
  • If new user-facing features are introduced, clear usage guidelines and / or documentation updates should be included in https://lotus.filecoin.io or Discussion Tutorials.
  • CI is green

@magik6k magik6k requested a review from a team as a code owner March 16, 2022 21:31
@codecov
Copy link

codecov bot commented Mar 16, 2022

Codecov Report

Merging #8333 (4a1b211) into release/v1.15.1 (5ea1502) will increase coverage by 5.79%.
The diff coverage is 62.04%.

Impacted file tree graph

@@                 Coverage Diff                 @@
##           release/v1.15.1    #8333      +/-   ##
===================================================
+ Coverage            34.63%   40.43%   +5.79%     
===================================================
  Files                  674      679       +5     
  Lines                73803    74118     +315     
===================================================
+ Hits                 25561    29967    +4406     
+ Misses               43424    38908    -4516     
- Partials              4818     5243     +425     
Impacted Files Coverage Δ
cmd/lotus-miner/info.go 60.11% <ø> (ø)
cmd/lotus-miner/sectors.go 13.98% <0.00%> (ø)
extern/storage-sealing/mocks/api.go 0.00% <0.00%> (ø)
extern/storage-sealing/states_failed.go 0.00% <0.00%> (ø)
extern/storage-sealing/states_sealing.go 37.87% <0.00%> (-0.17%) ⬇️
extern/storage-sealing/fsm_events.go 50.62% <50.00%> (+0.62%) ⬆️
storage/adapter_storage_miner.go 50.00% <50.00%> (-0.22%) ⬇️
extern/storage-sealing/input.go 55.33% <58.94%> (+2.66%) ⬆️
extern/storage-sealing/upgrade_queue.go 27.71% <83.33%> (-6.31%) ⬇️
extern/storage-sealing/fsm.go 58.05% <100.00%> (+1.29%) ⬆️
... and 163 more

@magik6k magik6k merged commit 114cb4e into release/v1.15.1 Mar 16, 2022
@magik6k magik6k deleted the backport/v1.15.1/feat/snap-queue branch March 16, 2022 21:50
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

2 participants