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:
parent
f95fff6632
commit
931ca0f497
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user