diff options
author | Alexey Botchkov <holyfoot@askmonty.org> | 2015-06-08 21:44:13 +0500 |
---|---|---|
committer | Alexey Botchkov <holyfoot@askmonty.org> | 2015-06-08 21:44:13 +0500 |
commit | 87088b91f7dfa49a1946454d347d823dab643569 (patch) | |
tree | c158545010754f7f67dd686aa4b5e5b8946b4bfb | |
parent | 96b37035e4045a27f64810c2d946bad2d1453a80 (diff) | |
download | mariadb-git-87088b91f7dfa49a1946454d347d823dab643569.tar.gz |
MDEV-8211 plugins.server_audit fails sporadically in buildbot.
This test also should be fixed - delay added so the connection
event doesn't happen before the query.
-rw-r--r-- | mysql-test/suite/plugins/t/thread_pool_server_audit.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/plugins/t/thread_pool_server_audit.test b/mysql-test/suite/plugins/t/thread_pool_server_audit.test index 1a2d72999c5..2c749e23480 100644 --- a/mysql-test/suite/plugins/t/thread_pool_server_audit.test +++ b/mysql-test/suite/plugins/t/thread_pool_server_audit.test @@ -13,6 +13,7 @@ set global server_audit_incl_users=null; set global server_audit_file_path='server_audit.log'; set global server_audit_output_type=file; set global server_audit_logging=on; +--sleep 2 connect (con1,localhost,root,,mysql); connection default; disconnect con1; |