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:
@ -801,6 +801,10 @@ void TestConnections::init_maxscale(int m)
|
|||||||
true,
|
true,
|
||||||
"maxctrl api get maxscale/debug/monitor_wait");
|
"maxctrl api get maxscale/debug/monitor_wait");
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
maxscales->stop_maxscale(m);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void TestConnections::copy_one_mariadb_log(int i, std::string filename)
|
void TestConnections::copy_one_mariadb_log(int i, std::string filename)
|
||||||
|
|||||||
Reference in New Issue
Block a user