nspcc-dev / neofs-testcases

NeoFS integration testcases
GNU General Public License v3.0
3 stars 18 forks source link

Do not wait for an epoch (?) when starting env and waiting for SN to be online #750

Closed carpawell closed 7 months ago

carpawell commented 8 months ago

Is your feature request related to a problem? Please describe.

I'm always frustrated when I see so long logs:

Output: Network status: OFFLINE
Health status: READY

[Thread-2 (start)] 2024-03-21 16:34:23 [INFO] Command: ./neofs-cli --config /tmp/tmp_fileowscozhvvp.yml control healthcheck --endpoint 'localhost:41977' 
Success:
return code: 0 
Output: Network status: OFFLINE
Health status: READY

while i do know that tests can tick the epoch (via neofs-adm) and do not wait for tests to run sooooooooooooooooooooo looooooooooooooooong.

Describe the solution you'd like

Tick the epoch once you see every node is READY but OFFLINE.

Describe alternatives you've considered

Keep it as is. At least that is true way.

carpawell commented 7 months ago

Closed but not closed 🤧 (in this repo).