Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.4(EOL)
-
None
Description
galera.galera_toi_truncate 'innodb' w4 [ fail ] timeout after 900 seconds
|
Test ended at 2020-06-24 09:40:02
|
|
Test case timeout after 900 seconds
|
|
== /home/jan/mysql/10.4/mysql-test/var/4/log/galera_toi_truncate.log ==
|
connection node_2;
|
connection node_1;
|
connection node_1;
|
CREATE TABLE ten (f1 INTEGER NOT NULL PRIMARY KEY) ENGINE=InnoDB;
|
INSERT INTO ten VALUES (1),(2),(3),(4),(5),(6),(7),(8),(9),(10);
|
CREATE TABLE t1 (f1 INTEGER) ENGINE=InnoDB;
|
connection node_2;
|
SET SESSION wsrep_retry_autocommit = 0;
|
INSERT INTO t1 (f1) SELECT 1 FROM ten AS a1, ten AS a2, ten AS a3, ten AS a4, ten AS a5, ten AS a6, ten AS a7, ten AS a8;
|
connection node_1;
|
TRUNCATE TABLE t1;;
|
connection node_2;
|