Make WordPress Core

Opened 9 years ago

Closed 19 months ago

#41469 closed defect (bug) (invalid)

test_charset_switched_to_utf8() is not tested on Travis CI

Reported by: johnbillion Owned by:
Priority: normal Milestone:
Component: Database Version: 4.7.1
Severity: normal Keywords:
Cc: Focuses:

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)

#1 @pento
9 years ago

uft8mb4 will not be supported for any of these three reasons:

  • MySQL server is < 5.5.3
  • PHP was compiled against libmysql < 5.5.3
  • PHP was compiled against mysqlnd < 5.0.9

#2 @johnbillion
19 months ago

  • Milestone Awaiting Review
  • Resolutioninvalid
  • Status newclosed

No longer relevant since r57926.

Note: See TracTickets for help on using tickets.