[MDEV-23613] galera_sr.galera_sr_kill_slave MTR failed: query 'LOCK TABLE t2 WRITE' failed: 1146: Table 'test.t2' doesn't exist Created: 2020-08-27  Updated: 2020-10-06  Resolved: 2020-09-10

Status: Closed
Project: MariaDB Server
Component/s: Galera, Tests
Affects Version/s: 10.4.15, 10.5.6
Fix Version/s: 10.4.16, 10.5.7, 10.6.0

Type: Bug Priority: Major
Reporter: Stepan Patryshev (Inactive) Assignee: Jan Lindström (Inactive)
Resolution: Fixed Votes: 0
Labels: None
Environment:

kvm-deb-bionic-aarch64



 Description   

galera_sr.galera_sr_kill_slave failed on BB 10.4 and BB 10.5: "query 'LOCK TABLE t2 WRITE' failed: 1146: Table 'test.t2' doesn't exist".

stdio.log:

10.5.6 65ee216c35d843da7883d255219ab011e20340c2

galera_sr.galera_sr_kill_slave 'innodb'  w1 [ fail ]
        Test ended at 2020-08-25 06:46:49
 
CURRENT_TEST: galera_sr.galera_sr_kill_slave
mysqltest: At line 22: query 'LOCK TABLE t2 WRITE' failed: 1146: Table 'test.t2' doesn't exist
 
The result from queries just before the failure was:
connection node_2;
connection node_1;
CREATE TABLE t1 (f1 INTEGER PRIMARY KEY) ENGINE=InnoDB;
connection node_2;
SELECT COUNT(*) = 0 FROM t1;
COUNT(*) = 0
1
connection node_1;
CREATE TABLE t2 (f1 INTEGER);
connect node_2a, 127.0.0.1, root, , test, $NODE_MYPORT_2;
LOCK TABLE t2 WRITE;


Generated at Thu Feb 08 09:23:43 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.