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 7B27D158091 for ; Fri, 27 Jun 2025 12:35:01 +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 5BECF3410D1 for ; Fri, 27 Jun 2025 12:35:01 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E1A6B11055D; Fri, 27 Jun 2025 12:34:54 +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 D3BF311055D for ; Fri, 27 Jun 2025 12:34:54 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84D40340E97 for ; Fri, 27 Jun 2025 12:34:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E95E12AA3 for ; Fri, 27 Jun 2025 12:34:52 +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: <1751027601.d47c9143a23dd1ca660e553450555caed8327010.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: d47c9143a23dd1ca660e553450555caed8327010 X-VCS-Branch: master Date: Fri, 27 Jun 2025 12:34:52 +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: 1d2ef7d6-2125-48cf-bc0b-bd35fa6f64d3 X-Archives-Hash: 05d962d632ab833f16fc0a55f6da8355 commit: d47c9143a23dd1ca660e553450555caed8327010 Author: Petr Vaněk gentoo org> AuthorDate: Thu Jun 26 22:06:45 2025 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Fri Jun 27 12:33:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d47c9143 dev-db/mariadb: enable compat/oracle.plugin test The compat/oracle.plugin test is skipped automtacially if the plugin is not available. Signed-off-by: Petr Vaněk gentoo.org> dev-db/mariadb/mariadb-11.8.2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-db/mariadb/mariadb-11.8.2.ebuild b/dev-db/mariadb/mariadb-11.8.2.ebuild index 23870d30eab6..2f2669eda90a 100644 --- a/dev-db/mariadb/mariadb-11.8.2.ebuild +++ b/dev-db/mariadb/mariadb-11.8.2.ebuild @@ -566,7 +566,6 @@ src_test() { cp "${S}"/mysql-test/unstable-tests "${T}/disabled.def" || die local disabled_tests+=( - "compat/oracle.plugin;0;Needs example plugin which Gentoo disables" "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"