[MDEV-7175] RPM install tests fail in buildbot with ERROR 1231 Variable 'wsrep_provider' can't be set to ... Created: 2014-11-23  Updated: 2014-11-28  Resolved: 2014-11-28

Status: Closed
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.1
Fix Version/s: 10.1.2

Type: Bug Priority: Major
Reporter: Elena Stepanova Assignee: Nirbhay Choubey (Inactive)
Resolution: Fixed Votes: 0
Labels: buildbot, galera, tests

Issue Links:
Blocks
blocks MDEV-7172 Fix buildbot failures in 10.1 tree Closed

 Description   

http://buildbot.askmonty.org/buildbot/builders/kvm-rpm-fedora19-amd64/builds/839/steps/test/logs/stdio
(and more)

Starting MySQL. SUCCESS! 
++ echo '/usr/lib*/galera/libgalera_smm.so'
+ galera_path='/usr/lib*/galera/libgalera_smm.so'
+ mysql -uroot -e 'use test; create table t(a int primary key) engine=innodb; insert into t values (1); select * from t; drop table t;set global wsrep_provider="/usr/lib*/galera/libgalera_smm.so"; set global wsrep_cluster_address="gcomm://";show status like "wsrep%"'
+---+
| a |
+---+
| 1 |
+---+
ERROR 1231 (42000) at line 1: Variable 'wsrep_provider' can't be set to the value of '/usr/lib*/galera/libgalera_smm.so'



 Comments   
Comment by Nirbhay Choubey (Inactive) [ 2014-11-27 ]

Why is library path getting quoted? Could it be because of the extra control characters that show up in the output ?

Complete!
+ sudo /etc/init.d/mysql restart
MySQL server PID file could not be found!�[60G[�[0;31mFAILED�[0;39m]
 
Starting MySQL.�[60G[�[0;32m  OK  �[0;39m]
 
++ echo '/usr/lib*/galera/libgalera_smm.so'
+ galera_path='/usr/lib*/galera/libgalera_smm.so'

Comment by Nirbhay Choubey (Inactive) [ 2014-11-27 ]

Ok, control characters is not related.

Comment by Nirbhay Choubey (Inactive) [ 2014-11-28 ]

10.1 server rpm package currently do not "require" galera, due to which galera library was missing. I have updated maria-master.cfg to install galera package.

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