Stop timeout in avro_alter before fixing replication

The resetting of the replication can take some time. By disabling the
timeout during the reset, false positives are less likely.
This commit is contained in:
Markus Mäkelä 2017-07-30 19:26:29 +03:00
parent f95fff6632
commit 931ca0f497

View File

@ -65,6 +65,7 @@ int main(int argc, char *argv[])
free(rows);
}
test.stop_timeout();
execute_query(test.repl->nodes[0], "DROP TABLE test.t1;RESET MASTER");
test.repl->fix_replication();