grknight    14/10/06 17:37:46

  Modified:             mysql-cluster-7.3.6-r1.ebuild
                        mysql-cluster-7.2.17.ebuild ChangeLog
  Log:
  Update test data locations wrt bug 524158
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 67C78E1D)

Revision  Changes    Path
1.3                  dev-db/mysql-cluster/mysql-cluster-7.3.6-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-cluster/mysql-cluster-7.3.6-r1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-cluster/mysql-cluster-7.3.6-r1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-cluster/mysql-cluster-7.3.6-r1.ebuild?r1=1.2&r2=1.3

Index: mysql-cluster-7.3.6-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-db/mysql-cluster/mysql-cluster-7.3.6-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mysql-cluster-7.3.6-r1.ebuild       2 Oct 2014 02:38:28 -0000       1.2
+++ mysql-cluster-7.3.6-r1.ebuild       6 Oct 2014 17:37:46 -0000       1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-db/mysql-cluster/mysql-cluster-7.3.6-r1.ebuild,v 
1.2 2014/10/02 02:38:28 grknight Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-db/mysql-cluster/mysql-cluster-7.3.6-r1.ebuild,v 
1.3 2014/10/06 17:37:46 grknight Exp $
 
 EAPI=5
 MY_EXTRAS_VER="20140801-1950Z"
@@ -66,7 +66,7 @@
                export MTR_PARALLEL="${MTR_PARALLEL:-auto}"
 
                # create directories because mysqladmin might right out of order
-               mkdir -p "${S}"/mysql-test/var-tests{,/log}
+               mkdir -p "${T}"/var-tests{,/log}
 
                # These are failing in MySQL 5.5/5.6 for now and are believed 
to be
                # false positives:
@@ -108,7 +108,7 @@
                pushd "${TESTDIR}"
 
                # run mysql-test tests
-               perl mysql-test-run.pl --force 
--vardir="${S}/mysql-test/var-tests"
+               perl mysql-test-run.pl --force --vardir="${T}/var-tests"
                retstatus_tests=$?
                [[ $retstatus_tests -eq 0 ]] || eerror "tests failed"
                has usersandbox $FEATURES && eerror "Some tests may fail with 
FEATURES=usersandbox"
@@ -127,8 +127,6 @@
                [[ -z "$failures" ]] || die "Test failures: $failures"
                einfo "Tests successfully completed"
 
-               # Cleanup data files after tests
-               rm -r "${S}/mysql-test/var-tests" || die "Cleanup failed"
        else
 
                einfo "Skipping server tests due to minimal build."



1.4                  dev-db/mysql-cluster/mysql-cluster-7.2.17.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-cluster/mysql-cluster-7.2.17.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-cluster/mysql-cluster-7.2.17.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-cluster/mysql-cluster-7.2.17.ebuild?r1=1.3&r2=1.4

Index: mysql-cluster-7.2.17.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-db/mysql-cluster/mysql-cluster-7.2.17.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mysql-cluster-7.2.17.ebuild 2 Oct 2014 02:38:28 -0000       1.3
+++ mysql-cluster-7.2.17.ebuild 6 Oct 2014 17:37:46 -0000       1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-db/mysql-cluster/mysql-cluster-7.2.17.ebuild,v 1.3 
2014/10/02 02:38:28 grknight Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-db/mysql-cluster/mysql-cluster-7.2.17.ebuild,v 1.4 
2014/10/06 17:37:46 grknight Exp $
 
 EAPI=4
 MY_EXTRAS_VER="none"
@@ -63,7 +63,7 @@
                export MTR_BUILD_THREAD="$((${RANDOM} % 100))"
 
                # create directories because mysqladmin might right out of order
-               mkdir -p "${S}"/mysql-test/var-tests{,/log}
+               mkdir -p "${T}"/var-tests{,/log}
 
                # These are failing in MySQL 5.5 for now and are believed to be
                # false positives:
@@ -102,7 +102,7 @@
                pushd "${TESTDIR}"
 
                # run mysql-test tests
-               perl mysql-test-run.pl --force 
--vardir="${S}/mysql-test/var-tests" \
+               perl mysql-test-run.pl --force --vardir="${T}/var-tests" \
                        --parallel=auto
                retstatus_tests=$?
                [[ $retstatus_tests -eq 0 ]] || eerror "tests failed"
@@ -122,8 +122,6 @@
                [[ -z "$failures" ]] || die "Test failures: $failures"
                einfo "Tests successfully completed"
 
-               # Cleanup data files after tests
-               rm -r "${S}/mysql-test/var-tests" || die "Cleanup failed"
        else
 
                einfo "Skipping server tests due to minimal build."



1.5                  dev-db/mysql-cluster/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-cluster/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-cluster/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-cluster/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql-cluster/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   2 Oct 2014 02:38:28 -0000       1.4
+++ ChangeLog   6 Oct 2014 17:37:46 -0000       1.5
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/mysql-cluster
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-cluster/ChangeLog,v 1.4 
2014/10/02 02:38:28 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-cluster/ChangeLog,v 1.5 
2014/10/06 17:37:46 grknight Exp $
+
+  06 Oct 2014;  <[email protected]> mysql-cluster-7.2.17.ebuild,
+  mysql-cluster-7.3.6-r1.ebuild:
+  Update test data locations wrt bug 524158
 
   02 Oct 2014; Brian Evans <[email protected]> mysql-cluster-7.2.17.ebuild,
   mysql-cluster-7.3.6-r1.ebuild, mysql-cluster-7.3.6.ebuild:




Reply via email to