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:
@ -5,9 +5,8 @@
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
|
||||
TestConnections test(argc, argv);
|
||||
char server_id[test.galera->N][1024];
|
||||
char server_id[test.repl->N][1024];
|
||||
|
||||
test.repl->connect();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user