nspcc-dev / neofs-node

NeoFS is a decentralized distributed object storage integrated with the Neo blockchain
https://fs.neo.org
GNU General Public License v3.0
31 stars 38 forks source link

*: Receive explicit reasons for NeoFS API dial failures #2758

Closed cthulhu-rider closed 4 months ago

cthulhu-rider commented 4 months ago

to check:

  1. run dev env
  2. make bin/neofs-cli
  3. neofs-cli -r grpcs://s01.neofs.devenv:8080 netmap netinfo --timeout 3s
codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 21.90%. Comparing base (2da3676) to head (01d0441).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2758 +/- ## ========================================== + Coverage 21.89% 21.90% +0.01% ========================================== Files 787 787 Lines 46643 46643 ========================================== + Hits 10211 10218 +7 + Misses 35555 35550 -5 + Partials 877 875 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

cthulhu-rider commented 4 months ago

left SDK untouched cuz https://github.com/nspcc-dev/neofs-node/pull/2759