Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
10.0(EOL)
-
None
-
None
Description
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
|
Attachments
Issue Links
- relates to
-
MDEV-7069 Fix buildbot failures in main server trees
-
- Stalled
-
Activity
Summary | rpl.rpl_row_basic_11bugs failed in buildbot | rpl.rpl_row_basic_11bugs, rpl.rpl_show_slave_hosts failed in buildbot |
Description |
http://buildbot.askmonty.org/buildbot/builders/p8-trusty-bintar-debug/builds/560/steps/test/logs/stdio
{noformat} 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 {noformat} |
http://buildbot.askmonty.org/buildbot/builders/p8-trusty-bintar-debug/builds/560/steps/test/logs/stdio
{noformat} 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 {noformat} http://buildbot.askmonty.org/buildbot/builders/p8-trusty-bintar/builds/512/steps/test/logs/stdio {noformat} 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 {noformat} |
Workflow | MariaDB v3 [ 79826 ] | MariaDB v4 [ 140236 ] |
Fix Version/s | 10.0 [ 16000 ] |