-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Fix random ProcessManagerTest failures #34408
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
Fix random ProcessManagerTest failures #34408
Conversation
Hi @ihor-sviziev. Thank you for your contribution
❗ Automated tests can be triggered manually with an appropriate comment:
You can find more information about the builds here ℹ️ Run only required test builds during development. Run all test builds before sending your pull request for review. For more details, 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, 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 |
@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. |
a6cb2ad
to
ec5d9ea
Compare
@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. |
@andrewbess @sidolov @xmav, I hope you can merge it very soon. This issue happens quite frequently on different PRs. |
Skip the test in case of the following error: Warning: pcntl_fork(): Error 12 This happened when there was not enough memory to fork: https://stackoverflow.com/q/2420606/1839611
ec5d9ea
to
9b08194
Compare
@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. |
Right now Unit tests are passing https://github.com/magento/magento2/pull/34408/checks?check_run_id=3974324983 |
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. |
1 similar comment
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. |
Right now Unit tests are passing again https://github.com/magento/magento2/pull/34408/checks?check_run_id=3975098381 @magento run Unit 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! Let's put this PR on hold now. That should be fixed today internally |
Hi @ihor-sviziev, thank you for your contribution! |
Skip the test in case of the following error:
Warning: pcntl_fork(): Error 12
This happened when there was not enough memory to fork:
https://stackoverflow.com/q/2420606/1839611
Description (*)
Pre-history: quote often on PRs were failing unit tests with the following error:
Example: Last time I saw this issue on #34399
https://public-results-storage-prod.magento-testing-service.engineering/reports/magento/magento2/pull/34399/d53c915bd4e91bdb4df3272d0d7c5a78/Unit/console-error-logs.html
Also #34396
https://public-results-storage-prod.magento-testing-service.engineering/reports/magento/magento2/pull/34396/0ce3b2d64602ea4606ac9211f6f992b7/Unit/console-error-logs.html
Just re-running the unit tests usually helped, but that's a workaround.
Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)