Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.5.9, 10.6.0
-
None
-
kvm-rpm-centos73-ppc64
Description
galera_3nodes.GCF-363 failed on BB 10.5 CS and BB 10.6 CS: "query 'INSERT INTO t1 VALUES (1, 'a')' failed: 1146: Table 'test.t1' doesn't exist".
It seems to be a sporadic issue.
10.5.9, 3ee24b2306f6e6d18a3ab97dc0b7961cb9b12a75, kvm-rpm-centos73-ppc64 |
galera_3nodes.GCF-363 'innodb' w2 [ fail ]
|
Test ended at 2020-12-07 14:00:11
|
|
CURRENT_TEST: galera_3nodes.GCF-363
|
mysqltest: At line 17: 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;
|
CREATE TABLE t1 (f1 INTEGER PRIMARY KEY, f2 CHAR(1)) ENGINE=InnoDB;
|
connection node_1;
|
SET GLOBAL wsrep_on=OFF;
|
INSERT INTO t1 VALUES (1, 'a');
|
SET GLOBAL wsrep_on=ON;
|
connection node_2;
|
SET GLOBAL wsrep_on=OFF;
|
INSERT INTO t1 VALUES (1, 'a');
|
|
- skipping '/dev/shm/var/2/log/galera_3nodes.GCF-363-innodb/'
|
|
Retrying test galera_3nodes.GCF-363, attempt(2/3)...
|
|
worker[2] > Restart - not started
|
worker[2] > Restart - not started
|
worker[2] > Restart - not started
|
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
-
MDEV-24464 galera.galera_toi_ddl_sequential MTR failed: query failed: 1146: Table 'test.t1' doesn't exist
- Closed
-
MDEV-24465 galera.galera_rsu_error MTR failed: query failed with wrong errno 1146: 'Table 'test.t1' doesn't exist'
- Closed
-
MDEV-24482 galera.galera_truncate_temporary MTR failed: query failed: 1146: Table 'test.t1' doesn't exist
- Closed
-
MDEV-24500 galera_sr.GCF-900 MTR failed: query failed: 1146: Table 'test.t1' doesn't exist
- Closed