[MDEV-23706] Galera test failure on galera_autoinc_sst_mariabackup Created: 2020-09-09  Updated: 2020-10-06  Resolved: 2020-09-10

Status: Closed
Project: MariaDB Server
Component/s: Galera, Tests
Affects Version/s: 10.2, 10.3, 10.4, 10.5
Fix Version/s: 10.2.35, 10.3.26, 10.4.16, 10.5.7, 10.6.0

Type: Bug Priority: Major
Reporter: Jan Lindström (Inactive) Assignee: Jan Lindström (Inactive)
Resolution: Fixed Votes: 0
Labels: None


 Description   

CURRENT_TEST: galera.galera_autoinc_sst_mariabackup
mysqltest: In included file "./include/galera_wait_ready.inc": 
included from /home/jenkins/workspace/10.3e-DEV-GALERA/BuildType/RelWithDebInfo/label/debian-9/mysql-test/suite/galera/include/start_mysqld.inc at line 16:
included from /home/jenkins/workspace/10.3e-DEV-GALERA/BuildType/RelWithDebInfo/label/debian-9/mysql-test/suite/galera/t/galera_autoinc_sst_mariabackup.test at line 49:
At line 33: "Server did not transition to READY state"
 
The result from queries just before the failure was:
< snip >
connection node_2;
connection node_1;
CREATE TABLE t1 (f1 INTEGER PRIMARY KEY AUTO_INCREMENT) ENGINE=InnoDB;
CREATE PROCEDURE p1 ()
BEGIN
DECLARE x INT DEFAULT 1;
DECLARE CONTINUE HANDLER FOR SQLEXCEPTION BEGIN END;
WHILE 1 DO
INSERT INTO t1 VALUES (DEFAULT);
COMMIT;
END WHILE;
END|
CALL p1();;
connection node_2;
CALL p1();;
connect node_2a, 127.0.0.1, root, , test, $NODE_MYPORT_2;
connection node_2a;
Killing server ...


Generated at Thu Feb 08 09:24:25 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.