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
|