• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

chaoss / grimoirelab-sortinghat / 170 / 1
93%
master: 93%

Build:
DEFAULT BRANCH: master
Ran 24 Apr 2017 04:06PM UTC
Files 42
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

24 Apr 2017 03:47PM UTC coverage: 91.227% (+0.003%) from 91.224%
170.1

push

travis-ci

sduenas
[model] Force 'utf8_unicode_ci' collation on MySQL tables

MySQL considers chars like 'β' and 'b' or 'ı' and 'i' the same,
when some collation values are set (i.e utf8_general_ci). This can
raise integrity errors when Sorting Hat tries to add similar
identities with these pairs of characters.

For instance, if the identity:

    ('scm', 'βart', 'bart@example.com', 'bart)

is stored in the database, the insertion of:

    ('scm', 'bart', 'bart@example.com', 'bart)

will raise an error, even when these identities have different
UUIDs.

Forcing MySQL to use 'utf8_unicode_ci' fixes this error, allowing
to insert both identities.

2870 of 3146 relevant lines covered (91.23%)

0.91 hits per line

Source Files on job 170.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 170
  • Travis Job 170.1
  • 1ee88008 on github
  • Prev Job for on master (#169.1)
  • Next Job for on master (#171.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc