neutron/neutron/tests/unit/quota
Kevin Benton b87715d764 Protect against '.delete()' for quota and revisions
The devref was suggesting to do exactly the wrong thing for cases where
we have SQLAlchemy event listeners waiting for deleted objects.
DELETE statements fail to trigger any kind of SQLAlchemy event
listeners and the majority of our delete operations are small
(<10 items at once) so the performance difference is negligible
(especially since we do it so infrequently).

Change-Id: Id142179418a7b94d8d9695871b3fcd5dcc64730c
2017-01-09 09:09:18 -08:00
..
__init__.py Switch to neutron-lib for model_base 2016-08-31 11:12:18 -04:00
test_resource.py Protect against '.delete()' for quota and revisions 2017-01-09 09:09:18 -08:00
test_resource_registry.py Except if tracked resource registered as countable 2016-09-07 05:22:40 -07:00