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 index out of range #7273

Merged
merged 1 commit into from
Sep 6, 2021
Merged

fix index out of range #7273

merged 1 commit into from
Sep 6, 2021

Conversation

gnasnik
Copy link
Contributor

@gnasnik gnasnik commented Sep 6, 2021

No description provided.

@gnasnik gnasnik requested a review from a team as a code owner September 6, 2021 08:21
@codecov
Copy link

codecov bot commented Sep 6, 2021

Codecov Report

Merging #7273 (179458e) into master (212400b) will decrease coverage by 0.03%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7273      +/-   ##
==========================================
- Coverage   39.09%   39.06%   -0.04%     
==========================================
  Files         614      614              
  Lines       64895    64897       +2     
==========================================
- Hits        25369    25349      -20     
- Misses      35127    35144      +17     
- Partials     4399     4404       +5     
Impacted Files Coverage Δ
extern/storage-sealing/commit_batch.go 68.73% <0.00%> (-0.41%) ⬇️
markets/loggers/loggers.go 89.28% <0.00%> (-10.72%) ⬇️
extern/sector-storage/manager_calltracker.go 57.70% <0.00%> (-4.85%) ⬇️
chain/stmgr/call.go 67.87% <0.00%> (-3.64%) ⬇️
chain/types/tipset_key.go 85.96% <0.00%> (-3.51%) ⬇️
extern/sector-storage/sched_worker.go 75.81% <0.00%> (-2.17%) ⬇️
storage/wdpost_sched.go 75.24% <0.00%> (-1.99%) ⬇️
chain/vm/vm.go 59.47% <0.00%> (-1.12%) ⬇️
chain/sync_manager.go 66.77% <0.00%> (-0.63%) ⬇️
chain/messagepool/selection.go 80.12% <0.00%> (-0.41%) ⬇️
... and 6 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 212400b...179458e. Read the comment docs.

Copy link
Contributor

@magik6k magik6k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, interesting, I guess this can happen when using the --publish-now cli with no sectors queued?

Good catch, thanks for the PR!

@magik6k magik6k merged commit ff12fd3 into filecoin-project:master Sep 6, 2021
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.

4 participants