You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coming from MysqlTriggerBasedTableSniffer::truncateDirtyTables
Running these versions of libs on CakePHP 4.2 + Linux + PHP 7.4 + MySQL 8:
vierge-noire/cakephp-fixture-factories v2.4 CakePHP Dynamic Fixtures
vierge-noire/cakephp-test-migrator v2.4 Migration helper for the CakePHP Test Suite Light
vierge-noire/cakephp-test-suite-light v2.3 A test suite for CakePHP application based on Sql queries
Any recommendation on how to improve this performance? I verified its the main culprit by returning early in MysqlTriggerBasedTableSniffer::truncateDirtyTables but obviously is not a solution.
The text was updated successfully, but these errors were encountered:
I've been working on improving performance of a test suite and noticed seeing this for each test:
Coming from
MysqlTriggerBasedTableSniffer::truncateDirtyTables
Running these versions of libs on CakePHP 4.2 + Linux + PHP 7.4 + MySQL 8:
Any recommendation on how to improve this performance? I verified its the main culprit by returning early in
MysqlTriggerBasedTableSniffer::truncateDirtyTables
but obviously is not a solution.The text was updated successfully, but these errors were encountered: