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

Upgrade NeoFS SDK module to the latest revision #2470

Merged
merged 3 commits into from
Aug 8, 2023

Conversation

cthulhu-rider
Copy link
Contributor

@cthulhu-rider cthulhu-rider commented Aug 4, 2023

@roman-khimov
Copy link
Member

We can close #2449 then, it'd be better to have testing results in the PR anyway.

@codecov
Copy link

codecov bot commented Aug 8, 2023

Codecov Report

Merging #2470 (7dc636e) into master (d67d5d3) will decrease coverage by 0.14%.
The diff coverage is 13.15%.

❗ Current head 7dc636e differs from pull request most recent head 9674748. Consider uploading reports for the commit 9674748 to get more accurate results

@@            Coverage Diff             @@
##           master    #2470      +/-   ##
==========================================
- Coverage   29.38%   29.24%   -0.14%     
==========================================
  Files         399      399              
  Lines       30381    30368      -13     
==========================================
- Hits         8927     8881      -46     
- Misses      20711    20751      +40     
+ Partials      743      736       -7     
Files Changed Coverage Δ
cmd/neofs-node/config.go 0.00% <0.00%> (ø)
cmd/neofs-node/object.go 0.00% <0.00%> (ø)
pkg/core/object/fmt.go 67.40% <0.00%> (-0.20%) ⬇️
pkg/innerring/rpc.go 0.00% <0.00%> (ø)
pkg/innerring/settlement.go 0.00% <0.00%> (ø)
pkg/services/object/acl/v2/request.go 0.00% <0.00%> (ø)
pkg/services/object/acl/v2/util.go 38.83% <0.00%> (+1.09%) ⬆️
pkg/services/object/acl/acl.go 28.68% <20.00%> (-0.58%) ⬇️
pkg/services/tree/signature.go 68.50% <60.00%> (-0.49%) ⬇️
pkg/services/object_manager/placement/traverser.go 83.96% <100.00%> (ø)

... and 2 files with indirect coverage changes

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

@cthulhu-rider cthulhu-rider marked this pull request as ready for review August 8, 2023 14:25
Closes #2442.

Signed-off-by: Leonard Lyubich <[email protected]>
Previously, IR healthcheck command failed with unimplemented
`neo.fs.v2.netmap.NetmapService`. This was caused by API client
implementation in NeoFS SDK RC-10 which called `EndpointInfo` RPC on
dial: IR nodes doesn't serve NeoFS API, only IR Control API.

As a temp solution, `GetSDKClient` function ignores `Unimplemented` gRPC
errors during client dial.

Signed-off-by: Leonard Lyubich <[email protected]>
According to #2456, custom placement tests are no longer needed.

Signed-off-by: Leonard Lyubich <[email protected]>
@cthulhu-rider cthulhu-rider merged commit a7541ff into master Aug 8, 2023
7 of 8 checks passed
@cthulhu-rider cthulhu-rider deleted the upgrade-sdk-latest branch August 8, 2023 17:50
@vvarg229 vvarg229 mentioned this pull request Aug 9, 2023
roman-khimov added a commit that referenced this pull request Aug 15, 2023
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