← Back to team overview

maria-developers team mailing list archive

Re: [server] MDEV-7130 MASTER_POS_WAIT does not respect timeout when connection_name is specificed (#32)

 

f4rnham <notifications@xxxxxxxxxx> writes:

> https://mariadb.atlassian.net/browse/MDEV-7130
> MASTER_POS_WAIT(log_name,log_pos,timeout,"connection_name") hangs, does not respect the timeout
>
> Changed also arg_count check for connection_name to prevent same bug if fifth argument is introduced in future
>
> Tests can be reduced to just one master_pos_wait select, it may be better since each this select waits one second timeout (except one for non-existing connection, line 23)

Right, I cleaned up the test case and integrated it into the existing
rpl.rpl_master_pos_wait test.

Pushed into 10.0, thanks f4rnham!

 - Kristian.