Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix some SDMF partial-read cases #177

Merged
merged 4 commits into from
Jul 28, 2015
Merged

Commits on Jul 28, 2015

  1. Remove some bare asserts in retrieve.py (there are still quite a few …

    …left). refs #2462
    
    Signed-off-by: Daira Hopwood <daira@jacaranda.org>
    daira authored and warner committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    9076db1 View commit details
    Browse the repository at this point in the history
  2. Add tests for SDMF partial reads. refs #2459

    Signed-off-by: Daira Hopwood <daira@jacaranda.org>
    daira authored and warner committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    a7e1dac View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    46d7085 View commit details
    Browse the repository at this point in the history
  4. mutable/retrieve.py: rewrite partial-read handling

    This should tolerate offset/size combinations that read the last byte of
    the file, something which was broken before. It quits early in the case
    of zero-byte reads, to simplify the resulting "which segments do I need"
    logic. Probably addresses ticket:2459.
    warner committed Jul 28, 2015
    3 Configuration menu
    Copy the full SHA
    89e9076 View commit details
    Browse the repository at this point in the history