From 64471d02cb07a7ecfca4d94676a2e1f879ab852b Mon Sep 17 00:00:00 2001 From: jkoberg Date: Mon, 10 Jan 2022 17:36:14 +0100 Subject: [PATCH] bump reva and update expected failures Signed-off-by: jkoberg --- go.mod | 2 +- go.sum | 4 ++-- .../acceptance/expected-failures-localAPI-on-OCIS-storage.md | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 2d87537b49..5447d5cd6a 100644 --- a/go.mod +++ b/go.mod @@ -246,4 +246,4 @@ require ( //replace github.com/cs3org/reva => github.com/cs3org/reva v1.16.1-0.20211208164450-3abd76eecf8b //replace github.com/cs3org/reva => ../reva -replace github.com/cs3org/reva => github.com/cs3org/reva v1.16.1-0.20220110143148-0b50ca9ddb6e +replace github.com/cs3org/reva => github.com/cs3org/reva v1.16.1-0.20220110163001-3d6605476745 diff --git a/go.sum b/go.sum index d938985946..e54f262275 100644 --- a/go.sum +++ b/go.sum @@ -324,8 +324,8 @@ github.com/crewjam/saml v0.4.5/go.mod h1:qCJQpUtZte9R1ZjUBcW8qtCNlinbO363ooNl02S github.com/cs3org/cato v0.0.0-20200828125504-e418fc54dd5e/go.mod h1:XJEZ3/EQuI3BXTp/6DUzFr850vlxq11I6satRtz0YQ4= github.com/cs3org/go-cs3apis v0.0.0-20211214102047-7ce3134d7bf8 h1:PqOprF37OvwCbAN5W23znknGk6N/LMayqLAeP904FHE= github.com/cs3org/go-cs3apis v0.0.0-20211214102047-7ce3134d7bf8/go.mod h1:UXha4TguuB52H14EMoSsCqDj7k8a/t7g4gVP+bgY5LY= -github.com/cs3org/reva v1.16.1-0.20220110143148-0b50ca9ddb6e h1:mV27x2ADeJgmPC+HBDtFeZFAp3tZIo65h9yiFf1jBrU= -github.com/cs3org/reva v1.16.1-0.20220110143148-0b50ca9ddb6e/go.mod h1:WqO2/NkAmx1qes09G92lGPxxyroQgnZetJrCPItCcDo= +github.com/cs3org/reva v1.16.1-0.20220110163001-3d6605476745 h1:t//I0DOXvmXjWD1PcxHIUYueu8wv838ye4rPltDXvF8= +github.com/cs3org/reva v1.16.1-0.20220110163001-3d6605476745/go.mod h1:WqO2/NkAmx1qes09G92lGPxxyroQgnZetJrCPItCcDo= github.com/cubewise-code/go-mime v0.0.0-20200519001935-8c5762b177d8 h1:Z9lwXumT5ACSmJ7WGnFl+OMLLjpz5uR2fyz7dC255FI= github.com/cubewise-code/go-mime v0.0.0-20200519001935-8c5762b177d8/go.mod h1:4abs/jPXcmJzYoYGF91JF9Uq9s/KL5n1jvFDix8KcqY= github.com/cyberdelia/templates v0.0.0-20141128023046-ca7fffd4298c/go.mod h1:GyV+0YP4qX0UQ7r2MoYZ+AvYDp12OF5yg4q8rGnyNh4= diff --git a/tests/acceptance/expected-failures-localAPI-on-OCIS-storage.md b/tests/acceptance/expected-failures-localAPI-on-OCIS-storage.md index 34f1a905aa..e572e08393 100644 --- a/tests/acceptance/expected-failures-localAPI-on-OCIS-storage.md +++ b/tests/acceptance/expected-failures-localAPI-on-OCIS-storage.md @@ -14,6 +14,9 @@ - [apiArchiver/downloadByPath.feature:132](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiArchiver/apiArchiver/downloadByPath.feature#L132) - [apiArchiver/downloadByPath.feature:133](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiArchiver/apiArchiver/downloadByPath.feature#L133) +#### Another users space literally does not exist because it is not listed as a space for him, 404 seems correct, expects 403 +- [apiAuthWebDav/webDavPUTAuth.feature:40] + #### [Overwriting a file in the space within the allowed quota does not work](https://github.com/owncloud/ocis/issues/2829) - [apiSpaces/quota.feature:56](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSpaces/quota.feature#L56)