owncloud / ocis

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

[QA] Phoenix: Large file download cannot be resumed #566

Closed jnweiger closed 4 months ago

jnweiger commented 4 years ago

Tested with

Version details ocis-1.0.0-rc1
OCIS_VERSION:         v1.0.0-rc1
ocis --version:       ocis version 199267c^M
git log:              commit 199267c13e916aa8de027a81dbf6733af820369f (HEAD, tag: refs/tags/v1.0.0-rc1)
eos --version:        EOS 4.6.5 (2019)^M
xrootd -v:            v4.11.0^M
bin/ocis contains:
        owncloud/ocis-accounts@v0.4.2-0.20200901074457-6a27781a2741
        owncloud/ocis-glauth@v0.5.1-0.20200731165959-1081de7c60f1
        owncloud/ocis-graph-explorer@v0.0.0-20200210111049-017eeb40dc0c
        owncloud/ocis-graph@v0.0.0-20200318175820-9a5a6e029db7
        owncloud/ocis-hello@v0.1.0-alpha1.0.20200828085053-37fcf3c8f853
        owncloud/ocis-konnectd@v0.3.2
        owncloud/ocis-migration@v0.2.0
        owncloud/ocis-ocs@v0.3.1
        owncloud/ocis-phoenix@v0.13.0
        owncloud/ocis-pkg/v2@v2.4.1-0.20200828095914-d3b859484b2b
        owncloud/ocis-proxy@v0.7.1-0.20200904132806-fcceec602fcb
        owncloud/ocis-reva@v0.13.0
        owncloud/ocis-settings@v0.3.2-0.20200902094647-35dc3aeaba78
        owncloud/ocis-store@v0.1.1
        owncloud/ocis-thumbnails@v0.3.0
        owncloud/ocis-webdav@v0.1.1

Start download a 5.5GB file via firefox. While the download is in progress, pause the download: image

Then try to resume: image

It hangs a while there with 'unknown time left'

image

then fails

image

PVince81 commented 4 years ago

range requests currently not supported, so no resuming supported: https://github.com/owncloud/ocis-reva/issues/12

but I'd expect it to at least restart from the beginning ??

maybe the headers are not properly set or missing some proper status codes to inform browsers correctly

jnweiger commented 3 years ago

Reprodued with Deployed ocis-1.0.0-rc8 via ocis/deployments/examples/ocis_traefik/

Unchanged: downloads always restart.

pascalwengerter commented 1 year ago

Should be possible since Uppy has been introduced last summer

kulmann commented 1 year ago

Should be possible since Uppy has been introduced last summer

Uppy is everything upload but not relevant for downloads. ;-)

fschade commented 4 months ago

Please open again if the ticket is still relevant