Merge branch '2.3' into develop
This commit is contained in:
@ -791,12 +791,16 @@ void TestConnections::init_maxscale(int m)
|
||||
true,
|
||||
"cp maxscale.cnf %s;"
|
||||
"iptables -F INPUT;"
|
||||
"rm -rf %s/*.log /tmp/core* /dev/shm/* /var/lib/maxscale/maxscale.cnf.d/ /var/lib/maxscale/*;"
|
||||
"%s"
|
||||
"maxctrl api get maxscale/debug/monitor_wait",
|
||||
"rm -rf %s/*.log /tmp/core* /dev/shm/* /var/lib/maxscale/maxscale.cnf.d/ /var/lib/maxscale/*;",
|
||||
maxscales->maxscale_cnf[m],
|
||||
maxscales->maxscale_log_dir[m],
|
||||
maxscale::start ? "service maxscale restart;" : "");
|
||||
maxscales->maxscale_log_dir[m]);
|
||||
if (maxscale::start)
|
||||
{
|
||||
maxscales->restart_maxscale(m);
|
||||
maxscales->ssh_node_f(m,
|
||||
true,
|
||||
"maxctrl api get maxscale/debug/monitor_wait");
|
||||
}
|
||||
}
|
||||
|
||||
void TestConnections::copy_one_mariadb_log(int i, std::string filename)
|
||||
|
||||
Reference in New Issue
Block a user