Below is the list of changes that have just been committed into a local
5.0 repository of msvensson. When msvensson 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, 2006-11-03 17:53:57+01:00, msvensson@neptunus.(none) +1 -0
Fiexes for --stress mode in mysql-test-run.pl
mysql-test/lib/mtr_stress.pl@stripped, 2006-11-03 17:53:52+01:00, msvensson@neptunus.(none)
+2 -3
"stop_masters" function renamed to "stop_all_servers"
"path_mysock" renamed to "path_sock"
# 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: msvensson
# Host: neptunus.(none)
# Root: /home/msvensson/mysql/my50-m-stress
--- 1.2/mysql-test/lib/mtr_stress.pl 2006-11-03 17:54:10 +01:00
+++ 1.3/mysql-test/lib/mtr_stress.pl 2006-11-03 17:54:10 +01:00
@@ -122,7 +122,7 @@ sub run_stress_test ()
mtr_init_args(\$args);
- mtr_add_arg($args, "--server-socket=%s", $::master->[0]->{'path_mysock'});
+ mtr_add_arg($args, "--server-socket=%s", $::master->[0]->{'path_sock'});
mtr_add_arg($args, "--server-user=%s", $::opt_user);
mtr_add_arg($args, "--server-database=%s", "test");
mtr_add_arg($args, "--stress-suite-basedir=%s", $::glob_mysql_test_dir);
@@ -168,10 +168,9 @@ sub run_stress_test ()
#Run stress test
mtr_run("$::glob_mysql_test_dir/mysql-stress-test.pl", $args, "", "", "", "");
-
if ( ! $::glob_use_embedded_server )
{
- stop_masters();
+ stop_all_servers();
}
}
| Thread |
|---|
| • bk commit into 5.0 tree (msvensson:1.2289) | msvensson | 3 Nov |