nspcc-dev / neofs-sdk-go

Go implementation of NeoFS SDK
Apache License 2.0
5 stars 14 forks source link

Integration tests fail with the latest NeoFS AIO #572

Closed cthulhu-rider closed 3 months ago

cthulhu-rider commented 4 months ago

integration tests started to fail with the latest https://github.com/nspcc-dev/neofs-aio. Looks like https://github.com/nspcc-dev/neofs-aio/pull/75 changed smth meaningful for testing, while AIO itself works fine

according to the log, everything is started fine. But context deadline exceeded: failed to start container anyway. May be related to AIO container healthiness, but idk how it's checked. @smallhive assist will be appreciated

roman-khimov commented 4 months ago

There are self-checks in init-aio.sh and it prints aio container started when it's ready. This should be the line to check for any third-party user like SDK tests.

roman-khimov commented 3 months ago

Fixed by #576, missed this issue.