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

@ -17,7 +17,7 @@ int main(int argc, char *argv[])
test.repl->connect();
test.binlog_cmd_option = 1;
test.start_binlog();
test.start_binlog(0);
test.repl->connect();
test.tprintf("install semisync plugin");
execute_query(test.repl->nodes[0],
@ -57,4 +57,3 @@ int main(int argc, char *argv[])
return test.global_result;
}