nova/nova/tests/unit/compute
Joe Gordon 150428f76e Don't make a no-op DB call
drivers_uuid can be empty, but we are still doing a DB call. This is causing
a sqlalchemy SAWarning.

SAWarning: The IN-predicate on "instances.uuid" was invoked with an
empty sequence. This results in a contradiction, which nonetheless can
be expensive to evaluate.  Consider alternative strategies for improved
performance.

Change-Id: Ib8c9b85e84800c9e2ddcdf204851f1b51101926c
Closes-Bug: #1383617
2014-11-13 11:43:47 -08:00
..
monitors move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
eventlet_utils.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
fake_resource_tracker.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_arch.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_claims.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_compute.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_compute_api.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_compute_cells.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_compute_mgr.py Don't make a no-op DB call 2014-11-13 11:43:47 -08:00
test_compute_utils.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_compute_xen.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_flavors.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_host_api.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_hvtype.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_keypairs.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_multiple_nodes.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_resource_tracker.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_resources.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_rpcapi.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_shelve.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_stats.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_tracker.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_virtapi.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_vmmode.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00