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/Panic in storagegroup put #2399

Merged
merged 1 commit into from
Jun 20, 2023

Conversation

notimetoname
Copy link
Contributor

Context was added in #2135 but not initialized.

BTW, another argument for nspcc-dev/neo-go#3026 (comment). I doubt it would have happened if the interface had been Head(context.Context, oid.Address).

Closes #2398.

Context was added in nspcc-dev#2135 but not initialized.

Signed-off-by: Pavel Karpy <carpawell@morphbits.io>
@codecov
Copy link

codecov bot commented Jun 20, 2023

Codecov Report

Merging #2399 (52d1775) into master (93733ff) will increase coverage by 0.11%.
The diff coverage is 82.25%.

❗ Current head 52d1775 differs from pull request most recent head ec5e2df. Consider uploading reports for the commit ec5e2df to get more accurate results

@@            Coverage Diff             @@
##           master    #2399      +/-   ##
==========================================
+ Coverage   30.03%   30.15%   +0.11%     
==========================================
  Files         398      399       +1     
  Lines       29806    29868      +62     
==========================================
+ Hits         8953     9006      +53     
- Misses      20128    20132       +4     
- Partials      725      730       +5     
Impacted Files Coverage Δ
contracts/contracts.go 82.25% <82.25%> (ø)

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@notimetoname notimetoname changed the title fix/Panic in storage-group put fix/Panic in storagegroup put Jun 20, 2023
@roman-khimov roman-khimov merged commit fc8dd84 into nspcc-dev:master Jun 20, 2023
6 of 8 checks passed
@notimetoname notimetoname deleted the fix/neofs-cli-SG-panic branch June 20, 2023 16:14
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.

panic: missing context
2 participants