nspcc-dev / neofs-sdk-go

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

AIO tests fail #644

Open cthulhu-rider opened 8 hours ago

cthulhu-rider commented 8 hours ago

https://github.com/nspcc-dev/neofs-sdk-go/actions/runs/12164759933/job/33927188082?pr=643

            --- FAIL: TestPoolAio/nspccdev/neofs-aio:latest/PoolInterfaceWithAIO/download_object (0.00s)
                pool_aio_test.go:344: 
                        Error Trace:    /home/runner/work/neofs-sdk-go/neofs-sdk-go/pool/pool_aio_test.go:344
                        Error:          Received unexpected error:
                                        header: status: code = 1024 message = zero object ID
                        Test:           TestPoolAio/nspccdev/neofs-aio:latest/PoolInterfaceWithAIO/download_object

besides fix, the error message must also be improved

cthulhu-rider commented 8 hours ago
            --- FAIL: TestPoolAio/nspccdev/neofs-aio:latest/PoolInterfaceWithAIO/upload_object (0.01s)
                pool_aio_test.go:711: 
                        Error Trace:    /home/runner/work/neofs-sdk-go/neofs-sdk-go/pool/pool_aio_test.go:711
                                                    /home/runner/work/neofs-sdk-go/neofs-sdk-go/pool/pool_aio_test.go:334
                        Error:          Received unexpected error:
                                        status: code = 1024 message = storage of multiple object replicas is requested for a local operation
                        Test:           TestPoolAio/nspccdev/neofs-aio:latest/PoolInterfaceWithAIO/upload_object

was a node bug https://github.com/nspcc-dev/neofs-node/pull/3042