mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
skip cassandra.test unless cassandra is running
This commit is contained in:
@ -1,10 +0,0 @@
|
||||
#
|
||||
# suite.pm will make sure that all tests including this file
|
||||
# will be skipped unless innodb or xtradb is enabled
|
||||
#
|
||||
# The test below is redundant
|
||||
|
||||
if (`SELECT COUNT(*) = 0 FROM INFORMATION_SCHEMA.ENGINES WHERE engine = 'cassandra' AND support IN ('YES', 'DEFAULT', 'ENABLED')`)
|
||||
{
|
||||
--skip Test requires Cassandra.
|
||||
}
|
@ -1 +0,0 @@
|
||||
--plugin-load=$HA_CASSANDRA_SO --loose-cassandra=on
|
Reference in New Issue
Block a user