Fix test failures and add debug logging

Fixed test failures, increased some of the timeouts, added extra info
level logging into rwsplit to help debug the test failures.
This commit is contained in:
Markus Mäkelä
2018-05-21 18:18:50 +03:00
parent b451e89e35
commit a33f09ad06
4 changed files with 9 additions and 29 deletions

View File

@ -228,6 +228,7 @@ bool RWSplitSession::route_single_stmt(GWBUF *querybuf)
// We need to wait until the session commands are executed
m_expected_responses++;
m_query_queue = gwbuf_append(m_query_queue, gwbuf_clone(querybuf));
MXS_INFO("Queuing query until '%s' completes session command", target->name());
}
else
{