From 4f261f98e19d28fa29ff6a4d62a6a3a8a4114575 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 18 Sep 2019 20:06:04 -0400 Subject: [PATCH] Revert "Temporarily skip TestNovaMigrationsMySQL" This reverts commit aebebe713a50d1057d5dfdfa4f13be6cc3ce625b. We said we would since the skip was temporary. Change-Id: I5f7f5779735e158688992ccc948e7305bae1c9c4 Related-Bug: #1823251 --- 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 b0419d894702..de898f2fe33d 100644 --- a/nova/tests/unit/db/test_migrations.py +++ b/nova/tests/unit/db/test_migrations.py @@ -1067,13 +1067,6 @@ class TestNovaMigrationsMySQL(NovaMigrationsCheckers, testtools.TestCase): FIXTURE = test_fixtures.MySQLOpportunisticFixture - def setUp(self): - super(TestNovaMigrationsMySQL, self).setUp() - # TODO(mriedem): Revert this change before Train RC1 since this is a - # temporary measure to merge code post-feature-freeze in Train which - # continually keeps failing gate runs due to bug 1823251. - self.skipTest('Skip due to bug 1823251 but unskip before Train RC1.') - def test_innodb_tables(self): with mock.patch.object(sa_migration, 'get_engine', return_value=self.migrate_engine):