Remove implicit initialization of all maxscales
The extra maxscale instances are only started if the test explicitly requests it.
This commit is contained in:
@ -38,6 +38,7 @@ int main(int argc, char *argv[])
|
||||
bool passive;
|
||||
char str[1024];
|
||||
|
||||
TestConnections::multiple_maxscales(true);
|
||||
TestConnections * Test = new TestConnections(argc, argv);
|
||||
//Test->set_timeout(10);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user