]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Reduced file size to prevent timeout
authorJacob Gregor <jgregor@us.ibm.com>
Thu, 13 Aug 2015 20:31:16 +0000 (15:31 -0500)
committerJacob Gregor <jgregor@us.ibm.com>
Fri, 14 Aug 2015 20:34:27 +0000 (15:34 -0500)
commitf5576793ea78ff35981a78d9691e570b696f3fa7
treebcad91fe0d49fcfacf9fbd6c1cb06d0432484c92
parentf0bf2720c22f7649d640fda62bab3ab4f77c9dc2
Reduced file size to prevent timeout

We currently have a test system that appears to be I/O constrained
and is hitting timeouts. Rather than mocking out the file copy, we
decided to reduce the file size in order to avoid timeouts. This way
we are not changing the way these test cases work, but we are reducing
the time required to run each test case. This patch will help improve
check and gate performance as well.

Change-Id: I04cf9d6dbdaebb8944a38ffa34d1e2e1b27e2552
Closes-bug: 1480361
cinder/tests/unit/backup/drivers/test_backup_nfs.py
cinder/tests/unit/test_backup_swift.py