-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Description
PR #39865
https://drone.owncloud.com/owncloud/core/34881/70/13
runsh: Total unexpected failed scenarios throughout the test run:
apiShareOperationsToShares2/shareAccessByID.feature:50
apiShareOperationsToShares2/shareAccessByID.feature:51
apiShareOperationsToShares2/shareAccessByID.feature:52
apiShareOperationsToShares2/shareAccessByID.feature:53
These scenarios fail against pgsql 10.3 - see PR
And they fail with pgsql 10.20 - #39865 (comment)
But they pass in regular CI with mariaDb.
IMO that used to pass, so there might be a regression.
These are scenarios that send an invalid share-id to try and get share information. The examples with a non-numeric invalid share-id get a 500 response rather than a 404. "something happens" (tm) with processing that with pgsql database.
Reactions are currently unavailable