[MDEV-15806] Test failure on galera.galera_parallel_simple Created: 2018-04-08  Updated: 2019-08-11  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
Relates
relates to MDEV-20318 galera.galera_parallel_simple fails Closed

 Description   

http://buildbot.askmonty.org/buildbot/builders/kvm-rpm-centos73-ppc64/builds/4287/steps/mtr/logs/stdio

galera.galera_parallel_simple 'xtradb'   w2 [ fail ]
        Test ended at 2018-04-07 18:11:26
 
CURRENT_TEST: galera.galera_parallel_simple
mysqltest: At line 16: query 'LOCK TABLE t1 WRITE' failed: 1146: Table 'test.t1' doesn't exist
 
The result from queries just before the failure was:
CREATE TABLE t1 (id INT) ENGINE=InnoDB;
CREATE TABLE t2 (id INT) ENGINE=InnoDB;
SET GLOBAL wsrep_slave_threads = 2;
LOCK TABLE t1 WRITE;


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