Bug #15622 Test case 'ndb_multi' failure on freebsd5.3 and hpux11
Submitted: 9 Dec 2005 9:44 Modified: 11 Dec 2005 16:20
Reporter: Kristian Nielsen Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:clone-5.0.17-build OS:FreeBSD (FreeBSD5.3, HPUX 11)
Assigned to: CPU Architecture:Any

[9 Dec 2005 9:44] Kristian Nielsen
Description:
The test cases ndb_multi and ndb_read_multi_range failed during a test build of 5.0.17 (I think the second failure could possibly be caused by the first one):

10327: ndb_multi                      [ fail ]
10328: 
10329: Errors are (from /usr/home/mysqldev/bsd53/test/mysql-max-5.0.17-freebsd5.3-i386/mysql-test/var/log/mysqltest-time) :
10330: mysqltest: At line 43: query 'select * from t1' failed: 1015: Can't lock file (errno: 241)
10331: (the last lines may be the most important ones)

10340: ndb_read_multi_range           [ fail ]
10341: 
10342: Errors are (from /usr/home/mysqldev/bsd53/test/mysql-max-5.0.17-freebsd5.3-i386/mysql-test/var/log/mysqltest-time) :
10343: mysqltest: At line 190: query 'create table t2 as select * from t1 where a in (5,6,7,8,9,10)' failed: 1050: Table 't2' already exists
10344: (the last lines may be the most important ones)

How to repeat:
Run the test suite.
[11 Dec 2005 16:20] Kent Boortz
This is a duplicate of bug#15401