List:Commits« Previous MessageNext Message »
From:Joerg Bruehe Date:November 16 2007 4:36pm
Subject:bk commit into 5.0 tree (joerg:1.2578)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of joerg. When joerg 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-11-16 17:36:13+01:00, joerg@trift2. +1 -0
  In the "spec" file for RPM builds, handle the debug server tests different from the standard server.

  support-files/mysql.spec.sh@stripped, 2007-11-16 17:36:11+01:00, joerg@trift2. +5 -1
    Don't use the "test-bt" target to run the tests on the debug server,
    rather use "test-bt-debug".
    
    There are two reasons for this:
    1) Consistency with the "tar.gz" builds.
    2) The tool that evaluates the build logs needs unique "--comment=" options in the log,
       or else it will fail when it generates the test status summary.

diff -Nrup a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
--- a/support-files/mysql.spec.sh	2007-05-02 16:53:50 +02:00
+++ b/support-files/mysql.spec.sh	2007-11-16 17:36:11 +01:00
@@ -340,7 +340,7 @@ do
     ./libtool --mode=execute cp sql/mysqld sql/mysqld-debug
     ./libtool --mode=execute nm --numeric-sort sql/mysqld-debug > sql/mysqld-debug.sym
     echo "# debug"
-    make test-bt
+    make test-bt-debug
     make clean
   fi
 done
@@ -715,6 +715,10 @@ fi
 # itself - note that they must be ordered by date (important when
 # merging BK trees)
 %changelog
+* Fri Nov 16 2007 Joerg Bruehe <joerg@stripped>
+
+- When testing the debug server, use "make test-bt-debug".
+
 * Sat Apr 07 2007 Kent Boortz <kent@stripped>
 
 - Removed man page for "mysql_create_system_tables"
Thread
bk commit into 5.0 tree (joerg:1.2578)Joerg Bruehe16 Nov