Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Cannot Reproduce
-
10.4(EOL)
Description
galera.galera_kill_largechanges 'innodb' w1 [ fail ]
|
Test ended at 2019-01-09 09:16:26
|
|
CURRENT_TEST: galera.galera_kill_largechanges
|
mysqltest: In included file "./include/galera_wait_ready.inc":
|
included from /home/jan/mysql/10.4-galera-2/mysql-test/suite/galera/include/start_mysqld.inc at line 16:
|
included from /home/jan/mysql/10.4-galera-2/mysql-test/suite/galera/t/galera_kill_largechanges.test at line 30:
|
At line 28: "Server did not transition to READY state"
|
|
The result from queries just before the failure was:
|
connection node_2;
|
connection node_1;
|
call mtr.add_suppression("WSREP: Last Applied Action message in non-primary configuration from member .*");
|
connection node_1;
|
SET GLOBAL wsrep_provider_options = 'pc.ignore_sb=true';
|
CREATE TABLE ten (f1 INTEGER);
|
INSERT INTO ten VALUES (1), (2), (3), (4), (5), (6), (7), (8), (9), (10);
|
CREATE TABLE t1 (f1 VARCHAR(128)) ENGINE=InnoDB;
|
connection node_2;
|
Killing server ...
|
connection node_1;
|
INSERT INTO t1 SELECT REPEAT('a', 128) FROM ten AS a1, ten AS a2, ten AS a3, ten AS a4, ten AS a5, ten AS a6;
|
connection node_2;
|
|