User tests: Successful: Unsuccessful:
Pull Request for Issue #9258 .
Related also to issue #9247
This pull request does not fix everything for the general problem described in issue #9258 in one of the ways I suggested there.
It only makes the database schema manager be tolerant for the automatic column data type changes on conversion to utf8mb4 character set on systems supporting utf8mb4 when checking the schema.
On a system with a mysql or MariaDB database supporting utf8mb4 (mysql server version >= 5.5.3 or some new MariaDB):
Expected result
All database problems are solved.
Actual result
A new problem occurs:
Table '#__user_profiles' does not have column 'profile_value' with type 'TEXT'. (From file 3.3.4-2014)
(replace "#__" by your database prefix)
Now repeat the same with an update container patched by this PR.
You can find it here: http://test5.richard-fath.de/Joomla_3.5.0-beta3-Beta-Update_Package_test3.zip
You als can use following link as custom url when using Joomla! Update component: http://test5.richard-fath.de/list_test3.xml
Result: The problem about the user_profiles table is not shown anymore after the 1st successful database Fix for the utf8mb4 conversion.
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
See above test description, just added it.
In issue tracker it may take a while until visible, check on GitHub view of the PR.
BTW a warning is yellow not red ;)
red is error.
@andrepereiradasilva Old issue with color, at the moment I don't care about that.
I would call your test a good test, but it would be prefect if you could confirm that without the patch, the problem happens as described.
Upgrade path: 3.2.7 -> 3.5.0 beta3 (your patch version)
Same results: Success.
No need to test old version, and 2.5. will not work with my custom URL because details XML is not prepared for that.
ok, will test without the patch, i.e. 3.4.8 to 3.5.0 beta3
Thanks
I have tested this item successfully on 48fd057
As results of tests in above comments
Thanks for testing @andrepereiradasilva .
One more tester please.
@wilsonge Please test and check and if ok RTC, should be merged soon for getting rid of the annoying thing for other future tests of other PRs on current staging.
I have tested this item successfully on 48fd057
* Test OK
... Fix ...
@wilsonge RTC?
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-03-01 15:33:08 |
Closed_By | ⇒ | wilsonge |
Milestone |
Added: |
Merged - thanks @richard67 :)
what's the test update package URI?