mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 13:40:07 +00:00
PT-1554 Updated test for pt-osc
This commit is contained in:
@@ -21,7 +21,11 @@ use Sandbox;
|
|||||||
use SqlModes;
|
use SqlModes;
|
||||||
use File::Temp qw/ tempdir /;
|
use File::Temp qw/ tempdir /;
|
||||||
|
|
||||||
plan tests => 3;
|
if (!$ENV{PERCONA_SLOW_BOX}) {
|
||||||
|
plan skip_all => 'This test needs a fast machine';
|
||||||
|
} else {
|
||||||
|
plan tests => 3;
|
||||||
|
}
|
||||||
|
|
||||||
require "$trunk/bin/pt-online-schema-change";
|
require "$trunk/bin/pt-online-schema-change";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user