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:
parent
bf5f80b13b
commit
2cbfe4fb8a
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user