Configure GitLab-CI mysql service to use UTF-8 and fix failing test in MySQL.
This commit is contained in:
10
contrib/testing/gitlab-ci/database.yml.mysql
Normal file
10
contrib/testing/gitlab-ci/database.yml.mysql
Normal file
@@ -0,0 +1,10 @@
|
||||
test: &test
|
||||
adapter: mysql2
|
||||
collation: utf8_general_ci
|
||||
database: gitlabhq_test
|
||||
encoding: utf8
|
||||
password:
|
||||
pool: 5
|
||||
reconnect: false
|
||||
# socket: /tmp/mysql.sock
|
||||
username: root
|
||||
Reference in New Issue
Block a user