Flaky TestPutObjectWithWrapReaderDiscardOnError test #239

Closed
opened 2023-10-13 14:48:01 +00:00 by dkirillov · 0 comments
Member

This test sometime fails (especially if you run all the tests together).
We should investigate this problem

Failed message:

...
--- FAIL: TestPutObjectWithWrapReaderDiscardOnError (0.01s)
    put_test.go:194: 
                Error Trace:    /home/denis/github/tcl/neofs-s3-gw/api/handler/put_test.go:194
                Error:          Not equal: 
                                expected: 30
                                actual  : 29
                Test:           TestPutObjectWithWrapReaderDiscardOnError
                Messages:       goroutines shouldn't leak during put object
...
[This test](https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/src/commit/10a03faeb4b315728e616dc8ddf0bb22bbdab243/api/handler/put_test.go#L179) sometime fails (especially if you run all the tests together). We should investigate this problem Failed message: ``` ... --- FAIL: TestPutObjectWithWrapReaderDiscardOnError (0.01s) put_test.go:194: Error Trace: /home/denis/github/tcl/neofs-s3-gw/api/handler/put_test.go:194 Error: Not equal: expected: 30 actual : 29 Test: TestPutObjectWithWrapReaderDiscardOnError Messages: goroutines shouldn't leak during put object ... ```
dkirillov self-assigned this 2023-10-27 10:10:51 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-s3-gw#239
No description provided.