Stop maxscale if it won't be restarted

This makes sure no MaxScales are running when the test is started.
This commit is contained in:
Markus Mäkelä 2019-03-25 11:23:20 +02:00
parent bf5f80b13b
commit 2cbfe4fb8a
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -801,6 +801,10 @@ void TestConnections::init_maxscale(int m)
true,
"maxctrl api get maxscale/debug/monitor_wait");
}
else
{
maxscales->stop_maxscale(m);
}
}
void TestConnections::copy_one_mariadb_log(int i, std::string filename)