[openstack-dev] [Murano] SQLite support - drop or not?

Ruslan Kamaldinov rkamaldinov at mirantis.com
Mon Jan 26 15:34:42 UTC 2015


On Mon, Jan 26, 2015 at 6:12 PM, Andrew Pashkin <apashkin at mirantis.com> wrote:
> On 26.01.2015 18:05, Ruslan Kamaldinov wrote:
>
> I think it's still important to perform migration specific checks. We want
> to make sure that DB is in expected state after each specific migration.
>
> Why?

1. It's not just the schema we care about. It's the effect of
particular DB migration script on data stored in DB. We need to make
sure that data is not corrupted or lost in any way
2. Some migrations add or remove indexes and constraints, we might
want to test that

Thanks,
Ruslan



More information about the OpenStack-dev mailing list