-
Notifications
You must be signed in to change notification settings - Fork 9.4k
[Integration] Refactoring some fixtures for cms module #28467
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
[Integration] Refactoring some fixtures for cms module #28467
Conversation
Hi @Usik2203. Thank you for your contribution
❗ Automated tests can be triggered manually with an appropriate comment:
You can find more information about the builds here ℹ️ Please run only needed test builds instead of all when developing. Please run all test builds before sending your PR for review. For more details, please, review the Magento Contributor Guide documentation. |
@magento run all tests |
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.
Hi @Usik2203,
Please review the test failures and update your changes accordingly.
@magento run all tests |
@magento run WebAPI Tests |
I can't see errors in |
@slavvka @lenaorobei @sdzhepa could you give some additional info why integration & web api tests are failing? |
@magento run all tests |
Updated branch and rerun builds. Will monitor logs. |
Integration failure is not related to this PR. We are investigating this issue, it appears for every run. WebAPI build failure is caused by:
|
@magento run all tests |
Wow. So files from integration tests are used in web api tests? 🤦♂️ |
Yes, they are used for both test types in order to avoid duplications. |
Got it, I believe it should be extracted to not specific test type folder, just to |
@ihor-sviziev that sounds like a good idea but it might require huge effort to update framework and fix all tests. |
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.
✅ approved! Failing integration tests not related to changes from this PR
Hi @ihor-sviziev, thank you for the review. |
QA not applicable |
Hi @Usik2203, thank you for your contribution! |
Description (*)
This PR refactores some fixtures for CMS module