owncloud / ocis

:atom_symbol: ownCloud Infinite Scale Stack
https://doc.owncloud.com/ocis/next/
Apache License 2.0
1.42k stars 183 forks source link

[QA] Set chunking version 1 as default #10596

Open PrajwolAmatya opened 1 week ago

PrajwolAmatya commented 1 week ago

Description

Chunking version 2 uses remote.php/dav/uploads endpoint and it doesn't exist in oCIS as TUS is implemented in oCIS. The test code consists of steps to set the chunking version using $this->chunkingToUse. Since oCIS doesn't support chunking version 2, set chunking version 1 as default.

TODO:

Related issues: