You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@env-configScenario: filter permissions of a file for Member user type (Personal space) # /drone/src/tests/acceptance/features/apiSharingNg1/filterPermissions.feature:352Given user "Alice" has uploaded file with content "hello world" to "/textfile0.txt" # FeatureContext::userHasUploadedAFileWithContentTo()And the administrator has enabled the permissions role "Secure Viewer" # OcisConfigContext::theAdministratorHasEnabledTheRole()When user "Alice" lists permissions with following filters for file "textfile0.txt" of the space "Personal" using the Graph API: # SharingNgContext::userListsPermissionsWithFollowingFiltersForFileOrFolderOfTheSpaceUsingTheGraphApi()| $filter=@libre.graph.permissions.roles.allowedValues/rolePermissions/any(p:contains(p/condition,+'@Subject.UserType=="Member"')) |
Request log:
==> REQUEST
GET /dav/spaces/a4446c2c-9529-468f-ba41-93e98009ecf7$0ff8f82b-7a51-432a-9a1f-d6fbdd073393/textfile0.txt
X-Request-ID: apiSharingNg1/filterPermissions.feature:571-574
==> REQ BODY
{}
<== RESPONSE
425 Too Early
X-Xss-Protection: 1; mode=block
2025/01/23 16:55:16 [ociswrapper] Stopping oCIS server...
2025/01/23 16:55:17 [ociswrapper] Restarting oCIS server...
{"level":"error","event":"PostprocessingFinished","uploadid":"6445bf39-7b2c-4453-ae1b-84d592935b7f","error":"ERR_UPLOAD_NOT_FOUND: upload not found","time":"2025-01-23T16:55:18+05:45","message":"Failed to get upload"}
{"level":"error","event":"PostprocessingFinished","uploadid":"6445bf39-7b2c-4453-ae1b-84d592935b7f","error":"ERR_UPLOAD_NOT_FOUND: upload not found","time":"2025-01-23T16:55:18+05:45","message":"Failed to get upload"}
2025/01/23 16:55:19 [ociswrapper] All services are up
2025/01/23 16:55:19 [ociswrapper] oCIS server is ready to accept requests
That immediately happens as ociswrapper is starting the server
Seems like test can even pass with this server logs sometime.
Describe the bug
builds: https://drone.owncloud.com/owncloud/ocis/42764/33/5
Scenario:
Request log:
==> REQUEST
Setup
CI
The text was updated successfully, but these errors were encountered: