galera.galera_set_position_after_dummy_writeset 'innodb' w4 [ fail ]
|
Test ended at 2020-04-10 15:12:57
|
|
CURRENT_TEST: galera.galera_set_position_after_dummy_writeset
|
sh: line 1: 21114 Segmentation fault (core dumped) /home/jenkins/workspace/10.5e-MTR-GALERA/BuildType/Debug/label/sles-12/bin/mysqld --defaults-group-suffix=.2 --defaults-file=/var/tmp/mtr/4/my.cnf --log-error=/var/tmp/mtr/tmp/4/galera_wsrep_recover.log --innodb --wsrep-recover > /var/tmp/mtr/tmp/4/galera_wsrep_recover.log 2>&1
|
mysqltest: In included file "./suite/galera/include/galera_wsrep_recover.inc":
|
included from /home/jenkins/workspace/10.5e-MTR-GALERA/BuildType/Debug/label/sles-12/mysql-test/suite/galera/t/galera_set_position_after_dummy_writeset.test at line 78:
|
At line 2: exec of '/home/jenkins/workspace/10.5e-MTR-GALERA/BuildType/Debug/label/sles-12/bin/mysqld --defaults-group-suffix=.2 --defaults-file=/var/tmp/mtr/4/my.cnf --log-error=/var/tmp/mtr/tmp/4/galera_wsrep_recover.log --innodb --wsrep-recover > /var/tmp/mtr/tmp/4/galera_wsrep_recover.log 2>&1' failed, error: 35584, status: 139, errno: 2
|
Output from before failure:
|
Performing --wsrep-recover ...
|
|
|
|
The result from queries just before the failure was:
|
< snip >
|
connection node_2;
|
INSERT INTO t1 VALUES (1, 'node_2');;
|
connect node_1a, 127.0.0.1, root, , test, $NODE_MYPORT_1;
|
connection node_1a;
|
SET SESSION wsrep_sync_wait=0;
|
SET DEBUG_SYNC = "now WAIT_FOR sync.wsrep_apply_cb_reached";
|
connection node_1;
|
SET SESSION wsrep_sync_wait = 0;
|
SET SESSION wsrep_retry_autocommit = 0;
|
INSERT INTO t1 VALUES (1, 'node_1');;
|
connection node_1a;
|
SET GLOBAL DEBUG_DBUG = "";
|
SET DEBUG_SYNC = "now SIGNAL signal.wsrep_apply_cb";
|
connection node_1;
|
ERROR 40001: Deadlock found when trying to get lock; try restarting transaction
|
connection node_2;
|
connection node_2;
|
connection node_1;
|
SET SESSION wsrep_sync_wait = 0;
|
Performing --wsrep-recover ...
|