Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.5.25
-
Component/s: None
-
Labels:None
Description
many replication tests fail on bsd builder as
rpl.rpl_circular_for_4_hosts 'innodb_plugin,mix' [ fail ]
Test ended at 2012-06-16 11:04:19
CURRENT_TEST: rpl.rpl_circular_for_4_hosts
mysqltest: In included file "./include/rpl_init.inc":
included from /usr/home/buildbot/maria-slave/bsd9/build/mariadb-5.5.25/mysql-test/suite/rpl/t/rpl_circular_for_4_hosts.test at line 24:
At line 186: query 'connect $rpl_connection_name,127.0.0.1,root,,test,$_rpl_port,' failed: 1049: Unknown database 'test'
See http://buildbot.askmonty.org/buildbot/builders/bsd9-64/builds/212/steps/test/logs/stdio
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Looks like buildbot glitch that appearted after "Connection lost in non-clean fashion" http://buildbot.askmonty.org/buildbot/builders/bsd9-64/builds/203 . uildbot does not seems to cleanup well after itself in such case.I found some of mysqld processes running on this box, and it seems to be the reason for the error. After killing all mysqld buildbot seems to run well.
As a workaround, I added "killall mysqld" to the builder , before the test run . Should prevent the problem in the future (but works only as long as slave is configured with max parallel builds=1)