Enable info log for failing tests

The three tests appear to hang in unexpected places. Enabling the info log
should reveal where the hang happens.
This commit is contained in:
Markus Mäkelä
2018-05-02 08:44:54 +03:00
parent 09b6668064
commit 4b95bbc7b8
3 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,7 @@ int main(int argc, char** argv)
{
TestConnections test(argc, argv);
test.maxscales->ssh_node_f(0, true, "maxadmin enable log-priority info");
test.maxscales->connect();
double_cursor(test, test.maxscales->conn_rwsplit[0]);
test.maxscales->disconnect();