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'))
Actions