1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Skip cassandra_qcache.test if there is no Cassandra cluster running.

This commit is contained in:
Sergey Petrunya
2013-02-04 10:38:31 +04:00
parent 3c8b9ed6fb
commit f5f61edb76

View File

@ -16,6 +16,7 @@ sub skip_combinations {
unless -e '/etc/pam.d/mariadb_mtr';
$skip{'t/cassandra.test'} = 'Cassandra is not running'
unless cassandra_running();
$skip{'t/cassandra_qcache.test'} = $skip{'t/cassandra.test'};
%skip;
}