List:Commits« Previous MessageNext Message »
From:Andrei Elkin Date:January 30 2009 2:25pm
Subject:bzr commit into mysql-6.0-bugteam branch (aelkin:2988) Bug#37714
View as plain text  
#At file:///home/andrei/MySQL/BZR/mysql-6.0-bugteam/ based on revid:davi.arnaut@stripped

 2988 Andrei Elkin	2009-01-30
      Bug #37714 rpl.rpl_heartbeat fails sporadically in pushbuild due to timeout
      
      Finally there happened to be the timeout again:
      https://intranet.mysql.com/secure/pushbuild/showpush.pl?dir=bzr_mysql-6.0-bugteam&order=458
      
      The test is conditionally disabled not to run on windows.
      
      Todo: remove +-- source include/not_windows.inc upon the case's been fixed.
modified:
  mysql-test/suite/rpl/t/rpl_heartbeat.test

per-file messages:
  mysql-test/suite/rpl/t/rpl_heartbeat.test
    disabling the test on windows while bug#37714 under resolving.
    Todo: remove +-- source include/not_windows.inc upon the case's been fixed.
=== modified file 'mysql-test/suite/rpl/t/rpl_heartbeat.test'
--- a/mysql-test/suite/rpl/t/rpl_heartbeat.test	2008-03-27 10:09:24 +0000
+++ b/mysql-test/suite/rpl/t/rpl_heartbeat.test	2009-01-30 14:25:16 +0000
@@ -8,6 +8,7 @@
 # - SHOW STATUS like 'Slave_heartbeat_period' report
 
 -- source include/have_log_bin.inc
+-- source include/not_windows.inc
 
 connect (master,localhost,root,,test,$MASTER_MYPORT,$MASTER_MYSOCK);
 connect (slave,localhost,root,,test,$SLAVE_MYPORT,$SLAVE_MYSOCK);

Thread
bzr commit into mysql-6.0-bugteam branch (aelkin:2988) Bug#37714Andrei Elkin30 Jan