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:
@ -65,6 +65,7 @@ int main(int argc, char *argv[])
|
|||||||
free(rows);
|
free(rows);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
test.stop_timeout();
|
||||||
execute_query(test.repl->nodes[0], "DROP TABLE test.t1;RESET MASTER");
|
execute_query(test.repl->nodes[0], "DROP TABLE test.t1;RESET MASTER");
|
||||||
test.repl->fix_replication();
|
test.repl->fix_replication();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user