Bug #17422 rpl_ndb_multi.test fails
Submitted: 15 Feb 2006 12:00 Modified: 15 Mar 2006 14:08
Reporter: Ingo Strüwing Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:5.1.7 OS:Linux (Debian GNU/Linux sid knl 2.6.15)
Assigned to: CPU Architecture:Any

[15 Feb 2006 12:00] Ingo Strüwing
Description:
rpl_ndb_multi                  [ fail ]

Errors are (from /home/mydev/mysql-5.1-bug8841/tmp/test1/mysql-test/var/log/mysqltest-time) :
mysqltest: Result content mismatch
(the last lines may be the most important ones)
Below are the diffs between actual and expected results:
-------------------------------------------------------
*** r/rpl_ndb_multi.result      2006-02-14 10:40:56.000000000 +0300
--- r/rpl_ndb_multi.reject      2006-02-15 14:06:15.000000000 +0300
***************
*** 26,36 ****
  SELECT @the_pos:=Position,@the_file:=SUBSTRING_INDEX(FILE, '/', -1)
  FROM cluster_replication.binlog_index WHERE epoch = <the_epoch> ;
  @the_pos:=Position    @the_file:=SUBSTRING_INDEX(FILE, '/', -1)
! 102   master-bin1.000001
  CHANGE MASTER TO
  master_port=<MASTER_PORT1>,
  master_log_file = 'master-bin1.000001',
! master_log_pos = 102 ;
  start slave;
  INSERT INTO t1 VALUES ("row2","will go away",2),("row3","will change",3),("row4","D",4);
  DELETE FROM t1 WHERE c3 = 1;
--- 26,36 ----
  SELECT @the_pos:=Position,@the_file:=SUBSTRING_INDEX(FILE, '/', -1)
  FROM cluster_replication.binlog_index WHERE epoch = <the_epoch> ;
  @the_pos:=Position    @the_file:=SUBSTRING_INDEX(FILE, '/', -1)
! 246   master-bin1.000001
  CHANGE MASTER TO
  master_port=<MASTER_PORT1>,
  master_log_file = 'master-bin1.000001',
! master_log_pos = 246 ;
  start slave;
  INSERT INTO t1 VALUES ("row2","will go away",2),("row3","will change",3),("row4","D",4);
  DELETE FROM t1 WHERE c3 = 1;
-------------------------------------------------------

How to repeat:
BUILD/compile-pentium-debug-max
make test
[15 Feb 2006 14:08] Tomas Ulin
if you get this again, please provide

master-bin1.000001
[16 Mar 2006 0:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".