-
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
Unit Tests failed #21001
Comments
Hi @azngeek. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. @azngeek do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @engcom-backlog-nazar. Thank you for working on this issue.
|
Hi @azngeek thank you for you report i'm not able to reproduce following steps you described on clean magento 2.3-dev instance |
Hey, i don't think that this issue should be closed. I was able to easily reproduce it with my environment. The implementation used heavily depends on using the right ICU library. In my case this works with ICU Version 52.1. Might also be the one which is used in Travis. If you use a newer version (which is the case in newer linux distributions), this test will fail. |
@azngeek ok, i'm will try with newer version |
I was able to reproduce this bug as well on ubuntu 18.04 with a fresh installed magento 2.3.0 (libicu 60.2)
I made the same test on Debian 8 for comparison (libicu 52.1)
|
When printing out Result and Expected Result, you see that decimalSymbol and groupSymbol are always the local ones.
|
✅ Confirmed by @engcom-backlog-nazar Issue Available: @engcom-backlog-nazar, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
#snowdog-oss |
@kdegorski thank you for joining. Please accept team invitation here and self-assign the issue. |
Hi @kdegorski. Thank you for working on this issue.
|
…er, then it behaves as was expected in test.
…er, then it behaves as was expected in test.
Hi @azngeek. Thank you for your report.
The fix will be available with the upcoming 2.3.2 release. |
Summary
The unit tests fails for the FormatTests.
Environment
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
Actual result (*)
Observations
From what i can see right now the error occurs in the class
\Magento\Framework\Locale\Magento\Framework\Locale
. If i remove the part with "@Currency=' . $currency->getCode()", the tests will pass. It might be an issue with icu.ICU Details
The text was updated successfully, but these errors were encountered: