Comment 15 for bug 2002951

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tempest (master)

Reviewed: https://review.opendev.org/c/openstack/tempest/+/871000
Committed: https://opendev.org/openstack/tempest/commit/2c192f46db1b253fe312f6539bfda4735bd07e15
Submitter: "Zuul (22348)"
Branch: master

commit 2c192f46db1b253fe312f6539bfda4735bd07e15
Author: Dan Smith <email address hidden>
Date: Wed Jan 18 11:22:34 2023 -0800

    Chunked GET request support

    In one test, we are downloading the entire image (into memory) and
    re-uploading it. That works when the image is 16MiB but not when it
    is 1GiB. This adds support to the internal http client for chunked
    downloads (similar to upload), makes the image client able to take
    that flag, and finally makes the offending test do a chunked upload/
    download streaming operation.

    Note this un-skips the test, effectively reverting a6b7e334c
    because the test should no longer consume large amounts of memory.

    Related-Bug: #2002951
    Change-Id: I31e537538a1862e71091aa470da3b8e9c799bf15