nspcc-dev / neofs-sdk-go

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

AIO test fail with `object already removed` #549

Closed cthulhu-rider closed 5 months ago

cthulhu-rider commented 5 months ago
--- FAIL: TestPoolAio (178.85s)
    --- FAIL: TestPoolAio/nspccdev/neofs-aio:latest (108.71s)
        --- FAIL: TestPoolAio/nspccdev/neofs-aio:latest/PoolInterfaceWithAIO (18.86s)
            --- FAIL: TestPoolAio/nspccdev/neofs-aio:latest/PoolInterfaceWithAIO/upload_object_through_epoch:5 (0.01s)
                pool_aio_test.go:714: 
                        Error Trace:    /home/runner/work/neofs-sdk-go/neofs-sdk-go/pool/pool_aio_test.go:714
                                                    /home/runner/work/neofs-sdk-go/neofs-sdk-go/pool/pool_aio_test.go:379
                        Error:          Received unexpected error:
                                        status: code = 1024 message = incomplete object PUT by placement: could not close object stream: (*putsvc.localTarget) could not put object to local storage: status: code = 2052 message = object already removed

need further investigation