List:Commits« Previous MessageNext Message »
From:mleich Date:March 2 2007 11:09am
Subject:bk commit into 5.1 tree (mleich:1.2472)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of mleich. When mleich does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2007-03-02 12:09:22+01:00, mleich@stripped +1 -0
  Add new make test-<whatever> targets according to
  an agreement with the build team on the DevServices Meeting in Berlin.
  test-ext-rpl        -- additional replication tests
  test-ext-partitions -- additional tests of the partitioning feature

  Makefile.am@stripped, 2007-03-02 12:09:17+01:00, mleich@stripped +13 -5
    Add make targets for extended QA tests

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	mleich
# Host:	three.local.lan
# Root:	/work/tmp/mysql-5.1-build-x

--- 1.119/Makefile.am	2007-03-02 12:09:30 +01:00
+++ 1.120/Makefile.am	2007-03-02 12:09:30 +01:00
@@ -98,7 +98,7 @@ tags:
   test    test-force    test-full    test-force-full    test-force-mem \
   test-pl test-force-pl test-full-pl test-force-full-pl test-force-pl-mem \
   test-unit test-ps test-nr test-pr test-ns test-binlog-statement \
-  test-ext-funcs test-ext \
+  test-ext-funcs test-ext-rpl test-ext-partitions test-ext \
   test-fast test-fast-cursor test-fast-view test-fast-prepare \
   test-full-qa
 
@@ -159,7 +159,15 @@ test-ext-funcs:
 	@PERL@ ./mysql-test-run.pl --force --suite=funcs_1 ; \
 	@PERL@ ./mysql-test-run.pl --force --suite=funcs_2
 
-test-ext:	test-ext-funcs
+test-ext-rpl:
+	cd mysql-test ; \
+	@PERL@ ./mysql-test-run.pl --force --suite=rpl
+
+test-ext-partitions:
+	cd mysql-test ; \
+	@PERL@ ./mysql-test-run.pl --force --suite=partitions
+
+test-ext:	test-ext-funcs test-ext-rpl test-ext-partitions
 
 test-fast:
 	cd mysql-test ; \
@@ -176,9 +184,9 @@ test-fast-prepare:
 	$(MAKE) subset=--ps-protocol test-fast
 
 test-full-qa:
-	$(MAKE) force=--force test-pl \
-	test-ext test-fast-view \
-	test-fast-cursor
+	$(MAKE) force=--force test-pr \
+	test-binlog-statement test-ext test-fast-view \
+	test-fast-cursor test-unit
 
 # Don't update the files from bitkeeper
 %::SCCS/s.%
Thread
bk commit into 5.1 tree (mleich:1.2472)mleich2 Mar