magento / catalog-storefront

Open Software License 3.0
7 stars 18 forks source link

"CreateDynamic" tables issue for integration tests #240

Open le0n4ik opened 4 years ago

le0n4ik commented 4 years ago

Web-Api and Integration tests execution takes to much time (especially with enabled Inventory modules)

Current approach \Magento\TestFramework\Application::createDynamicTables running each test execution (even more than one time for one test).

The root cause of the issue - creating tables inside a transaction (which added by test framework for isolation) and using them during the test

The proposed way to fix:

m2-assistant[bot] commented 4 years ago

Hi @le0n4ik. Thank you for your report. To help us process this issue please make sure that you provided sufficient information.

Please, add a comment to assign the issue: @magento I am working on this


Dnyomo commented 3 years ago

@magento I am working on this

skovalenk commented 3 years ago

@magento I am working on this

skovalenk commented 3 years ago

PR: https://github.com/magento/commerce-data-export/pull/19

mslabko commented 3 years ago

@magento export issue to Jira project SFAPP as Bug

magento-engcom-team commented 3 years ago

:white_check_mark: Jira issue (https://jira.corp.magento.com/browse/SFAPP-189) is successfully created for this issue.