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 F1312138A1A for ; Fri, 6 Feb 2015 14:10:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97E9FE0814; Fri, 6 Feb 2015 14:10:37 +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 44DACE0814 for ; Fri, 6 Feb 2015 14:10:37 +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 393D8340702 for ; Fri, 6 Feb 2015 14:10:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6248112E2 for ; Fri, 6 Feb 2015 14:10:34 +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: <1423231713.a719a1aee4dee18eb88c75c7d1e0a220afd352d1.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.16.ebuild X-VCS-Directories: dev-db/mariadb-galera/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: a719a1aee4dee18eb88c75c7d1e0a220afd352d1 X-VCS-Branch: master Date: Fri, 6 Feb 2015 14:10:34 +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: 0197f106-b20b-4b2a-9f8e-b501b24517a8 X-Archives-Hash: a15600b5143768fbc3e36c4d7e48f66e commit: a719a1aee4dee18eb88c75c7d1e0a220afd352d1 Author: Brian Evans gentoo org> AuthorDate: Fri Feb 6 14:08:33 2015 +0000 Commit: Brian Evans gentoo org> CommitDate: Fri Feb 6 14:08:33 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=a719a1ae [mariadb-galera] Version bump --- dev-db/mariadb-galera/mariadb-galera-10.0.16.ebuild | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/dev-db/mariadb-galera/mariadb-galera-10.0.16.ebuild b/dev-db/mariadb-galera/mariadb-galera-10.0.16.ebuild index 3df601e..0d6812f 100644 --- a/dev-db/mariadb-galera/mariadb-galera-10.0.16.ebuild +++ b/dev-db/mariadb-galera/mariadb-galera-10.0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb-galera/mariadb-galera-10.0.15.ebuild,v 1.1 2014/12/16 02:02:07 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb-galera/mariadb-galera-10.0.16.ebuild,v 1.1 2015/02/06 14:07:36 grknight Exp $ EAPI="5" MY_EXTRAS_VER="20141215-0144Z" @@ -94,18 +94,25 @@ multilib_src_test() { mysql-multilib_disable_test "$t" "False positives in Gentoo" done - for t in rpl.rpl_heartbeat_ssl rpl.rpl_ssl rpl.rpl_ssl1 main.ssl_cipher ; do + for t in rpl.rpl_heartbeat_ssl rpl.rpl_ssl rpl.rpl_ssl1 main.ssl_cipher \ + main.ssl_8k_key main.openssl_6975 main.openssl_1 main.ssl main.ssl_compress \ + main.ssl_connect; do mysql-multilib_disable_test "$t" "Disabled due to expired certificate" done + for t in wsrep.binlog_format wsrep.pool_of_threads wsrep.mdev_6832 ; do + mysql-multilib_disable_test "$t" "Skipped for MDEV-7544" + done + # Run mysql tests pushd "${TESTDIR}" # run mysql-test tests # The PATH addition is required for the galera suite to find the sst scripts - WSREP_LOG_DIR="${T}/var-test/wsrep" \ + # Skipping galera tests for now until MDEV-7544 is resovled + WSREP_LOG_DIR="${T}/var-tests/wsrep" \ PATH="${BUILD_DIR}/scripts:${PATH}" \ - perl mysql-test-run.pl --force --vardir="${T}/var-tests" + perl mysql-test-run.pl --force --vardir="${T}/var-tests" --skip-test=galera retstatus_tests=$? [[ $retstatus_tests -eq 0 ]] || eerror "tests failed" has usersandbox $FEATURES && eerror "Some tests may fail with FEATURES=usersandbox"