-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Use visibility class for category product indexer, instead of hardcoded values #37199
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
Use visibility class for category product indexer, instead of hardcoded values #37199
Conversation
Hi @Nuranto. Thank you for your contribution! Add the comment under your pull request to deploy test or vanilla Magento instance:
❗ Automated tests can be triggered manually with an appropriate comment:
Allowed build names are:
You can find more information about the builds here For more details, review the Code Contributions documentation. |
@magento create issue |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento run Static Tests, Unit Tests, Integration Tests, Functional Tests EE, Functional Tests CE, Functional Tests B2B |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
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 @Nuranto Thanks for this code improvement. Please look at my comment.
app/code/Magento/Catalog/Model/Indexer/Category/Product/AbstractAction.php
Outdated
Show resolved
Hide resolved
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento run Functional Tests B2B, Functional Tests CE, Functional Tests EE, Static Tests, Unit Tests, WebAPI Tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento run Functional Tests B2B, Functional Tests CE, Functional Tests EE, Static Tests, Unit Tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento run Functional Tests CE, Static Tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
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 @Nuranto,
Thanks for the contribution!
Changes are pretty straightforward and look good to me. Hence approving this PR for further process.
Failed tests seem flaky to me.
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.
@engcom-Hotel Agree, all looks good
Hi @Nuranto, Tried to update the pr to latest branch but got 403 error, Hence moving it to on hold. |
done. |
@magento run all tests |
@magento run Functional Tests B2B, Functional Tests EE |
This is a code-quality pr, no manual testing is required. As the builds are failing moving this to Extended testing. |
The repeated failures for functional Tests B2B and EE are flaky. These are knows issues and are not related to PR changes. Known failure : ACQE-6438 - StorefrontPropertiesOfAProductAttributeTest Known failure : |
WebAPI Failures are not related to PR changes, these are known issues. ![]() Known failure: AC-11750 - RetrieveOrdersByOrderNumberTest Hence moving this to merge in progress. |
@engcom-November as per this, I can see that there is one failure i.e StorefrontCreateOrderAllQuantityGroupedProductOptionDefaultStockTest on which no data have been provided. Please provide more detail information on this. (mention open JIRA) till then moving it back to Extended Testing |
@engcom-Charlie, I have updated the comment with the open jira of |
Replace hardcoded values by using proper class in category product indexer. This fix provides more modularity.
Description (*)
Related Pull Requests
Fixed Issues (if relevant)
Questions or comments
Contribution checklist (*)
Resolved issues: