Skip tests that cannot be run
If a test requires Galera but it is not available, it is now skipped. All tests that explicitly use the `test.galera` member as well as all tests that use a Galera configuration now require that Galera is present.
This commit is contained in:
@ -58,6 +58,7 @@ void check_pers_conn(TestConnections* Test, int pers_conn_expected[], char* serv
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
TestConnections::require_galera(true);
|
||||
TestConnections* Test = new TestConnections(argc, argv);
|
||||
int pers_conn_expected[4];
|
||||
int galera_pers_conn_expected[4];
|
||||
|
||||
Reference in New Issue
Block a user