Removed the L option from the dsn_opts exported by PerconaTest, as it was useless and breaking tests, and added an L=1 to a leftover pt-archiver --bulk-insert call

This commit is contained in:
Brian Fraser
2012-11-07 08:54:39 -03:00
parent 86de49e727
commit bb47e4cdcc
4 changed files with 7 additions and 10 deletions

View File

@@ -207,7 +207,7 @@ SKIP: {
$output = output(
sub { pt_archiver::main(
'--source', "D=bri,t=t,F=$cnf,b=1",
'--source', "D=bri,L=1,t=t,F=$cnf,b=1",
'--dest', "D=bri,t=t_arch",
qw(--where 1=1 --replace --commit-each --bulk-insert --bulk-delete),
qw(--limit 10)) },