Error in the test suite
Created by: jvanbaarsen
I try to run the test suite, and i expect to get all green (since i just checked it out, and on travis-ci gitlab is passing)
But when i run the tests with:
i get the following red test:
Scenario: Edit user and change username to non ascii char
Mysql2::Error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=': SELECT `namespaces`.* FROM `namespaces` WHERE `namespaces`.`path` = 'あい' LIMIT 1
/home/vagrant/.rvm/gems/ruby-1.9.3-p374/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:245:in `query'
I also just downloaded a fresh vagrant box from the gitlab-vagrant repo, so everythin is fresh out of the box.