[MDEV-7559] Tests in wsrep suite can't run without InnoDB, but suite is not configured to use it Created: 2015-02-07  Updated: 2015-02-08  Resolved: 2015-02-08

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

Type: Bug Priority: Minor
Reporter: Elena Stepanova Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: galera, tests


 Description   

Test suite 'wsrep' heavily depends on the presence of InnoDB. If I add a minimal test to the suite, e.g.

$ cat suite/wsrep/t/t1.test
show variables like 'wsrep%';
 

It fails complaining

150207 20:42:54 [Warning] WSREP: error executing 'SET GLOBAL innodb_disallow_writes=1': 1193 (Unknown system variable 'innodb_disallow_writes'). Was mysqld built with --with-innodb-disallow-writes ?

If the whole suite's logic relies on the presence of InnoDB, it should be configured this way – either via combinations or via the config file.



 Comments   
Comment by Elena Stepanova [ 2015-02-08 ]

It's been fixed somehow in the current revision

commit f13939061d468a47985dee0268652a6fe2db7862
Merge: 8672339 3b267eb
Author: Sergei Golubchik <serg@mariadb.org>
Date:   Sat Feb 7 16:14:21 2015 +0100
 
    Merge branch 'bb-10.1-merge' into 10.1

Apparently, InnoDB is not mandatory anymore.

Generated at Thu Feb 08 07:20:31 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.