-
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
Stopping old queue consumers during upgrade #31495
Conversation
Hi @swnsma. 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 |
This also kind-of fixes magento/community-features#181 and problem 2 mentioned over here I think. Not sure if we still need a dedicated |
@magento run all tests |
@magento run Functional Tests B2B, Functional Tests CE, Functional Tests EE, Integration Tests, Magento Health Index |
@magento run Functional Tests B2B, Functional Tests CE, Magento Health Index |
Hello @swnsma I approve this PR in a comment for now but we have the Health Index failed and without assistance from the core team we are not able to move forward so let's call @sivaschenko and @sidolov for help :) Please, assist me with the next step: just approve it and move for testing or we need to do something else in case of failed Health Index with the |
Thanks for the pull request @swnsma ! I am moving this pull request to "To Apporve" status to process internal approval. Approval ticket: https://jira.corp.magento.com/browse/MC-40323 cc @sidolov |
@magento run Functional Tests B2B, Magento Health Index |
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 |
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. |
@sidolov @sivaschenko can we get this merged? |
also pinging @ishakhsuvarov |
Raised new internal approval request JIRA ticket on the adobe portal for Health Index test failure. Waiting for the approvals. |
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. |
@ihor-sviziev I am working to push this ticket forward |
ec2a0cc
to
19ce364
Compare
@swnsma @ihor-sviziev This actually got merged, however last commit with 2.4 sync did not get included in the internal merge, thus creating this confusiong situation. Not sure why github thinks it's "closed" and not "merged" but there is 0 files and commits in the changeset. Sorry for the confusion. |
@ishakhsuvarov, thank you! |
Since the exact commits are lost (or may be someone has a link?) - was this actually already released, or will this be in the next release? |
Yes, it will be included in Magento 2.4.6 (it's included in 2.4.6-beta1 at least) And I've found these commits: https://github.com/magento/magento2/search?q=%22magento%2Fmagento2%2323540%22&type=commits |
Description (*)
Put poison pill after each 'setup:upgrade' execution.
Fixed Issues (if relevant)
Steps for testing:
Contribution checklist (*)