-
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
Modified Bundle.js because of breaking Encoding in Production Mode. #10563
Conversation
Hey @ishakhsuvarov, could you restart the travis-ci integration test? Just one of them failes with a timeout ^^ Thanks, Ulf |
@ulftietze Restarted. |
Hey @ishakhsuvarov, same problem as last time, the Job gives us a timeout. Do you know, why this is happening? I tried to modify the test for this class, but unfortunatly there are only a test which tests perhaps ~20% of the Bundle.php Class. Thanks, Ulf |
@ulftietze We are looking into functional test timeouts. I've restarted the job again. |
can you check validation messages in customer registration page? looks like on this page validation messages not work when store is on Production mode+enabled all JS optimizaton, i test it on 2.1.3, 2.1.8 and 2.2.0-rc and looks like never get simple translation "This is required field." |
Moin @ishakhsuvarov, i don't know, how explict you are expecting to get the tests. But i did a very short script, where you explictly can see the difference. Or at least the problem :)
This script has the following output:
Greets, Ulf |
@ulftietze Thanks for providing details. I assume this happens because |
…into ulftietze-develop
…ing in Production Mode. #10563
Description
This pull request prevents wrong or too much encoding of UTF-8 Files.
Fixed Issues (if relevant)
Manual testing scenarios