Skip to content

Commit bfa2003

Browse files
committed
B2B-1712: Magento setup upgrade failed when new auto incremental field added to an existing table
1 parent 2eb925b commit bfa2003

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dev/tests/integration/testsuite/Magento/Framework/DB/Adapter/Pdo/MysqlTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ public function testGetAutoIncrementField(array $options, $expected)
254254

255255
//clean up database from test table
256256
$adapter->dropTable($tableName);
257-
258257
}
259258

260259
public function getAutoIncrementFieldDataProvider()

dev/tests/integration/testsuite/Magento/Framework/Setup/Declaration/Schema/Db/MySQL/DbSchemaWriterTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ public function testResetAutoIncrement(array $options, $expected)
9595

9696
//clean up database from test table
9797
$adapter->dropTable($tableName);
98-
9998
}
10099

101100
public function getAutoIncrementFieldDataProvider()

0 commit comments

Comments
 (0)