mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-07-29 16:58:43 -04:00
* test(coreApiWebdavUploadTUS): assert etag and permissions on the finalizing TUS chunk The chunked TUS finalize returns OC-ETag, ETag and OC-Perm since https://github.com/opencloud-eu/reva/pull/718, so a client no longer needs a follow-up PROPFIND for the new etag and permissions. Add a scenario asserting these headers on the finalizing chunk, reusing existing step definitions (the etag is a dynamic quoted hash, hence the header-regex assertion). Verified locally red->green: red on stock (headers absent), green on an opencloud built on a reva carrying that change, on posix and decomposed. https://github.com/opencloud-eu/opencloud/issues/2409 * test(coreApiWebdavUploadTUS): assert exact OC-Perm and tighten etag regex --------- Co-authored-by: v.scharf <v.scharf@opencloud.eu>