From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BA549138334 for ; Mon, 19 Nov 2018 14:10:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6C5EE08F2; Mon, 19 Nov 2018 14:10:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9DAE4E08F2 for ; Mon, 19 Nov 2018 14:10:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08B8C335C63 for ; Mon, 19 Nov 2018 14:10:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7D3943A for ; Mon, 19 Nov 2018 14:10:44 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1542636606.2c58c81f05f45afb4b733a8e21c6ba1fd025af9b.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mysql/mysql-5.5.62.ebuild X-VCS-Directories: dev-db/mysql/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 2c58c81f05f45afb4b733a8e21c6ba1fd025af9b X-VCS-Branch: master Date: Mon, 19 Nov 2018 14:10:44 +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-Archives-Salt: 9b6933cc-c9c6-4959-8fb7-ee9f12fd05ea X-Archives-Hash: 90692d7f01e64d0b41a8021a6df26b37 commit: 2c58c81f05f45afb4b733a8e21c6ba1fd025af9b Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Nov 19 14:10:06 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Nov 19 14:10:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c58c81f dev-db/mysql: disable federated.federated_plugin test Closes: https://bugs.gentoo.org/670816 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann gentoo.org> dev-db/mysql/mysql-5.5.62.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-db/mysql/mysql-5.5.62.ebuild b/dev-db/mysql/mysql-5.5.62.ebuild index 630c5076e7d..cb229697802 100644 --- a/dev-db/mysql/mysql-5.5.62.ebuild +++ b/dev-db/mysql/mysql-5.5.62.ebuild @@ -476,7 +476,8 @@ src_test() { # segfaults at random under Portage only, suspect resource limits. local t - for t in main.mysql_client_test main.mysql_client_test_nonblock \ + for t in federated.federated_plugin \ + main.mysql_client_test main.mysql_client_test_nonblock \ main.mysql_client_test_comp rpl.rpl_extra_col_master_myisam \ main.mysqlhotcopy_archive main.mysqlhotcopy_myisam main.openssl_1 \ rpl.rpl_semi_sync_uninstall_plugin ; do