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: storage cli: Output primary sector status correctly #8320

Merged
merged 1 commit into from
Mar 15, 2022

Conversation

magik6k
Copy link
Contributor

@magik6k magik6k commented Mar 15, 2022

Related Issues

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

@codecov
Copy link

codecov bot commented Mar 15, 2022

Codecov Report

Merging #8320 (c6bda0e) into master (c3cadcb) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #8320      +/-   ##
==========================================
- Coverage   40.33%   40.29%   -0.04%     
==========================================
  Files         679      679              
  Lines       73989    73991       +2     
==========================================
- Hits        29844    29817      -27     
- Misses      38924    38950      +26     
- Partials     5221     5224       +3     
Impacted Files Coverage Δ
cmd/lotus-miner/storage.go 44.13% <100.00%> (+0.73%) ⬆️
chain/actors/builtin/miner/diff.go 48.52% <0.00%> (-10.30%) ⬇️
miner/miner.go 55.40% <0.00%> (-3.61%) ⬇️
extern/storage-sealing/currentdealinfo.go 71.17% <0.00%> (-3.61%) ⬇️
chain/sync_manager.go 73.91% <0.00%> (-2.80%) ⬇️
chain/sub/incoming.go 45.25% <0.00%> (-2.45%) ⬇️
blockstore/buffered.go 34.44% <0.00%> (-2.23%) ⬇️
chain/gen/gen.go 68.19% <0.00%> (-1.23%) ⬇️
extern/sector-storage/sched.go 84.77% <0.00%> (-0.83%) ⬇️
paychmgr/simple.go 82.42% <0.00%> (-0.75%) ⬇️
... and 17 more

@magik6k magik6k merged commit 913cab2 into master Mar 15, 2022
@magik6k magik6k deleted the fix/listsectors-primary branch March 15, 2022 16:41
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