Hello Sean, all,
Currently there are ~30 test classes in DB API tests, containing ~370 test
cases. setUpClass()/tearDownClass() would be definitely an improvement, but
applying of all DB schema migrations for MySQL 30 times is going to take a
long time...
Thanks,
Roman
On Fri, Jun 21, 2013 at 3
On 06/21/2013 07:40 AM, Roman Podolyaka wrote:
Hi, all!
In Nova we've got a DB access layer known as "DB API" and tests for it.
Currently, those tests are run only for SQLite in-memory DB, which is
great for speed, but doesn't allow us to spot backend-specific errors.
There is a blueprint
(http
Hi, all!
In Nova we've got a DB access layer known as "DB API" and tests for it.
Currently, those tests are run only for SQLite in-memory DB, which is great
for speed, but doesn't allow us to spot backend-specific errors.
There is a blueprint (
https://blueprints.launchpad.net/nova/+spec/db-api-t