Errors during s3-tests teardown #263

Closed
opened 2025-12-28 17:36:46 +00:00 by sami · 1 comment
Owner

Originally created by @alexvanin on GitHub (Jun 22, 2022).

Originally assigned to: @KirillovDenis on GitHub.

During s3-test teardown, test suit removes all objects and buckets. I see some issues in tree service branch.

1.invalid cache entry type

2022-06-22T17:46:58.201+0300    warn    cache/objects.go:51     invalid cache entry type        {"actual": "*data.ObjectInfo", "expected": "object.Object"}
  1. couldn't cache list of objects I am not sure this is an actual error. This happens during teardown and we have empty bucket before removal. Looks like expected behavior.
022-06-22T17:47:28.416+0300    info    api/router.go:167       call method     {"status": 200, "request_id": "0e19d5a2-6952-4b59-a373-58c809702e86", "method": "ListBucketVersions", "description": "OK"}
2022-06-22T17:47:28.539+0300    info    api/router.go:167       call method     {"status": 200, "request_id": "bc1c30e4-04c5-4f19-978f-9fc100f5e1b8", "method": "DeleteMultipleObjects", "description": "OK"}
2022-06-22T17:47:28.543+0300    error   layer/object.go:420     couldn't cache list of objects  {"error": "list versions is empty, cid: GPDxKjSF1XHh43KJGeRCkJGog9zCwVkwbfDTguQFuSvP, prefix: "}
2022-06-22T17:47:32.563+0300    info    api/router.go:167       call method     {"status": 204, "request_id": "06ff3939-7fbd-4b51-bae2-4ef4c50cb86d", "method": "DeleteBucket", "description": "No Content"}
Originally created by @alexvanin on GitHub (Jun 22, 2022). Originally assigned to: @KirillovDenis on GitHub. During s3-test teardown, test suit removes all objects and buckets. I see some issues in tree service branch. 1.`invalid cache entry type` ``` 2022-06-22T17:46:58.201+0300 warn cache/objects.go:51 invalid cache entry type {"actual": "*data.ObjectInfo", "expected": "object.Object"} ``` 2. `couldn't cache list of objects` I am not sure this is an actual _error_. This happens during teardown and we have empty bucket before removal. Looks like expected behavior. ``` 022-06-22T17:47:28.416+0300 info api/router.go:167 call method {"status": 200, "request_id": "0e19d5a2-6952-4b59-a373-58c809702e86", "method": "ListBucketVersions", "description": "OK"} 2022-06-22T17:47:28.539+0300 info api/router.go:167 call method {"status": 200, "request_id": "bc1c30e4-04c5-4f19-978f-9fc100f5e1b8", "method": "DeleteMultipleObjects", "description": "OK"} 2022-06-22T17:47:28.543+0300 error layer/object.go:420 couldn't cache list of objects {"error": "list versions is empty, cid: GPDxKjSF1XHh43KJGeRCkJGog9zCwVkwbfDTguQFuSvP, prefix: "} 2022-06-22T17:47:32.563+0300 info api/router.go:167 call method {"status": 204, "request_id": "06ff3939-7fbd-4b51-bae2-4ef4c50cb86d", "method": "DeleteBucket", "description": "No Content"} ```
sami 2025-12-28 17:36:46 +00:00
Author
Owner

@KirillovDenis commented on GitHub (Jun 24, 2022):

Done in #552

@KirillovDenis commented on GitHub (Jun 24, 2022): Done in #552
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
nspcc-dev/neofs-s3-gw#263
No description provided.