-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Stopping old queue consumers during upgrade #31495
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
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 |
Hi @coderimus, thank you for the review.
|
@swnsma good job! Really good improvement! The only one thing I would like to see there additionally - test coverage. Can we cover running setup:upgrade command in kind of integration test and compare poison pill value before & after? |
Hi @ihor-sviziev |
I have one con on this solution, we don't want to run So, this solution still doesn't fix this behavior because then the old runners keep running... A simple solution would be having the possibility to also run this from commandline, then we would ran that if db and app are up-to-date |
Ah yes good point @JeroenBoersma, a dedicated command line option would still be useful in this case next to the automatic |
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 @engcom-Alfa, PS: I moved this PR back to "pending approval", as that was the last status before resolving conflict, and the changes still look good to me |
Sure, will cross check and process it accordingly. |
@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 (*)