[MDEV-21682] galera.galera_alter_engine_myisam MTR failed: Can't connect to local MySQL server Created: 2020-02-07  Updated: 2020-04-15  Resolved: 2020-03-11

Status: Closed
Project: MariaDB Server
Component/s: Galera, Tests
Affects Version/s: 10.2.31
Fix Version/s: N/A

Type: Bug Priority: Critical
Reporter: Stepan Patryshev (Inactive) Assignee: Stepan Patryshev (Inactive)
Resolution: Cannot Reproduce Votes: 0
Labels: None
Environment:

TestTarball_2 debian-8



 Description   

galera.galera_alter_engine_myisam failed on CI: "Can't connect to local MySQL server".

stdio.log:

10.2.31-6 e797a9a2e9b420ecb1aa465c033b32bbbfba1a3c

2020-02-07T05:21:09.6463267Z galera.galera_alter_engine_myisam 'innodb' w1 [ fail ]  timeout after 7200 seconds
2020-02-07T05:21:09.6465079Z         Test ended at 2020-02-07 05:21:09
2020-02-07T05:21:09.6465483Z 
2020-02-07T05:21:09.6465802Z Test case timeout after 7200 seconds
2020-02-07T05:21:09.6466077Z 
2020-02-07T05:21:09.6466365Z == /var/tmp/mtr/1/log/galera_alter_engine_myisam.log == 
2020-02-07T05:21:09.6466688Z SET GLOBAL wsrep_replicate_myisam = TRUE;
2020-02-07T05:21:09.6466997Z CREATE TABLE t1 (f1 INTEGER) ENGINE=MyISAM;
2020-02-07T05:21:09.6467499Z INSERT INTO t1 VALUES (1);
2020-02-07T05:21:09.6467817Z ALTER TABLE t1 ENGINE=InnoDB;
2020-02-07T05:21:09.6468062Z 
2020-02-07T05:21:09.6468605Z  == /var/tmp/mtr/1/tmp/analyze-timeout-mysqld.2.err ==
2020-02-07T05:21:09.6469328Z mysqltest: Could not open connection 'default' after 500 attempts: 2002 Can't connect to local MySQL server through socket '/var/tmp/mtr/tmp/1/mysqld.2.sock' (111)
2020-02-07T05:21:09.6469715Z 
2020-02-07T05:21:09.6470201Z  == /var/tmp/mtr/1/tmp/analyze-timeout-mysqld.1.err ==
2020-02-07T05:21:09.6470890Z mysqltest: Could not open connection 'default' after 500 attempts: 2002 Can't connect to local MySQL server through socket '/var/tmp/mtr/tmp/1/mysqld.1.sock' (111)



 Comments   
Comment by Stepan Patryshev (Inactive) [ 2020-03-11 ]

Closing since it does not fail on CI.

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