[MDEV-12171] rpl.rpl_row_basic_11bugs, rpl.rpl_show_slave_hosts failed in buildbot Created: 2017-03-03  Updated: 2022-09-08

Status: Open
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.0
Fix Version/s: None

Type: Bug Priority: Minor
Reporter: Elena Stepanova Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: None

Issue Links:
Relates
relates to MDEV-7069 Fix buildbot failures in main server ... Stalled

 Description   

http://buildbot.askmonty.org/buildbot/builders/p8-trusty-bintar-debug/builds/560/steps/test/logs/stdio

rpl.rpl_row_basic_11bugs 'row,xtradb'    w1 [ fail ]
        Test ended at 2017-02-17 04:42:14
 
CURRENT_TEST: rpl.rpl_row_basic_11bugs
 
 
Failed to start mysqld.1
mysqltest failed but provided no output
The result from queries just before the failure was:
< snip >
2	master,slave
5	slave
set @@global.slave_exec_mode= 'IDEMPOTENT';
**** On Master ****
UPDATE t1 SET a = 5, b = 'master' WHERE a = 1;
SELECT * FROM t1 ORDER BY a;
a	b
2	master,slave
5	master
**** On Slave ****
set @@global.slave_exec_mode= default;
Last_SQL_Error
 
SELECT * FROM t1 ORDER BY a;
a	b
2	master,slave
5	slave
**** On Master ****
DROP TABLE t1;
include/rpl_end.inc

http://buildbot.askmonty.org/buildbot/builders/p8-trusty-bintar/builds/512/steps/test/logs/stdio

rpl.rpl_show_slave_hosts 'stmt'          w2 [ fail ]
        Test ended at 2017-02-17 21:05:00
 
CURRENT_TEST: rpl.rpl_show_slave_hosts
 
 
Failed to start mysqld.2
mysqltest failed but provided no output
The result from queries just before the failure was:
< snip >
include/master-slave.inc
[connection master]
RESET SLAVE;
CHANGE MASTER TO master_host='127.0.0.1',master_port=MASTER_PORT,master_user='root';
START SLAVE IO_THREAD;
include/wait_for_slave_io_to_start.inc
SHOW SLAVE HOSTS;
Server_id	Host	Port	Master_id
3	slave2	SLAVE_PORT	1
2		SLAVE_PORT	1
include/stop_slave_io.inc
SHOW SLAVE HOSTS;
Server_id	Host	Port	Master_id
2		SLAVE_PORT	1
include/rpl_end.inc


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