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

Shed: fix error message #8340

Merged
merged 1 commit into from
Mar 17, 2022
Merged

Shed: fix error message #8340

merged 1 commit into from
Mar 17, 2022

Conversation

arajasek
Copy link
Contributor

Related Issues

Just a wrong error message.

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

@arajasek arajasek requested a review from a team as a code owner March 17, 2022 16:24
@magik6k magik6k enabled auto-merge March 17, 2022 16:25
@codecov
Copy link

codecov bot commented Mar 17, 2022

Codecov Report

Merging #8340 (e1c7f30) into master (b366e2c) will decrease coverage by 0.09%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #8340      +/-   ##
==========================================
- Coverage   40.26%   40.17%   -0.10%     
==========================================
  Files         682      682              
  Lines       74419    74419              
==========================================
- Hits        29966    29897      -69     
- Misses      39227    39273      +46     
- Partials     5226     5249      +23     
Impacted Files Coverage Δ
cmd/lotus-shed/miner-multisig.go 0.00% <0.00%> (ø)
chain/events/message_cache.go 87.50% <0.00%> (-12.50%) ⬇️
markets/loggers/loggers.go 89.28% <0.00%> (-10.72%) ⬇️
blockstore/api.go 24.00% <0.00%> (-8.00%) ⬇️
extern/sector-storage/worker_tracked.go 79.46% <0.00%> (-7.15%) ⬇️
chain/events/events_called.go 83.90% <0.00%> (-3.42%) ⬇️
chain/stmgr/searchwait.go 67.30% <0.00%> (-2.57%) ⬇️
chain/sub/incoming.go 45.25% <0.00%> (-2.45%) ⬇️
storage/wdpost_sched.go 79.41% <0.00%> (-1.97%) ⬇️
extern/storage-sealing/currentdealinfo.go 71.17% <0.00%> (-1.81%) ⬇️
... and 16 more

@magik6k magik6k merged commit 18987f9 into master Mar 17, 2022
@magik6k magik6k deleted the arajasek-patch-1 branch March 17, 2022 16:48
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.

2 participants