List:Commits« Previous MessageNext Message »
From:Alexander Nozdrin Date:February 24 2007 11:12am
Subject:bk commit into 5.0 tree (anozdrin:1.2424)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of alik. When alik 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-02-24 13:12:20+03:00, anozdrin@stripped +4 -0
  IM test suite fix.
  
  Log messages from shell-scripts were put to var/log/<test id>.log
  file. Now, this file is used by mysql-test-run.pl. So, move log
  messages to var/log/<test id>.script.log.

  mysql-test/t/kill_n_check.sh@stripped, 2007-02-24 13:12:18+03:00, anozdrin@stripped +1 -1
    Log messages from shell-scripts were put to var/log/<test id>.log
    file. Now, this file is used by mysql-test-run.pl. So, move log
    messages to var/log/<test id>.script.log.

  mysql-test/t/log.sh@stripped, 2007-02-24 13:12:18+03:00, anozdrin@stripped +1 -1
    Log messages from shell-scripts were put to var/log/<test id>.log
    file. Now, this file is used by mysql-test-run.pl. So, move log
    messages to var/log/<test id>.script.log.

  mysql-test/t/wait_for_process.sh@stripped, 2007-02-24 13:12:18+03:00, anozdrin@stripped +1
-1
    Log messages from shell-scripts were put to var/log/<test id>.log
    file. Now, this file is used by mysql-test-run.pl. So, move log
    messages to var/log/<test id>.script.log.

  mysql-test/t/wait_for_socket.sh@stripped, 2007-02-24 13:12:18+03:00, anozdrin@stripped +1
-1
    Log messages from shell-scripts were put to var/log/<test id>.log
    file. Now, this file is used by mysql-test-run.pl. So, move log
    messages to var/log/<test id>.script.log.

# 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:	anozdrin
# Host:	booka.opbmk
# Root:	/home/alik/Documents/MySQL/devel/5.0-rt-im

--- 1.3/mysql-test/t/wait_for_socket.sh	2006-11-29 02:44:07 +03:00
+++ 1.4/mysql-test/t/wait_for_socket.sh	2007-02-24 13:12:18 +03:00
@@ -30,7 +30,7 @@
 db="$5"
 total_timeout="$6"
 test_id="$7"
-log_file="$MYSQLTEST_VARDIR/log/$test_id.log"
+log_file="$MYSQLTEST_VARDIR/log/$test_id.script.log"
 
 log_debug "-- $basename: starting --"
 log_debug "client_exe: '$client_exe'"

--- 1.2/mysql-test/t/log.sh	2006-12-04 14:05:24 +03:00
+++ 1.3/mysql-test/t/log.sh	2007-02-24 13:12:18 +03:00
@@ -17,7 +17,7 @@
 fi
 
 test_id="$1"
-log_file="$MYSQLTEST_VARDIR/log/$test_id.log"
+log_file="$MYSQLTEST_VARDIR/log/$test_id.script.log"
 
 shift
 

--- 1.5/mysql-test/t/kill_n_check.sh	2006-11-23 22:55:33 +03:00
+++ 1.6/mysql-test/t/kill_n_check.sh	2007-02-24 13:12:18 +03:00
@@ -53,7 +53,7 @@
 expected_result="$2"
 total_timeout="$3"
 test_id="$4"
-log_file="$MYSQLTEST_VARDIR/log/$test_id.log"
+log_file="$MYSQLTEST_VARDIR/log/$test_id.script.log"
 
 log_debug "-- $basename: starting --"
 log_debug "pid_path: '$pid_path'"

--- 1.2/mysql-test/t/wait_for_process.sh	2006-11-23 22:55:33 +03:00
+++ 1.3/mysql-test/t/wait_for_process.sh	2007-02-24 13:12:18 +03:00
@@ -63,7 +63,7 @@
 total_attempts="$2"
 event="$3"
 test_id="$4"
-log_file="$MYSQLTEST_VARDIR/log/$test_id.log"
+log_file="$MYSQLTEST_VARDIR/log/$test_id.script.log"
 
 log_debug "-- $basename: starting --"
 log_debug "pid_path: '$pid_path'"
Thread
bk commit into 5.0 tree (anozdrin:1.2424)Alexander Nozdrin24 Feb