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

chaoss / grimoirelab-sortinghat / 170
93%

Build:
DEFAULT BRANCH: master
Ran 24 Apr 2017 04:06PM UTC
Jobs 2
Files 42
Run time 57s
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

pending completion
170

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.

2887 of 3146 relevant lines covered (91.77%)

1.82 hits per line

Jobs
ID Job ID Ran Files Coverage
1 170.1 24 Apr 2017 04:06PM UTC 0
91.23
Travis Job 170.1
2 170.2 24 Apr 2017 04:07PM UTC 0
90.94
Travis Job 170.2
Source Files on build 170
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #170
  • 1ee88008 on github
  • Prev Build on master (#169)
  • Next Build on master (#171)
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