mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 13:46:22 +00:00
Merge fix-deleting-empty-files-bug-1047701
This commit is contained in:
@@ -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"),
|
||||
|
Reference in New Issue
Block a user