summaryrefslogtreecommitdiffstats
path: root/nova/utils.py
diff options
context:
space:
mode:
authorRick Harris <rconradharris@gmail.com>2013-05-25 01:01:13 +0000
committerRick Harris <rconradharris@gmail.com>2013-06-07 02:07:41 +0000
commitf261afdfbed05cef9d534e418ddd8bcb26970cc6 (patch)
tree274b4f73c7c6ef95192eb71e457bfa1ac9c6cf89 /nova/utils.py
parent7d423d3c919cd8b3526010981b0037e7579132d1 (diff)
downloadnova-f261afdfbed05cef9d534e418ddd8bcb26970cc6.tar.gz
nova-f261afdfbed05cef9d534e418ddd8bcb26970cc6.tar.xz
nova-f261afdfbed05cef9d534e418ddd8bcb26970cc6.zip
Speeding up scheduler tests
Database access is costly in tests and many tests don't actually need it. This patch provides a simple way we can speed up the Nova tests by providing a new base class, `NoDBTestCase` which allows us to white-list tests not needing database access. The following speedups were observed: With TestCase: Ran 265 tests in 17.080s With NoDBTestCase: Ran 265 tests in 9.478s Further optimizaton could be done by fixing `test_host_filters` to not hit the database. This will require some effort though in order to maintain the quality of test coverage since part of what's doing is testing the code in the DB layer. Change-Id: Ic34c4c39d7f680ac501efb459fdeaa51331ffe1c
Diffstat (limited to 'nova/utils.py')
0 files changed, 0 insertions, 0 deletions