commit: 7a5e247207dd85953077636254906d2b34e25580 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Fri Jan 23 03:06:35 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jan 25 06:34:15 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a5e2472
dev-db/mysql: skip tests affected by expired certificate Hopefully this is what is blocking the stable request. Bug: https://bugs.gentoo.org/968484 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/45495 Closes: https://github.com/gentoo/gentoo/pull/45495 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-db/mysql/mysql-8.0.43.ebuild | 11 ++++++++++- dev-db/mysql/mysql-8.0.44.ebuild | 11 ++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/dev-db/mysql/mysql-8.0.43.ebuild b/dev-db/mysql/mysql-8.0.43.ebuild index 5de660d16904..2dd10d10bd0a 100644 --- a/dev-db/mysql/mysql-8.0.43.ebuild +++ b/dev-db/mysql/mysql-8.0.43.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -500,6 +500,15 @@ src_test() { "main.keyring_migration_password;0;Known test failure -- no upstream bug yet" "innodb.upgrade_orphan;0;Known test failure -- no upstream bug yet" + + # Updated in newer versions + # https://github.com/mysql/mysql-server/commit/269f4ef1e091c7a4404450f97c5ae1845443eb25 + "auth_sec.admin_channel_tls;0;Certificate expired" + "auth_sec.admin_channel_tls_startup;0;Certificate expired" + "auth_sec.cert_verify;0;Certificate expired" + "auth_sec.cert_verify_openssl;0;Certificate expired" + "x.mysqlxtest_mode_ssl;0;Certificate expired" + "x.mysqlxtest_mode_ssl_unixsocket;0;Certificate expired" ) if ! hash zip 1>/dev/null 2>&1 ; then diff --git a/dev-db/mysql/mysql-8.0.44.ebuild b/dev-db/mysql/mysql-8.0.44.ebuild index 64ebe8d7e546..704fe7844b3a 100644 --- a/dev-db/mysql/mysql-8.0.44.ebuild +++ b/dev-db/mysql/mysql-8.0.44.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -500,6 +500,15 @@ src_test() { "main.keyring_migration_password;0;Known test failure -- no upstream bug yet" "innodb.upgrade_orphan;0;Known test failure -- no upstream bug yet" + + # Updated in newer versions + # https://github.com/mysql/mysql-server/commit/269f4ef1e091c7a4404450f97c5ae1845443eb25 + "auth_sec.admin_channel_tls;0;Certificate expired" + "auth_sec.admin_channel_tls_startup;0;Certificate expired" + "auth_sec.cert_verify;0;Certificate expired" + "auth_sec.cert_verify_openssl;0;Certificate expired" + "x.mysqlxtest_mode_ssl;0;Certificate expired" + "x.mysqlxtest_mode_ssl_unixsocket;0;Certificate expired" ) if ! hash zip 1>/dev/null 2>&1 ; then
