Actions
Bug #7156
open[SDK] arvados.arvfile.readall_decompressed() does not return all blocks on a file
Story points:
-
Release:
Release relationship:
Auto
Description
Raises StopIteration at the end of some blocks before the file ends.
Example file (on su92l): "0f187862ceac3dbedc339b2f16aa33cd+4629117/hu011C57.fj/011.fj.gz"
This file downloads correctly.
The following code returned an iterator that behaved correctly:
gzip.GzipFile(fileobj=cr.open('hu011C57.fj/011.fj.gz', 'r'))
Updated by Brett Smith about 9 years ago
- Target version set to Arvados Future Sprints
Updated by Brett Smith almost 9 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset arvados|commit:0c7f9737786fd64177f8210585ec620402d0d9b6.
Updated by Brett Smith almost 9 years ago
- Status changed from Resolved to New
The commit that closed this was a premature development commit. This is still open. Sorry.
Updated by Ward Vandewege over 3 years ago
- Target version deleted (
Arvados Future Sprints)
Actions