Closed
Bug 1372683
Opened 8 years ago
Closed 8 years ago
Symbol upload size comparison wrong with regard to gzip
Categories
(Socorro :: Symbols, task)
Socorro
Symbols
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Assigned: peterbe)
Details
For every .sym file, this test is failing: https://github.com/mozilla-services/tecken/blob/85093b8bb26d528e5da86766532d607c6e355911/tecken/upload/tasks.py#L167
The ContentLength of a .sym file is the gzipped ContentLength.
Assignee | ||
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
Commit pushed to master at https://github.com/mozilla-services/tecken
https://github.com/mozilla-services/tecken/commit/ce1433afe17e673b878fd3f39f9fb0e286898d75
fixes bug 1372683 - file size comparison different if gzipped (#165)
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•