-
Notifications
You must be signed in to change notification settings - Fork 9.4k
#39641 Replace loop variable name to correct the "cache" effect on subsequent calls on the same $product object #39642
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?
Conversation
…t on subsequent calls on the same $product object
Hi @bhennesAdv. 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. |
@bhennesAdv, could you please sign Adobe CLA? |
Hello @ihor-sviziev How should I do that ? Regards, |
@bhennesAdv here is the instruction: https://github.com/magento/magento2/pull/39642/checks?check_run_id=37526965741 |
@ihor-sviziev Done. Thank you. |
@bhennesAdv, thank you for your prompt action! |
@magento run all tests |
@magento run all tests |
Hello @bhennesAdv Thank you for contribution & collaboration! ✔️ QA PassedWe have verified the change and it looks good to us. No manual testing is required at this point as it is very clear that $product variable was used by the loop as looping element erasing the given variable. Builds are failing hence moving this PR to Extended Testing. |
@magento run all tests |
@magento run Functional Tests B2B, Unit Tests |
Test failures for Functional B2B are inconsistent and seems to be flaky. They neither part of PR nor failing because of the PR changes. Hence, moving this PR in Merge In Progress. |
Hello,
This PR is related to #39641
Description (*)
Change a loop variable name to correctly add the "_cache_instance_product_ids" data on the given product to be used on subsequent calls.
Related Pull Requests
None
Fixed Issues (if relevant)
Manual testing scenarios (*)
Let me know if you need some tests for this change
Questions or comments
None, it's just a variable name change in a deprecated method
Contribution checklist (*)