]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix remaining memory issues with nfs backup unit tests
authorTom Barron <tpb@dyncloud.net>
Thu, 19 Mar 2015 23:10:54 +0000 (19:10 -0400)
committerTom Barron <tpb@dyncloud.net>
Thu, 4 Jun 2015 20:31:47 +0000 (20:31 +0000)
commit1c1d16e77fe8e57dbf9995dcf042bb6aa2b77309
tree2d38ab932423c66aedb4c251f402252d1d2a8b39
parentdaa751a62e46befed0982c6ce16b26f080040c38
Fix remaining memory issues with nfs backup unit tests

Here we fix another place in the nfs backup unit tests where
the configured file size was larger than the chunk size in
the corresponding Swift backup tests.  I missed this one in

   https://review.openstack.org/#/c/165394

and even though code with that fix ran fine in a bare 1GB VM,
there are still memory issues when run in CI with a VM of that
size.

Closes-Bug: 1452811
Change-Id: I20dcfb657699e1b415ae2e36ec63f8c6b0049285
cinder/tests/unit/backup/drivers/test_backup_nfs.py