-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[QA] Acceptance test webUIDeleteFilesFolders/deleteFilesFolders.feature:216
failed nightly
#6707
Comments
Issue #4582 has reappeared now with oCIS server. |
Batch delete action can sometime fail with oCIS, see #4582 (comment) |
While testing manually server request looks like this on failure: Request:
Response:
|
Some other fails due to some error while doing batch action: |
oCIS server log: {
"level":"error",
"service":"storage",
"pkg":"rgrpc",
"traceid":"00000000000000000000000000000000",
"error":"remove /var/lib/ocis/storage/users/spacetypes/personal/5d86bd6d-1991-4d8e-9e91-7ebef9e8b65e.flock: no such file or directory",
"node":"marshaling error: json: unsupported value: encountered a cycle via *node.Node",
"time":"2022-04-08T06:46:51Z",
"message":"could not convert to storage space"
}
{
"level":"error",
"service":"storage",
"pkg":"rgrpc",
"traceid":"00000000000000000000000000000000",
"error":"stat /var/lib/ocis/storage/users/spaces/dd/c2004c-0977-11eb-9d3f-a793888cd0f8/nodes/dd/c2/00/4c/-0977-11eb-9d3f-a793888cd0f8/simple.pdf: no such file or directory",
"childpath":"/var/lib/ocis/storage/users/spaces/dd/c2004c-0977-11eb-9d3f-a793888cd0f8/nodes/dd/c2/00/4c/-0977-11eb-9d3f-a793888cd0f8/simple.pdf",
"time":"2022-04-08T06:46:51Z",
"message":"could not stat child entry"
}
{
"level":"error",
"service":"storage",
"pkg":"rgrpc",
"traceid":"00000000000000000000000000000000",
"error":"remove /var/lib/ocis/storage/users/spaces/dd/c2004c-0977-11eb-9d3f-a793888cd0f8/nodes/dd/c2/00/4c/-0977-11eb-9d3f-a793888cd0f8.flock: no such file or directory",
"status":{
"code":15,
"message":"error listing spaces",
"trace":"00000000000000000000000000000000"
},
"filters":
[
{
"type":2,
"Term":{
"Id":{
"opaque_id":"ddc2004c-0977-11eb-9d3f-a793888cd0f8!ddc2004c-0977-11eb-9d3f-a793888cd0f8"
}
}
}
],
"time":"2022-04-08T06:46:51Z",
"message":"failed to list storage spaces"
} |
will be tracked in #6796 |
Nightly run: https://drone.owncloud.com/owncloud/web/24306/53/15
The text was updated successfully, but these errors were encountered: