Details
Description
galera.galera_truncate failed on BB 10.4 CS, BB 10.5 CS and BB 10.6 CS: "Table 'test.t2' doesn't exist".
It seems to be a sporadic issue.
10.4.18, 1398160a719394cff3e7e4ee214f51375e8825a1, kvm-deb-bionic-amd64 |
galera.galera_truncate 'innodb' w2 [ fail ]
|
Test ended at 2021-01-26 09:23:46
|
|
CURRENT_TEST: galera.galera_truncate
|
mysqltest: At line 35: query 'TRUNCATE TABLE t2' failed: 1146: Table 'test.t2' doesn't exist
|
|
The result from queries just before the failure was:
|
< snip >
|
connection node_2;
|
TRUNCATE TABLE t1;
|
SELECT COUNT(*) = 0 FROM t1;
|
COUNT(*) = 0
|
1
|
connection node_1;
|
SELECT COUNT(*) = 0 FROM t1;
|
COUNT(*) = 0
|
1
|
connection node_2;
|
CREATE TABLE t2 (f1 VARCHAR(255)) Engine=InnoDB;
|
INSERT INTO t2 VALUES ('abc');
|
connection node_1;
|
TRUNCATE TABLE t2;
|
Attachments
Issue Links
- relates to
-
MDEV-24462 galera.galera_truncate MTR fails: query 'TRUNCATE TABLE t1' failed: 1146: Table 'test.t1' doesn't exist
- Closed