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: sealing: Release unsealed sector files after snapdeals abort #8438

Merged
merged 1 commit into from
Apr 5, 2022

Conversation

magik6k
Copy link
Contributor

@magik6k magik6k commented Apr 5, 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

@magik6k magik6k requested a review from a team as a code owner April 5, 2022 21:53
@jennijuju
Copy link
Member

Wooohooo

@codecov
Copy link

codecov bot commented Apr 5, 2022

Codecov Report

Merging #8438 (68f3e44) into master (e1ef1b7) will decrease coverage by 0.04%.
The diff coverage is 10.52%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #8438      +/-   ##
==========================================
- Coverage   40.68%   40.63%   -0.05%     
==========================================
  Files         686      686              
  Lines       75389    75398       +9     
==========================================
- Hits        30673    30640      -33     
- Misses      39416    39450      +34     
- Partials     5300     5308       +8     
Impacted Files Coverage Δ
extern/sector-storage/manager.go 61.45% <0.00%> (-1.33%) ⬇️
extern/storage-sealing/states_failed.go 0.00% <0.00%> (ø)
extern/storage-sealing/states_proving.go 33.82% <ø> (+0.94%) ⬆️
extern/storage-sealing/states_replica_update.go 38.79% <0.00%> (ø)
extern/storage-sealing/states_sealing.go 38.54% <0.00%> (ø)
extern/storage-sealing/types.go 90.90% <100.00%> (-4.55%) ⬇️
chain/events/observer.go 71.64% <0.00%> (-6.72%) ⬇️
chain/exchange/peer_tracker.go 66.66% <0.00%> (-4.31%) ⬇️
chain/stmgr/call.go 69.18% <0.00%> (-3.25%) ⬇️
... and 13 more

@magik6k magik6k merged commit 0fa74a7 into master Apr 5, 2022
@magik6k magik6k deleted the fix/release-unseal-snap-abort branch April 5, 2022 22:26
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