-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
AC-13325 Issue#39347 grouped product qty validation issue fix #39377
AC-13325 Issue#39347 grouped product qty validation issue fix #39377
Conversation
Hi @Mohamed-Asar. 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. |
@magento run all tests |
@magento run Static Tests, Functional Tests B2B |
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 @Mohamed-Asar,
Thanks for your contribution!
It seems the issue has been fixed already. We request you to please look into this #39347 (comment).
Thanks
Hello @engcom-Hotel , No, Still the issue exists on the latest 2.4-develop, i verified in my local env |
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 @Mohamed-Asar,
Thanks for the contribution!
Please cover the PR changes with some automated tests in accordance with DOD and also please fix the build failures.
Thanks
@engcom-Hotel Do i need to add MFTF ? or Jasmine test case ? and also i don't know see any build failure related to this PR, could you please let me know, what are the build failure regarding this PR ? |
Hello @Mohamed-Asar, I would suggest you add an MFTF to verify the code changes. for build failures lets try to re-run the tests, they might be flaky. Thanks |
@magento run all tests |
@magento run Functional Tests B2B, Functional Tests CE, Functional Tests EE, Static Tests, Unit Tests |
@magento run Functional Tests EE, Static Tests |
1 similar comment
@magento run Functional Tests EE, Static Tests |
@magento run all tests |
Hi @Mohamed-Asar, Thanks for the collaboration & contribution! ✔️ QA PassedPreconditions:
Steps to reproduce
Before: ✖️ After: ✔️ Builds are failed. Hence, moving this PR to Extended Testing. Thanks. |
@magento run Functional Tests EE, Integration Tests, Static Tests |
@magento run all tests |
@magento run Functional Tests B2B, Functional Tests EE, Functional Tests CE, Static Tests |
The Static test failure does not show any error in the Allure report. I checked the Jenkin build's console output; the error is a known issue. It's not part of the PR. |
@magento run Functional Tests B2B |
Hi @Mohamed-Asar, Thank you for your contribution! It seems that, the mentioned issue has been recently resolved in 56463d5 under internal JIRA https://jira.corp.adobe.com/browse/ACP2E-3469 It's not reproducible now, hence closing it now. Please feel free to reopen for any further updates. ![]() |
@engcom-Charlie @engcom-Hotel , This is the third time that both the internal team and I have worked on the same issue. Is there a way to avoid this duplication so that I don’t waste time on redundant efforts? Regarding the code, I reviewed the commit on this line and noticed that the .each function is unnecessary because it loops through all the simple product inputs for every single product. Instead, we should only check the current one, as I’ve implemented in my changes. If a grouped product contains 10 simple products, the quantity input for each simple product is validated 10 times instead of just once. Please refer to the screenshot below for verification in the 2.4-develop branch. vs my branch |
@engcom-Hotel @engcom-Charlie did you get a chance to review this comment ? |
@engcom-Hotel @engcom-Charlie did you get a chance to review the last comment ? |
Hi @Mohamed-Asar, Thank you for your contribution!! Regarding your query on internal team's PR implementation here, we have reached out to the reviewer and following up with the team. Once we get any information on this, we will keep you posted. Thank you! |
Hi @engcom-Charlie, |
@engcom-Charlie is there any update from internal team ? if no update then please re-open the pr |
Description (*)
Fix for Grouped Product Quantity Validation Displays Errors for All Inputs When One Input Is Invalid
Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
Contribution checklist (*)