-
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
Improve exception handling #31598
base: 2.4-develop
Are you sure you want to change the base?
Improve exception handling #31598
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 ℹ️ 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 |
@magento run all tests |
Fix unit test
@magento run Unit Tests |
Fix unit test
@magento run Unit Tests |
@magento run all tests |
@Stepa4man pls review, tests are passing now |
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.
Hi @ihor-sviziev
Thanks for your contribution
Hi @Stepa4man, thank you for the review. |
Hi @Den4ik, thank you for the review. |
Great to see progress in a PR with prio P4, let's hope other PR's with low prio that have been open since ages will now also finally get processed ... 😉 |
@magento create issue |
@magento run all tests |
Manual testing is not required since it changes the header from plain text to HTML for better visibility of exceptions. Build are failed, so moving it to Extended Testing. |
@magento run Functional Tests EE, Functional Tests B2B |
The Functional B2B test failures are different in recent 2 successive builds. They neither part of PR nor failing because of the PR changes, hence moving it to Merge in Progress. Run 1: https://public-results-storage-prod.magento-testing-service.engineering/reports/magento/magento2/pull/31598/210e366ab0feebdceda8301b291d4231/Functional/allure-report-b2b/index.html#categories/39002bb4b823f2d59e22404a186a7115/919ddc55455fec31/ Run 2: https://public-results-storage-prod.magento-testing-service.engineering/reports/magento/magento2/pull/31598/1bb0bd64d27bcd6e278f02a4a100d27c/Functional/allure-report-b2b/index.html#categories/bdbf199525818fae7a8651db9eafe741 |
Hello @ihor-sviziev, Thanks for your contributions! Moving this PR to on hold since it’s a feature request and we need PO approval for it. Once we get approval, we will proceed accordingly. Thanks. |
Hello @ihor-sviziev, We have received the go-ahead on this PR from the PO. We are moving it to extended testing for now to analyze the build results with the latest code. Thanks. |
@magento run all tests |
Description (*)
When the basic exception appears - we're having mixed HTML and plain text. This PR fixes this.
Before:
❌
<pre>
tags are renderedAfter:
✔
<pre>
tags are not renderedRelated Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)
Resolved issues: