[MDEV-15810] Test failure on galera.lp1376747 and galera.lp1376747-2 Created: 2018-04-08  Updated: 2018-04-09  Resolved: 2018-04-09

Status: Closed
Project: MariaDB Server
Component/s: Galera, Tests
Affects Version/s: 10.1
Fix Version/s: 10.1.33, 10.2.15, 10.3.6

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

Issue Links:
Blocks
blocks MDEV-13549 Galera 3 test failures Closed

 Description   

galera.lp1376747-2 'innodb_plugin'       w1 [ fail ]
        Test ended at 2018-04-08 06:41:30
 
CURRENT_TEST: galera.lp1376747-2
mysqltest: At line 8: query 'FLUSH TABLES t1 FOR EXPORT' failed: 1146: Table 'test.t1' doesn't exist
 
The result from queries just before the failure was:
CREATE TABLE t1 (id INT PRIMARY KEY) ENGINE=InnoDB;
INSERT INTO t1 VALUES (1);
FLUSH TABLES t1 FOR EXPORT;
 
 - skipping '/run/shm/var/1/log/galera.lp1376747-2-innodb_plugin/'



 Comments   
Comment by Jan Lindström (Inactive) [ 2018-04-08 ]

Similar failure:

galera.lp1376747 'xtradb'                w3 [ fail ]
        Test ended at 2018-04-08 02:41:28
 
CURRENT_TEST: galera.lp1376747
mysqltest: At line 8: query 'FLUSH TABLES t1 WITH READ LOCK' failed: 1146: Table 'test.t1' doesn't exist
 
The result from queries just before the failure was:
CREATE TABLE t1 (id INT PRIMARY KEY) ENGINE=InnoDB;
INSERT INTO t1 VALUES (1);
FLUSH TABLES t1 WITH READ LOCK;
 
 - saving '/run/shm/var/3/log/galera.lp1376747-xtradb/' to '/run/shm/var/log/galera.lp1376747-xtradb/'

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