CodeIgniter4 icon indicating copy to clipboard operation
CodeIgniter4 copied to clipboard

`MigrateStatusTest::testMigrateAllWithWithTwoNamespaces` fails

Open kenjis opened this issue 3 years ago • 0 comments

Rarely fails.

1) CodeIgniter\Commands\Database\MigrateStatusTest::testMigrateAllWithWithTwoNamespaces
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
 '+---------------+-------------------+--------------------+-------+---------------------+-------+
 | Namespace     | Version           | Filename           | Group | Migrated On         | Batch |
 +---------------+-------------------+--------------------+-------+---------------------+-------+
-| App           | 2018-01-24-102301 | Some_migration     | tests | YYYY-MM-DD HH:MM:SS | 1     |
+| App           | 2018-01-24-102301 | Some_migration     | tests | YYYY-MM-DD HH:MM:SS | 2     |
 | Tests\Support | 20160428212500    | Create_test_tables | tests | YYYY-MM-DD HH:MM:SS | 1     |
 +---------------+-------------------+--------------------+-------+---------------------+-------+
 
 '

/Users/kenji/work/codeigniter/CodeIgniter4/tests/system/Commands/Database/MigrateStatusTest.php:87

kenjis avatar May 03 '22 00:05 kenjis