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.
Reviewed: https:/ /review. opendev. org/c/openstack /tempest/ +/871000 /opendev. org/openstack/ tempest/ commit/ 2c192f46db1b253 fe312f6539bfda4 735bd07e15
Committed: https:/
Submitter: "Zuul (22348)"
Branch: master
commit 2c192f46db1b253 fe312f6539bfda4 735bd07e15
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 e71091aa470da3b 8e9c799bf15
Change-Id: I31e537538a1862