refactored tests (#147)

This commit is contained in:
Timofey Turenko
2017-12-08 12:23:04 +02:00
committed by GitHub
parent c6daf8c26b
commit 3c88bf1ec6
253 changed files with 5265 additions and 3649 deletions

View File

@ -16,7 +16,7 @@ void* async_block(void* data)
std::string do_query(TestConnections& test)
{
MYSQL* conn = test.open_rwsplit_connection();
MYSQL* conn = test.maxscales->open_rwsplit_connection(0);
const char* query = "SELECT SLEEP(15), @@server_id";
char output[512] = "";