Open
Bug 1938203
Opened 2 months ago
Updated 14 days ago
Improve the upload method for reducing deviation
Categories
(Core :: Networking, task, P2)
Core
Networking
Tracking
()
NEW
People
(Reporter: kershaw, Assigned: kershaw)
References
Details
(Whiteboard: [necko-triaged])
Attachments
(3 files)
The current upload test involves uploading a temporary file, with its size determined by the available bandwidth. However, as the packet loss rate increases, uploading the same file can take longer than expected. To ensure that each upload test run lasts approximately one minute, a better approach would be using an XHR upload to send smaller file chunks and terminate the upload after a one-minute timeout.
Assignee | ||
Comment 1•2 months ago
|
||
Updated•21 days ago
|
Attachment #9444429 -
Attachment description: Bug 1938203 - Optimizing upload tests with timed XHR chunk uploads, r=leggert → Bug 1938203 - Optimizing upload tests with using fetch to upload blob, r=leggert
Assignee | ||
Comment 2•21 days ago
|
||
Assignee | ||
Updated•15 days ago
|
Summary: Use XHR to replace file upload → Improve the upload method for reducing deviation
Assignee | ||
Comment 3•14 days ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•