Bug #13137 ndb_autodiscover test fails on several platforms
Submitted: 13 Sep 2005 11:41 Modified: 13 Sep 2005 11:59
Reporter: Lenz Grimmer Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:5.0.13-pre OS:Linux (Linux, FreeBSD, HP-UX, IRIX)
Assigned to: Martin Skold CPU Architecture:Any

[13 Sep 2005 11:41] Lenz Grimmer
Description:
Running "mysql-test-run ndb_autodiscover" fails with the following error:

TEST                            RESULT
-------------------------------------------------------
ndb_autodiscover               [ fail ]

Errors are (from /home/mysqldev/build/test/mysql-max-5.0.13-beta-linux-i686/mysql-test/var/log/mysqltest-time) :
mysqltest: At line 0: Result length mismatch
(the last lines may be the most important ones)
Below are the diffs between actual and expected results:
-------------------------------------------------------
*** r/ndb_autodiscover.result   Tue Sep 13 03:43:10 2005
--- r/ndb_autodiscover.reject   Tue Sep 13 14:36:38 2005
***************
*** 99,104 ****
--- 99,106 ----
  id2 int not null,
  name char(20)
  ) engine=ndb;
+ Warnings:
+ Note  1050    Table 't3' already exists
  show status like 'handler_discover%';
  Variable_name Value
  Handler_discover      0
-------------------------------------------------------

How to repeat:
run the "ndb_autodiscover" test, observe the error
[13 Sep 2005 11:59] Lenz Grimmer
Was already resolved but not merged for this test build.