Add --retries. Increase ROWS col by 1 char. Update POD. Add --max-load='' in tests until fixed.

This commit is contained in:
Daniel Nichter
2011-10-20 10:55:21 -06:00
parent ac9373bbff
commit e3bc2496c2
20 changed files with 184 additions and 176 deletions

View File

@@ -26,12 +26,11 @@ else {
plan tests => 6;
}
my $cnf='/tmp/12345/my.sandbox.cnf';
# The sandbox servers run with lock_wait_timeout=3 and it's not dynamic
# so we need to specify --lock-wait-timeout=3 else the tool will die.
# And --max-load "" prevents waiting for status variables.
my $master_dsn = 'h=127.1,P=12345,u=msandbox,p=msandbox';
my @args = ($master_dsn, qw(--lock-wait-timeout 3 -d issue_519 --explain --explain --chunk-size 3));
my @args = ($master_dsn, qw(--lock-wait-timeout 3 -d issue_519 --explain --explain --chunk-size 3), '--max-load', '');
my $output;
$sb->load_file('master', "t/pt-table-checksum/samples/issue_519.sql");