[Buildbot] #3420: tests are failing when using MySQL database backend

Buildbot trac trac at buildbot.net
Sat Jan 30 22:55:45 UTC 2016


#3420: tests are failing when using MySQL database backend
----------------------+------------------------
Reporter:  rutsky     |       Owner:  dustin
    Type:  undecided  |      Status:  assigned
Priority:  major      |   Milestone:  undecided
 Version:  master     |  Resolution:
Keywords:             |
----------------------+------------------------

Comment (by dustin):

 I struggled with this a bit too, while setting up the new linux worker via
 docker.

 https://github.com/buildbot/metabbotcfg/blob/master/docker/metamysql/bbtest.sql

 was the result -- basically, the table needs to be created with the 'utf8'
 character set, which the docker image does not, preferring latin-1.  I'd
 say "bizarrely does not" but this is MySQL we're talking about, so it's
 about what I'd expect.

--
Ticket URL: <http://trac.buildbot.net/ticket/3420#comment:2>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list