1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

tests for MDEV-7937: Enforce SSL when --ssl client option is used

* add a test when server certificate is verified successfully
* one test with two combinations (instead of two tests)
* verbose tets: make it print what it is doing
* fix the test to work with yassl and no-ssl builds
This commit is contained in:
Sergei Golubchik
2015-06-09 22:11:22 +02:00
parent 80f6b22593
commit 5a44e1a402
8 changed files with 67 additions and 51 deletions

View File

@@ -1,4 +0,0 @@
if (`SELECT COUNT(*) = 0 FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES WHERE VARIABLE_NAME like 'have_ssl' and VARIABLE_VALUE like 'DISABLED'`)
{
--skip Test requires ssl to be disabled.
}

View File

@@ -1 +0,0 @@
--loose-disable-ssl