From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C724B13877A for ; Fri, 5 Sep 2014 01:16:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45697E0982; Fri, 5 Sep 2014 01:16:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C592AE0984 for ; Fri, 5 Sep 2014 01:16:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BFA3234012F for ; Fri, 5 Sep 2014 01:16:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 428944BD7 for ; Fri, 5 Sep 2014 01:15:59 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1409879740.0d9c620df70e637f263f38db7b00f2573ecf2c24.grknight@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: dev-db/mariadb-galera/ X-VCS-Repository: proj/mysql X-VCS-Files: dev-db/mariadb-galera/mariadb-galera-10.0.13.ebuild X-VCS-Directories: dev-db/mariadb-galera/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 0d9c620df70e637f263f38db7b00f2573ecf2c24 X-VCS-Branch: master Date: Fri, 5 Sep 2014 01:15:59 +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: 51d88142-03d8-40c4-8b46-76afbdfc3718 X-Archives-Hash: dfa334b61e7eed6d505d4aebfe11e1ef commit: 0d9c620df70e637f263f38db7b00f2573ecf2c24 Author: Brian Evans gentoo org> AuthorDate: Fri Sep 5 01:15:40 2014 +0000 Commit: Brian Evans gentoo org> CommitDate: Fri Sep 5 01:15:40 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=0d9c620d [mariadb-galera] sync from tree --- dev-db/mariadb-galera/mariadb-galera-10.0.13.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-db/mariadb-galera/mariadb-galera-10.0.13.ebuild b/dev-db/mariadb-galera/mariadb-galera-10.0.13.ebuild index 32e2aad..bcc41bc 100644 --- a/dev-db/mariadb-galera/mariadb-galera-10.0.13.ebuild +++ b/dev-db/mariadb-galera/mariadb-galera-10.0.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb-galera/mariadb-galera-10.0.13.ebuild,v 1.1 2014/09/03 22:44:00 grknight Exp $ EAPI="5" MY_EXTRAS_VER="20140903-1928Z" @@ -60,6 +60,9 @@ multilib_src_test() { # Ensure that parallel runs don't die export MTR_BUILD_THREAD="$((${RANDOM} % 100))" + # You may set this by hand. + # The default maximum is 8 unless MTR_MAX_PARALLEL is increased + export MTR_PARALLEL="${MTR_PARALLEL:-auto}" # create directories because mysqladmin might right out of order mkdir -p "${S}"/mysql-test/var-tests{,/log} @@ -95,7 +98,7 @@ multilib_src_test() { # run mysql-test tests # Skip all CONNECT engine tests until upstream respondes to how to reference data files perl mysql-test-run.pl --force --vardir="${S}/mysql-test/var-tests" \ - --skip-test=connect --parallel=auto + --skip-test=connect retstatus_tests=$? [[ $retstatus_tests -eq 0 ]] || eerror "tests failed" has usersandbox $FEATURES && eerror "Some tests may fail with FEATURES=usersandbox"