Galera tests are skipped on some Jenkins slaves with galera55 configuration

Bug #1250738 reported by Alexey Kopytov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona XtraBackup moved to https://jira.percona.com/projects/PXB
Fix Released
Medium
Alexey Kopytov
2.1
Fix Released
Medium
Alexey Kopytov
2.2
Fix Released
Medium
Alexey Kopytov

Bug Description

Galera tests are skipped on some Jenkins slave, because the following check:

${MYSQLD} --basedir=$MYSQL_BASEDIR --user=$USER --help --verbose --wsrep-sst-method=rsync| grep -q wsrep
probe_result=$?
if [[ "$probe_result" == "0" ]]
    then
        vlog "Server supports wsrep"
    else
        skip_test "Requires WSREP enabled"
fi

fails. The reasons is that if there's a default system-wide my.cnf with query_cache enabled, starting mysqld --wsrep-sst-method fails as follows:

131112 12:50:18 [ERROR] WSREP: Query cache is not supported
   (size=16777216 type=0)
131112 12:50:18 [ERROR] Aborting

So the above check assumes there's no Galera support and skips the test.

Related branches

Revision history for this message
Shahriyar Rzayev (rzayev-sehriyar) wrote :

Percona now uses JIRA for bug reports so this bug report is migrated to: https://jira.percona.com/browse/PXB-674

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.