dev-db/mysql: disable tests requiring <openssl-1.1.1
authorThomas Deutschmann <whissi@gentoo.org>
Sat, 17 Aug 2019 18:39:58 +0000 (20:39 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Sat, 17 Aug 2019 18:42:19 +0000 (20:42 +0200)
Bug: https://bugs.gentoo.org/679264
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
dev-db/mysql/mysql-5.6.44-r1.ebuild
dev-db/mysql/mysql-5.6.45-r1.ebuild
dev-db/mysql/mysql-5.7.26.ebuild
dev-db/mysql/mysql-5.7.27.ebuild

index c9f4057f701969c57975997d46134b4ea28878e1..e51ea5affde5414f90adcc0092c87a505b403e27 100644 (file)
@@ -501,14 +501,15 @@ src_test() {
        if has_version '>=dev-libs/openssl-1.1.0' ; then
                # Tests are expecting <openssl-1.1 default cipher
                for t in \
+                       main.openssl_1 \
+                       main.plugin_auth_sha256_tls \
+                       main.ssl \
                        main.ssl_8k_key \
-                       main.ssl-sha512 \
-                       main.ssl_crl \
                        main.ssl_ca \
-                       main.ssl \
+                       main.ssl_cipher\
                        main.ssl_compress \
-                       main.plugin_auth_sha256_tls \
-                       main.openssl_1 \
+                       main.ssl_crl \
+                       main.ssl-sha512 \
                ; do
                        _disable_test  "$t" "Requires <dev-libs/openssl-1.1.0"
                done
index 138b0cab8501e0985bf7af421d210149ed1e6ba5..dfea0d2a2a471fb48c92e12d08b69f43972349de 100644 (file)
@@ -506,14 +506,15 @@ src_test() {
        if has_version '>=dev-libs/openssl-1.1.0' ; then
                # Tests are expecting <openssl-1.1 default cipher
                for t in \
+                       main.openssl_1 \
+                       main.plugin_auth_sha256_tls \
+                       main.ssl \
                        main.ssl_8k_key \
-                       main.ssl-sha512 \
-                       main.ssl_crl \
                        main.ssl_ca \
-                       main.ssl \
+                       main.ssl_cipher\
                        main.ssl_compress \
-                       main.plugin_auth_sha256_tls \
-                       main.openssl_1 \
+                       main.ssl_crl \
+                       main.ssl-sha512 \
                ; do
                        _disable_test  "$t" "Requires <dev-libs/openssl-1.1.0"
                done
index e7e64676eaca5989b790c225056c24f969b5f222..e7550e70b18024a9f8015d9ff7976211a175c2cc 100644 (file)
@@ -605,6 +605,38 @@ src_test() {
                done
        fi
 
+       if has_version '>=dev-libs/openssl-1.1.1' ; then
+               # Tests are expecting <openssl-1.1.1 default cipher
+               for t in \
+                       auth_sec.cert_verify \
+                       auth_sec.mysql_ssl_connection \
+                       auth_sec.openssl_cert_generation \
+                       auth_sec.ssl_auto_detect \
+                       auth_sec.ssl_mode \
+                       auth_sec.tls \
+                       binlog.binlog_grant_alter_user \
+                       encryption.innodb_onlinealter_encryption \
+                       main.grant_alter_user_qa \
+                       main.grant_user_lock_qa \
+                       main.mysql_ssl_default \
+                       main.openssl_1 \
+                       main.plugin_auth_sha256_tls \
+                       main.ssl \
+                       main.ssl_8k_key \
+                       main.ssl_bug75311 \
+                       main.ssl_ca \
+                       main.ssl_cipher \
+                       main.ssl_compress \
+                       main.ssl_crl \
+                       main.ssl_ecdh \
+                       main.ssl_verify_identity \
+                       x.connection_tls_version \
+                       x.connection_openssl \
+               ; do
+                       _disable_test  "$t" "Requires <dev-libs/openssl-1.1.1"
+               done
+       fi
+
        # Try to increase file limits to increase test coverage
        if ! ulimit -n 16500 1>/dev/null 2>&1 ; then
                # Upper limit comes from parts.partition_* tests
index af33f7a4a314729a1ffd5a1359691ccacc9a5e93..81848199c426a50f16f85f30f5ff2bf0a6aca42f 100644 (file)
@@ -612,6 +612,38 @@ src_test() {
                done
        fi
 
+       if has_version '>=dev-libs/openssl-1.1.1' ; then
+               # Tests are expecting <openssl-1.1.1 default cipher
+               for t in \
+                       auth_sec.cert_verify \
+                       auth_sec.mysql_ssl_connection \
+                       auth_sec.openssl_cert_generation \
+                       auth_sec.ssl_auto_detect \
+                       auth_sec.ssl_mode \
+                       auth_sec.tls \
+                       binlog.binlog_grant_alter_user \
+                       encryption.innodb_onlinealter_encryption \
+                       main.grant_alter_user_qa \
+                       main.grant_user_lock_qa \
+                       main.mysql_ssl_default \
+                       main.openssl_1 \
+                       main.plugin_auth_sha256_tls \
+                       main.ssl \
+                       main.ssl_8k_key \
+                       main.ssl_bug75311 \
+                       main.ssl_ca \
+                       main.ssl_cipher \
+                       main.ssl_compress \
+                       main.ssl_crl \
+                       main.ssl_ecdh \
+                       main.ssl_verify_identity \
+                       x.connection_tls_version \
+                       x.connection_openssl \
+               ; do
+                       _disable_test  "$t" "Requires <dev-libs/openssl-1.1.1"
+               done
+       fi
+
        # Try to increase file limits to increase test coverage
        if ! ulimit -n 16500 1>/dev/null 2>&1 ; then
                # Upper limit comes from parts.partition_* tests