-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
No update must be a boolean, int given for bin/magent sampledata:deploy|remove --no-update #39345
No update must be a boolean, int given for bin/magent sampledata:deploy|remove --no-update #39345
Conversation
fixes magento#39344 When adding or removing sample data you can tell the composer update command to not invoke the update command right away. Since newer versions type checking is set for this argument and it must be of type boolean instead of a integer.
Hi @JeroenBoersma. 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 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.
Hello @JeroenBoersma,
Thanks for the collaboration!
The changes seems good to us but please fix the failed static test failures, the other failures seems flaky to me.
Thanks
@magento run all tests |
I have fixed the failed static tests. Moving it to "Pending Review". cc: @JeroenBoersma |
@magento run all tests |
@magento run Functional Tests B2B |
@magento run all tests |
Hi @JeroenBoersma, Thanks for the collaboration & contribution! ✔️ QA PassedManual testing scenarios
Before: ✖️ ![]() After: ✔️ ![]() Builds are failed. Hence, moving this PR to Extended Testing. Thanks. |
@magento run Unit Tests |
96e5bb7
into
magento:2.4-develop
Description (*)
When adding or removing sample data you can tell the composer update command to not invoke the update command right away. Since newer versions type checking is set for this argument and it must be of type boolean instead of a integer.
Fixed Issues (if relevant)
Manual testing scenarios (*)
--no-update
Contribution checklist (*)