Comment 7 for bug 1378810

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

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

commit bd1ec7f89ce48b7359b97e7c926cc74a43267b2a
Author: James Page <email address hidden>
Date: Wed Oct 8 22:20:03 2014 +0100

    Adjust MAX_FILE_SIZE during test on 32 bit systems

    The default MAX_FILE_SIZE of (5 * 2 ** 30 + 2) exceeds the
    capacity of an int on 32 bit systems; adjust this default
    down to (2 ** 30 + 2) if the default exceeds the maxsize of
    an int on the platform running the tests.

    Closes-Bug: #1378810

    Change-Id: Iafa2ce90ceb2de4e968ad48580270c8c572a9c9c