Bug #29233 rpl_ndb_circular fails randomly
Submitted: 20 Jun 2007 10:10 Modified: 27 Jun 2007 21:26
Reporter: Konstantin Osipov (OCA) Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Tests Severity:S3 (Non-critical)
Version:5.1.20 OS:Any
Assigned to: Assigned Account CPU Architecture:Any

[20 Jun 2007 10:10] Konstantin Osipov
Description:
rpl_ndb_circular fails randomly in pushbuild:
https://intranet.mysql.com/secure/pushbuild/test-stats.pl
https://intranet.mysql.com/secure/pushbuild/xref.pl?testname=rpl_ndb_circular

Typical output is:
https://intranet.mysql.com/secure/pushbuild/getlog.pl?dir=mysql-5.1-runtime&entry=kosipov@...

rpl_ndb_circular               [ fail ]

Errors are (from /tmp/var-n_row-5/log/mysqltest-time) :
mysqltest: At line 16: query 'CREATE TABLE t1 (a int key, b int) ENGINE=ndb' failed: 1005: Can't create table 'test.t1' (errno: 157)
(the last lines may be the most important ones)
Result from queries before failure can be found in /tmp/var-n_row-5/log/rpl_ndb_circular.log

rpl_ndb_circular.log:

stop slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
reset master;
reset slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
start slave;
RESET MASTER;
CHANGE MASTER TO master_host="127.0.0.1",master_port=SLAVE_PORT,master_user="root";
START SLAVE;
CREATE TABLE t1 (a int key, b int) ENGINE=ndb;

How to repeat:
Locate a recent pushbuild failure and grab the saved tree.
Also saved at kosipov@sol10-amd64-a:~/mysql-5.1.20-beta-pb352-solaris10-i386.tar.gz
[20 Jun 2007 19:53] Bugs System
Pushed into 5.1.20-beta
[27 Jun 2007 21:26] Tomas Ulin
duplicate with 25305
[3 Jul 2007 18:57] Bugs System
Pushed into 5.1.21-beta