Merge fix-deleting-empty-files-bug-1047701

This commit is contained in:
Daniel Nichter
2012-10-13 14:15:37 -06:00
4 changed files with 34 additions and 3 deletions

View File

@@ -149,9 +149,9 @@ like(
# the samples may not be precisely 1 second apart.
chomp($output = `cat $dest/*-df | grep -c '^TS'`);
ok(
$output >= 1 && $output <= 2,
$output >= 1 && $output <= 3,
"Collect ran for --run-time"
);
) or diag("Run time: $output");
ok(
PerconaTest::not_running("pt-stalk --iterations 1"),