#At file:///data0/magnus/mysql/trunk-cluster/ based on revid:magnus.blaudd@stripped
3318 magnus.blaudd@stripped 2011-06-08
mtr.pl lockdown
- Temporaily reduce the footprint of mtr.pl allowing it to run with a larger
number of failing test
modified:
mysql-test/mysql-test-run.pl
=== modified file 'mysql-test/mysql-test-run.pl'
--- a/mysql-test/mysql-test-run.pl 2011-06-08 14:07:27 +0000
+++ b/mysql-test/mysql-test-run.pl 2011-06-08 14:12:00 +0000
@@ -323,6 +323,13 @@ my $opt_max_test_fail= env_or_val(MTR_MA
my $opt_parallel= $ENV{MTR_PARALLEL} || 1;
+## MCP temp fixes to reduce footprint of large number of failing tests
+$opt_max_save_core = 1; # Don't save many cores
+$opt_max_save_datadir = 1; # Dont save many datadirs
+$opt_max_test_fail = 0; # Allow many tests to fail
+$opt_retry = 1; # Don't retry failed tests
+## MCP temp fixes end
+
select(STDOUT);
$| = 1; # Automatically flush STDOUT
Attachment: [text/bzr-bundle] bzr/magnus.blaudd@oracle.com-20110608141200-tvqlg1ozx54d20eg.bundle
| Thread |
|---|
| • bzr commit into mysql-trunk-cluster branch (magnus.blaudd:3318) | magnus.blaudd | 8 Jun |