-
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
magento/magento2#32679: setup:upgrade --dry-run does not work as expected by other dry-run-commands in Linux-environment #33332
base: 2.4-develop
Are you sure you want to change the base?
Conversation
…ther dry-run-commands in Linux-environment - Switched --dry-run-Parameter to VALUE_NONE in UpgradeCommand.php - Switched --dry-run-Parameter to VALUE_NONE in InstallCommand.php
Hi @4ctobias. 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. 🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of Pull Requests happens in the queue order. If you want to speed up the delivery of your contribution, please join the Community Contributions Triage session to discuss the appropriate ticket. 🎥 You can find the recording of the previous Community Contributions Triage on the Magento Youtube Channel ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
Hi @4ctobias, thank you for your contribution! |
@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. |
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.
Please fix integration tests
…ther dry-run-commands in Linux-environment - Fixed test dry-run - now also arguments without value are supported
@magento run all tests |
…ther dry-run-commands in Linux-environment - Fixed cli-param-handling on tests for detecting parameters that should have no value - and discarding parameters that should removed for the test as no value was specified
…to2-fork into fix-32679-dry-run
@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. |
Hi @ihor-sviziev, thank you for the review. |
Hi @Den4ik, thank you for the review. |
Hello @4ctobias, Thanks for the collaboration & contribution! ✔️ QA Passed Install fresh Magento 2.4-develop
Before: ✖️ Builds are failed. Hence, moving this PR to Extended Testing. Thanks |
@magento run all tests |
@magento run all tests |
@magento run all tests |
@magento run all tests |
@magento run Unit Tests, Static Tests, Integration Tests, Functional Tests CE, Functional Tests B2B |
@magento run Static Tests, Integration Tests, Functional Tests B2B |
The functional B2B test failures are different with a known issue in the most recent two successive builds. Additionally, the static test and Integration Tests failure are a known issue; therefore, I am moving it to Merge in Progress. Functional Tests B2B Run 2: https://public-results-storage-prod.magento-testing-service.engineering/reports/magento/magento2/pull/33332/845319c70a7c4f7dca47ffa340c9b10f/Functional/allure-report-b2b/index.html#categories/16b25a50b4a8b68f5548cdba82ebd5f8/19e97d5929846bad/ |
Description (*)
setup:upgrade and setup:install does not require a value of true when using the --dry-run-parameter. This is now the same beaviour for a dry run as in other Linux-Tools (eg. rsync). As before this fix using --dry-run did not start a dry run for the command, the usage of --dry-run=true was required.
Fixed Issues (if relevant)
Manual testing scenarios (*)