[MDEV-345] 5.5 fails on bsd builder Created: 2012-06-16 Updated: 2012-06-20 Due: 2012-06-19 Resolved: 2012-06-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 5.5.25 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
many replication tests fail on bsd builder as
See http://buildbot.askmonty.org/buildbot/builders/bsd9-64/builds/212/steps/test/logs/stdio |
| Comments |
| Comment by Vladislav Vaintroub [ 2012-06-20 ] |
|
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) |