From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6529D158091 for ; Fri, 27 Jun 2025 12:35:09 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5337E34143C for ; Fri, 27 Jun 2025 12:35:09 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5E186110563; Fri, 27 Jun 2025 12:34:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 57163110562 for ; Fri, 27 Jun 2025 12:34:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 09D9D341083 for ; Fri, 27 Jun 2025 12:34:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66B432AA9 for ; Fri, 27 Jun 2025 12:34:53 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1751027606.a73ef09960c888edce876bd18342f3c97a1b1837.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mariadb/mariadb-11.8.2.ebuild X-VCS-Directories: dev-db/mariadb/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: a73ef09960c888edce876bd18342f3c97a1b1837 X-VCS-Branch: master Date: Fri, 27 Jun 2025 12:34:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3381c85b-e83c-4b18-a95c-b0bff89964a0 X-Archives-Hash: 9d709414d190c10a99138e388c929a57 commit: a73ef09960c888edce876bd18342f3c97a1b1837 Author: Petr Vaněk gentoo org> AuthorDate: Thu Jun 26 22:22:31 2025 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Fri Jun 27 12:33:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a73ef099 dev-db/mariadb: group network-sandbox related issues Most of the tests fail in network-sandbox because the hostname is set to localhost. This new finding was reported upstream to multiple related tickets. Those tests are grouped to one place with comment and unified description. Few tests from spider.* test suite fail because they cannot retrieve HW address. See-also: https://jira.mariadb.org/browse/MDEV-7761 See-also: https://jira.mariadb.org/browse/MDEV-25096 See-also: https://jira.mariadb.org/browse/MDEV-26320 See-also: https://jira.mariadb.org/browse/MDEV-27044 See-also: https://jira.mariadb.org/browse/MDEV-27045 See-also: https://jira.mariadb.org/browse/MDEV-37088 See-also: https://jira.mariadb.org/browse/MDEV-37098 Signed-off-by: Petr Vaněk gentoo.org> dev-db/mariadb/mariadb-11.8.2.ebuild | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/dev-db/mariadb/mariadb-11.8.2.ebuild b/dev-db/mariadb/mariadb-11.8.2.ebuild index 4a93250c9b39..339829e7df18 100644 --- a/dev-db/mariadb/mariadb-11.8.2.ebuild +++ b/dev-db/mariadb/mariadb-11.8.2.ebuild @@ -569,25 +569,30 @@ src_test() { "innodb_gis.1;MDEV-25095;Known rounding error with latest AMD processors" "innodb_gis.gis;MDEV-25095;Known rounding error with latest AMD processors" "main.gis;MDEV-25095;Known rounding error with latest AMD processors" - "main.explain_non_select;0;Sporadically failing test" - "main.mysql_upgrade;27044;Sporadically failing test" - "main.selectivity_no_engine;26320;Sporadically failing test" - "main.stat_tables;0;Sporadically failing test" - "main.stat_tables_innodb;0;Sporadically failing test" - "main.upgrade_MDEV-19650;25096;Known to be broken" + + # Test which fail in network-sandbox because hostname is set to "localhost" + "main.explain_non_select;0;Fails in network-sandbox" + "main.information_schema_db;MDEV-37088;Fails in network-sandbox" + "main.mariadb-import;MDEV-37087;Fails in network-sandbox" + "main.mysql_upgrade;MDEV-27044;Fails in network-sandbox" + "main.selectivity_no_engine;MDEV-26320;Fails in network-sandbox" + "main.stat_tables;0;Fails in network-sandbox" + "main.stat_tables_innodb;0;Fails in network-sandbox" + "main.upgrade_MDEV-19650;MDEV-25096;Fails in network-sandbox" + "perfschema.privilege_table_io;MDEV-27045;Fails in network-sandbox" + "roles.acl_statistics;0;Fails in network-sandbox" + "sysschema.v_privileges_by_table_by_level;MDEV-36030;Fails in network-sandbox" + + # Some tests are unable to retrieve HW address + "spider.*;MDEV-37098;Fails with network sandbox" + "perfschema.nesting;23458;Known to be broken" "perfschema.prepared_statements;0;Broken test suite" - "perfschema.privilege_table_io;27045;Sporadically failing test" "plugins.cracklib_password_check;0;False positive due to varying policies" "plugins.two_password_validations;0;False positive due to varying policies" - "roles.acl_statistics;0;False positive due to a user count mismatch caused by previous test" - "spider.*;0;Fails with network sandbox" - "sysschema.v_privileges_by_table_by_level;0;Fails with network sandbox, see MDEV-36030" # 11.8.2 specific issues "main.mysqld--help-aria;0;broken test regex, see MDEV-36668" - "main.mariadb-import;0;fails in network-sandbox, see MDEV-37087" - "main.information_schema_db;0;fails in network-sandbox, see MDEV-37088" ) use latin1 || disabled_tests+=(