[MDEV-23593] galera_3nodes.GCF-376 MTR failed: Table 'test.t1' doesn't exist Created: 2020-08-26  Updated: 2020-10-06  Resolved: 2020-09-10

Status: Closed
Project: MariaDB Server
Component/s: Galera, Tests
Affects Version/s: 10.5.6
Fix Version/s: 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-xenial-aarch64



 Description   

galera_3nodes.GCF-376 failed on BB 10.5: "query 'INSERT INTO t1 VALUES (1, 'a')' failed: 1146: Table 'test.t1' doesn't exist".

stdio.log:

10.5.6 97a4a3872e5037b8db1e8c27152740190330ab9c

galera_3nodes.GCF-376 'innodb'           w2 [ fail ]
        Test ended at 2020-08-26 08:04:40
 
CURRENT_TEST: galera_3nodes.GCF-376
mysqltest: At line 21: query 'INSERT INTO t1 VALUES (1, 'a')' failed: 1146: Table 'test.t1' doesn't exist
 
The result from queries just before the failure was:
connection node_2;
connection node_1;
connect node_3, 127.0.0.1, root, , test, $NODE_MYPORT_3;
connection node_1;
connection node_1;
connection node_2;
connection node_3;
CREATE TABLE test.t1 (f1 INTEGER PRIMARY KEY, f2 CHAR(1)) ENGINE=InnoDB;
connection node_2;
SET GLOBAL wsrep_on=OFF;
INSERT INTO t1 VALUES (1, 'a');


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