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:
parent
09b6668064
commit
4b95bbc7b8
@ -64,6 +64,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();
|
||||
|
||||
test.try_query(test.maxscales->conn_rwsplit[0], "CREATE OR REPLACE TABLE test.t1(id INT)");
|
||||
|
@ -29,6 +29,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();
|
||||
|
||||
execute_query(test.maxscales->conn_rwsplit[0], "USE test");
|
||||
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user