Opened 8 years ago
Closed 6 weeks ago
#41469 closed defect (bug) (invalid)
test_charset_switched_to_utf8() is not tested on Travis CI
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.7.1 |
Component: | Database | Keywords: | |
Focuses: | Cc: |
Description
The Tests_DB::test_charset_switched_to_utf8()
test (introduced in #37982) is skipped on Travis, because the test gets skipped when the environment's database driver supports utf8mb4. This makes the test useless.
What sort of environment does not support utf8mb4? Presumably an older MySQL version.
We should look into adding a build to Travis with a specific environment that allows this test to run.
Related: #30462
Change History (2)
Note: See
TracTickets for help on using
tickets.
uft8mb4
will not be supported for any of these three reasons:libmysql
< 5.5.3mysqlnd
< 5.0.9