-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Remove scope resolver usage #38554
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
Remove scope resolver usage #38554
Conversation
Hi @thomas-kl1. Thank you for your contribution! Add the comment under your pull request to deploy test or vanilla Magento instance:
❗ Automated tests can be triggered manually with an appropriate comment:
Allowed build names are:
You can find more information about the builds here For more details, review the Code Contributions documentation. |
@magento create issue |
I've noticed this issue while I was looking for current store resolution in the code trace stack. |
@magento run all tests |
@magento run all tests |
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.
Hello @thomas-kl1,
Thanks for the contribution!
It seems the tests are failing due to code changes, please fix them and also cover the changes with some automated tests.
Thanks
@magento run all tests |
Fixed failing unit test cases so moving this back to pending review. |
Hello @thomas-kl1 , Thank you for your contribution! I wanted to let you know that I can’t proceed with testing your changes at the moment because I’m facing an issue. When using the admin custom URL, it redirects to a 404 page. Once this issue is resolved, I’ll be able to test your changes. Just wanted to keep you in the loop. Thanks again! |
@thomas-kl1 I have pushed a commit to resolve the conflicts. I am able to test the changes after adding custom admin URL and custom admin path. The default scope is used now Thanks |
@magento run all tests |
@thomas-kl1 Thank you for contribution! ✔️ QA Passed Preconditions: Steps to reproduce Before: After: The default scope is used now for custom admin URL Storefront: ![]() Admin (With custom path & URL): ![]() Some of the test cases are failing hence moving this PR to Extended Testing. Thank You! |
@magento run Functional Tests B2B, Functional Tests CE, Functional Tests EE, Unit Tests |
@magento run all tests |
@magento run all tests |
@magento run Functional Tests B2B, Functional Tests CE, Functional Tests EE, Unit Tests |
@magento run Functional Tests B2B, Functional Tests CE, Functional Tests EE |
In the recent builds for functional EE & CE the constant test case failures are known issues and JIra issues are logged for the same. Functional EE: ![]() ![]() Known Issues: StorefrontVerifySearchTermEntityRedirectTest: ACQE-7705 Functional CE: ![]() ![]() Known Issues: StorefrontVerifySearchTermEntityRedirectTest: ACQE-7705 Functional B2B: The consistent test failure has JIra raised for it others consistent failures are not related to changes done in this PR. Known Issue: StorefrontVerifySearchTermEntityRedirectTest: ACQE-7705 Hence Moving this PR to Merge In Progress. |
a673224
into
magento:2.4-develop
Description (*)
Admin URL settings is global and shouldn't be loaded depending of the current store.
Resolved issues: