Sync slaves in mxs1071_maxrows

The first test could fail due to replication lag.
This commit is contained in:
Markus Mäkelä
2018-04-12 10:29:26 +03:00
parent da03c73373
commit a663ea2e80

View File

@ -297,8 +297,7 @@ int main(int argc, char *argv[])
create_t1(Test->maxscales->conn_rwsplit[0]); create_t1(Test->maxscales->conn_rwsplit[0]);
insert_into_t1(Test->maxscales->conn_rwsplit[0], 1); insert_into_t1(Test->maxscales->conn_rwsplit[0], 1);
Test->stop_timeout(); Test->stop_timeout();
sleep(5); Test->repl->sync_slaves();
Test->tprintf("**** Test 1 ****\n"); Test->tprintf("**** Test 1 ****\n");
@ -316,7 +315,8 @@ int main(int argc, char *argv[])
create_t1(Test->maxscales->conn_rwsplit[0]); create_t1(Test->maxscales->conn_rwsplit[0]);
insert_into_t1(Test->maxscales->conn_rwsplit[0], 3); insert_into_t1(Test->maxscales->conn_rwsplit[0], 3);
Test->stop_timeout(); Test->stop_timeout();
sleep(5); Test->repl->sync_slaves();
Test->tprintf("**** Test 2 ****\n"); Test->tprintf("**** Test 2 ****\n");
exp_rows[0] = 0; exp_rows[0] = 0;