mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
MDEV-29608 Default SSL makes mysqlslap much slower, tests fail with timeout
mysqlslap has an unusual semantics of the --iterations option, so that $ mysqlslap --concurrency=16 --iterations=1000 performs 16,000 connections. Because of that it gets many times slower with --ssl Let's disable ssl for mysqlslap in mysql-test
This commit is contained in:
parent
530d19a320
commit
1ac8149b83
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ default-character-set=latin1
|
|||
[mysql_upgrade]
|
||||
default-character-set=latin1
|
||||
|
||||
[mysqlslap]
|
||||
loose-skip-ssl
|
||||
|
||||
[mysqltest]
|
||||
loose-ssl-ca=@ENV.MYSQL_TEST_DIR/std_data/cacert.pem
|
||||
loose-ssl-cert=@ENV.MYSQL_TEST_DIR/std_data/client-cert.pem
|
||||
|
|
Loading…
Reference in a new issue