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 5B757158091 for ; Fri, 27 Jun 2025 12:35:13 +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 4AAB834069F for ; Fri, 27 Jun 2025 12:35:13 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8FFF9110564; 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 87632110564 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 44E32341044 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 A00522AAB 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: <1751027609.fe0fea833e3e4bb0fc77846f7660da5809aecd88.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: fe0fea833e3e4bb0fc77846f7660da5809aecd88 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: 87c31b3d-7c0d-4481-b48e-13d4600901c4 X-Archives-Hash: 4cecf4a28445dc262dafafeb1965333e commit: fe0fea833e3e4bb0fc77846f7660da5809aecd88 Author: Petr Vaněk gentoo org> AuthorDate: Fri Jun 27 11:28:14 2025 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Fri Jun 27 12:33:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe0fea83 dev-db/mariadb: enable perfschema.{nesting,prepared_statements} tests perfschema.nesting and perfschema.prepared_statements tests don't seem to cause any preoblem anymore. Let's enable them. See-also: https://jira.mariadb.org/browse/MDEV-23458 See-also: https://jira.mariadb.org/browse/MDEV-24232 See-also: https://jira.mariadb.org/browse/MDEV-26872 Signed-off-by: Petr Vaněk gentoo.org> dev-db/mariadb/mariadb-11.8.2.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-db/mariadb/mariadb-11.8.2.ebuild b/dev-db/mariadb/mariadb-11.8.2.ebuild index c53102b2cfce..bbc3e42db3aa 100644 --- a/dev-db/mariadb/mariadb-11.8.2.ebuild +++ b/dev-db/mariadb/mariadb-11.8.2.ebuild @@ -586,9 +586,6 @@ src_test() { # 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" - # 11.8.2 specific issues "main.mysqld--help-aria;0;broken test regex, see MDEV-36668" )