From 8466f13ce6cc504c33c972ecf626c378991791a1 Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Thu, 9 Apr 2020 11:26:01 +0200 Subject: [PATCH] Revert "Temporarily skip TestNovaMigrationsMySQL" This reverts commit 316fef22c699a8dc5fc13ed8d779369043167874. As we said before this commit was temporary Change-Id: I5f7f5779735e158688992ccc948e7305bae1c9c5 --- nova/tests/unit/db/test_migrations.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nova/tests/unit/db/test_migrations.py b/nova/tests/unit/db/test_migrations.py index a5487ab83d9d..adca3d8f6e06 100644 --- a/nova/tests/unit/db/test_migrations.py +++ b/nova/tests/unit/db/test_migrations.py @@ -1066,13 +1066,6 @@ class TestNovaMigrationsMySQL(NovaMigrationsCheckers, testtools.TestCase): FIXTURE = test_fixtures.MySQLOpportunisticFixture - def setUp(self): - super(TestNovaMigrationsMySQL, self).setUp() - # TODO(mriedem): Revert this change before Ussuri RC1 since this is a - # temporary measure to merge code post-feature-freeze in Ussuri which - # continually keeps failing gate runs due to bug 1823251. - self.skipTest('Skip due to bug 1823251 but unskip before Ussuri RC1.') - def test_innodb_tables(self): with mock.patch.object(sa_migration, 'get_engine', return_value=self.migrate_engine):