<[email protected]> writes:

> ------------------------------------------------------------
> revno: 4507
> revision-id: [email protected]
> parent: [email protected]
> committer: Alexey Botchkov <[email protected]>
> branch nick: mdev-7157
> timestamp: Mon 2014-11-24 02:53:45 +0400
> message:
>   MDEV-7157 plugins.server_audit fails sporadically in buildbot.
>     Records can get to the different place in the log when multiple thread
>       are logged. So the delay added to let the record be saved on the same
>       place.
> === modified file 'mysql-test/suite/plugins/t/server_audit.test'
> --- a/mysql-test/suite/plugins/t/server_audit.test    2014-03-26 19:58:27 
> +0000
> +++ b/mysql-test/suite/plugins/t/server_audit.test    2014-11-23 22:53:45 
> +0000
> @@ -43,6 +43,7 @@ show variables like 'server_audit%';
>  set global server_audit_mode=1;
>  set global server_audit_events='';
>  create database sa_db;
> +--sleep 2

The correct way to do this is to use DEBUG_SYNC...

 - Kristian.

_______________________________________________
Mailing list: https://launchpad.net/~maria-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~maria-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to