[Koha-bugs] [Bug 20080] Test for utf8mb4 encoding and collation

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 26 13:48:00 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20080

Tomás Cohen Arazi <tomascohen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Failed QA                   |Needs Signoff

--- Comment #4 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Those tests are failing in master already. So, to test:

To test:
- Apply this patch
- Change kohastructure.sql with a fake commit creating a table "the old way"
- Run:
  $ kshell
 k$ qa -c 1 -v 2
=> SUCCESS: The QA script gives an error, due to bad encoding/collation
- Add a new commit fixing the encoding/collation
- Run:
  $ kshell
 k$ qa -c 2 -v 2
=> SUCCESS: No encoding/collation problems reported!
- Sign off :-D

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list