Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.0(EOL)
Description
otto reported an intermittent failure in multi_source.gtid test, apparently due to a slow VM it's run on:
http://labs.seravo.fi/~otto/mariadb-repo/logs/mariadb-10.0_10.0.14-3_amd64.build-fail-2014-11-13
multi_source.gtid 'xtradb' [ fail ]
|
Test ended at 2014-11-13 00:01:11
|
|
CURRENT_TEST: multi_source.gtid
|
--- /home/timo/mariadb/mariadb-10.0/mysql-test/suite/multi_source/gtid.result 2014-09-29 21:04:37.140948000 +0300
|
+++ /home/timo/mariadb/mariadb-10.0/mysql-test/suite/multi_source/gtid.reject 2014-11-13 00:01:10.724000000 +0200
|
@@ -76,7 +76,7 @@
|
Retried_transactions 0
|
Max_relay_log_size 1073741824
|
Executed_log_entries 25
|
-Slave_received_heartbeats 0
|
+Slave_received_heartbeats 1
|
Slave_heartbeat_period 60.000
|
Gtid_Slave_Pos 1-1-4,2-2-3
|
*** Now move slave2 to replicate from both master1 and master2 instead of just slave1 ***
|
|
mysqltest: Result content mismatch
|
Apparently the heartbeat value needs to be masked.