Closed mrow4a closed 7 years ago
I have found out why https://jenkins.owncloud.org/view/smashbox/ tests are failing -> it is because of old endpoint there @DeepDiver1975 @PVince81
Issues are present only for versions 8.2, 9.0, 9.1 -> works for 10.0 (maybe backport needed?)
New Endpoint does not send ETag for HomeFolder (so called '/'), while old does -> also adjusted test in case we dont want to backport https://github.com/owncloud/smashbox/tree/fix_propagation_groups
New Endpoint has issue with moving received shares to another directory, which is not a case for 10.0. Seems needed backport
Now smashbox will test both old and new endpoint for sharing tests.
Talked with vincent, will take into account capability on the server, since in 9.0 and 9.1 new endpoint wont be used because of capability.
I have found out why https://jenkins.owncloud.org/view/smashbox/ tests are failing -> it is because of old endpoint there @DeepDiver1975 @PVince81
Issues are present only for versions 8.2, 9.0, 9.1 -> works for 10.0 (maybe backport needed?)
New Endpoint does not send ETag for HomeFolder (so called '/'), while old does -> also adjusted test in case we dont want to backport https://github.com/owncloud/smashbox/tree/fix_propagation_groups
New Endpoint has issue with moving received shares to another directory, which is not a case for 10.0. Seems needed backport
Now smashbox will test both old and new endpoint for sharing tests.