[MDEV-20137] rpl.mdev_17588 fails in buildbot with "Table doesn't exist" Created: 2019-07-23  Updated: 2019-09-04  Resolved: 2019-09-04

Status: Closed
Project: MariaDB Server
Component/s: Replication, Tests
Affects Version/s: 10.1, 10.2, 10.3, 10.4
Fix Version/s: 10.2.27, 10.1.42, 10.3.18, 10.4.8

Type: Bug Priority: Major
Reporter: Elena Stepanova Assignee: Sachin Setiya (Inactive)
Resolution: Fixed Votes: 0
Labels: None

Issue Links:
Duplicate
duplicates MDEV-20352 Unstable rpl.mdev_17588 Closed
Problem/Incident
is caused by MDEV-17588 replicate-do filters cause errors whe... Closed

 Description   

http://buildbot.askmonty.org/buildbot/builders/kvm-bintar-quantal-x86/builds/18138/steps/mtr/logs/stdio

10.1 4aa97ba5944f4afe751525e68b77100b

rpl.mdev_17588 'innodb_plugin,mix'       w3 [ fail ]
        Test ended at 2019-07-19 10:13:51
 
CURRENT_TEST: rpl.mdev_17588
mysqltest: At line 22: query 'show create table t2' failed: 1146: Table 'test.t2' doesn't exist
 
The result from queries just before the failure was:
< snip >
[connection master]
create table t1 (a int) engine=innodb;
create table t2 (a int);
create table t3 (a int) engine=innodb;
include/save_master_gtid.inc
include/wait_for_slave_sql_error.inc [errno=1286]
Last_Error = 'Error 'Unknown storage engine 'innodb'' on query. Default database: 'test'. Query: 'create table t1 (a int) engine=innodb''
STOP SLAVE IO_THREAD;
include/wait_for_slave_to_stop.inc
SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1;
include/start_slave.inc
include/sync_with_master_gtid.inc
show tables;
Tables_in_test
show create table t2;



 Comments   
Comment by Elena Stepanova [ 2019-08-15 ]

midenok said in MDEV-20352:

Latest fail in 10.3 | Last 25 fails
Generated at Thu Feb 08 08:57:06 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.