Skip to content

Commit c94b791

Browse files
committed
Reinstall workaround for mysql bug.
mysqlRestTest.testGetExactMatch and mysqlDBTest.testFilteringStringExactMatch failed in CI.
1 parent d276a04 commit c94b791

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ before_script:
123123
# set up postgresql database
124124
- psql -c "CREATE ROLE rounduptest WITH CREATEDB LOGIN PASSWORD 'rounduptest';" -U postgres
125125

126+
# HACK: workaround mysql bug: http://bugs.mysql.com/bug.php?id=74901
127+
# needed for test_mysql.mysqlDBTest.testFilteringSpecialChars
128+
- sed -i 's/CREATE DATABASE \%s/CREATE DATABASE \%s COLLATE utf8_general_ci/'
129+
126130
# build the .mo translation files and install them into a tree
127131
# (locale/locale under roundup directory root)
128132
# suitable for use by gettext.

0 commit comments

Comments
 (0)