Comment 2 for bug 1536037

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to swift (master)

Reviewed: https://review.openstack.org/270422
Committed: https://git.openstack.org/cgit/openstack/swift/commit/?id=2f8105e5fcf4ecee2202797ba1ab48fa8fb1a1f6
Submitter: Jenkins
Branch: master

commit 2f8105e5fcf4ecee2202797ba1ab48fa8fb1a1f6
Author: Alistair Coles <email address hidden>
Date: Wed Jan 20 18:14:16 2016 +0000

    Fix bug in mem_diskfile write_metadata method

    The mem_diskfile DiskFile.write_metadata method was
    apparently never called in any existing test, as if it
    were it would blow up as reported in the bug.

    This patch fixes the method and adds a test that
    exercises it. The test addition itself should be useful
    since it verifies the behaviour of Last-Modified after
    POSTs to an object.

    Drive-by fixes for bad docstring and undefined references
    in the _quarantine method.

    Change-Id: I17fd62e5f02be5b48bfd9ba7fa25315e30a0a4bf
    Closes-Bug: #1536037