-
Notifications
You must be signed in to change notification settings - Fork 9.4k
SwiftOtter-SOP-348 Enable Compiled Configuration Cache for Test execution #40239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 2.4-develop
Are you sure you want to change the base?
SwiftOtter-SOP-348 Enable Compiled Configuration Cache for Test execution #40239
Conversation
|
Hi @lbajsarowicz. Thank you for your contribution!
Allowed build names are:
You can find more information about the builds here For more details, review the Code Contributions documentation. |
…tion (workaround unfortunate escaping)
|
@magento run all tests |
|
@magento create issue |
|
@magento run Integration Tests, Functional Tests B2B |
|
@magento run all tests |
|
@magento run all tests |
|
@magento run Integration Tests |
|
@magento run all tests |
engcom-Hotel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @lbajsarowicz,
Thank you for your contribution!
Please have a look into the integration test failure, it seems it is failing due to the PR changes.
|
@engcom-Hotel I don't have access to Adobe Commerce (B2B) to verify For me it looks like the root cause of the issue is invalid test isolation for that specific test, as the failure happens in |
|
@magento run Integration Tests |
Okay @lbajsarowicz, let me ask someone from the internal team to check this issue. @engcom-Dash can you please look into the B2B integration failure. |
|
@engcom-Hotel and @engcom-Dash I've checked there are 17 tests in Knowing B2B from the past, that's very likely that the Queue hasn't been cleared correctly after previous test, resulting in Consumer processing the message published by previous task, as a result the Queue isn't sending email message, so the Transport Mock isn't reporting existence of a message. |
|
@magento run all tests |
Description (*)
The cache named
compiled_confighosts all thedi.xmlcompilation outcomes, including information about plugins, virtual classes etc.With Magento 2.4.8 upgrade, the performance degradation of tests execution for multiple projects became significant. Mostly, due to the CPU usage.
Turning on
compiled_configmitigates the issue, slightly improving the overall Integration Tests performance, without affecting areas such as Configured Object Manager.2.4.6-p12
2.4.8-p3
Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)
Resolved issues: