[MDEV-7153] Yet another sporadic failure of multi_source.gtid in buildbot Created: 2014-11-21  Updated: 2014-11-27  Resolved: 2014-11-27

Status: Closed
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.0
Fix Version/s: 10.0.16

Type: Bug Priority: Major
Reporter: Elena Stepanova Assignee: Kristian Nielsen
Resolution: Fixed Votes: 0
Labels: buildbot, tests

Issue Links:
Relates
relates to MDEV-7037 MariaDB 10.0 does not build on Debian... Closed
relates to MDEV-7069 Fix buildbot failures in main server ... Stalled
relates to MDEV-7106 Sporadic test failure in multi_source... Closed

 Description   

http://buildbot.askmonty.org/buildbot/builders/kvm-bintar-centos5-amd64/builds/851/steps/test/logs/stdio

CURRENT_TEST: multi_source.gtid
--- /usr/local/mariadb-10.0.15-linux-x86_64/mysql-test/suite/multi_source/gtid.result	2014-11-19 15:37:51.000000000 +0100
+++ /usr/local/mariadb-10.0.15-linux-x86_64/mysql-test/suite/multi_source/gtid.reject	2014-11-20 02:59:42.000000000 +0100
@@ -107,26 +107,26 @@
 INSERT INTO t3 VALUES (204, "switch 3 b");
 CHANGE MASTER TO master_port=MYPORT_4, master_host='127.0.0.1', master_user='root', master_use_gtid=current_pos;
 START SLAVE;
+Timeout in wait_condition.inc for SELECT (SELECT COUNT(*) FROM t1)=3 AND (SELECT COUNT(*) FROM t2)=4 AND (SELECT COUNT(*) FROM t3)=7
+Id	User	Host	db	Command	Time	State	Info	Progress
+4	root	localhost:52536	test	Query	0	init	show full processlist	0.000
+11	system user		NULL	Connect	30	Slave has read all relay log; waiting for the slave I/O thread to update it	NULL	0.000
 SELECT * FROM t1 ORDER BY a;
 a	b
 1	initial
 2	switch1
-3	switch 2
 SELECT * FROM t2 ORDER BY a;
 a	b
 1	initial
 2	switch1
 3	switch 2
-4	switch 3
 SELECT * FROM t3 ORDER BY a;
 a	b
 101	initial 1
 102	switch1 a
-103	switch 2 a
 201	initial 2
 202	switch1 b
 203	switch 2 b
-204	switch 3 b
 DROP TABLE t1;
 SET SQL_LOG_BIN=0;
 DROP TABLE t3;
@@ -134,6 +134,10 @@
 DROP TABLE t2;
 DROP TABLE t3;
 SET GLOBAL gtid_domain_id=0;
+Timeout in wait_condition.inc for SELECT COUNT(*)=0 FROM information_schema.tables WHERE table_name IN ("t1", "t2", "t3") AND table_schema = "test"
+Id	User	Host	db	Command	Time	State	Info	Progress
+4	root	localhost:52536	test	Query	0	init	show full processlist	0.000
+11	system user		NULL	Connect	60	Slave has read all relay log; waiting for the slave I/O thread to update it	NULL	0.000
 STOP ALL SLAVES;
 Warnings:
 Note	1938	SLAVE '' stopped
 
mysqltest: Result length mismatch

"Yet another" because we already have two bugs for this test, but they describe different failures: MDEV-7037 MDEV-7106.



 Comments   
Comment by Kristian Nielsen [ 2014-11-27 ]

http://lists.askmonty.org/pipermail/commits/2014-November/007076.html

Generated at Thu Feb 08 07:17:25 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.