mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-29 01:21:37 +00:00
Updated test plan in t/pt-table-checksum/basics.t
This commit is contained in:
@@ -37,6 +37,8 @@ elsif ( !$slave1_dbh ) {
|
||||
}
|
||||
elsif ( !@{$master_dbh->selectall_arrayref("show databases like 'sakila'")} ) {
|
||||
plan skip_all => 'sakila database is not loaded';
|
||||
} else {
|
||||
plan tests => 41;
|
||||
}
|
||||
|
||||
# The sandbox servers run with lock_wait_timeout=3 and it's not dynamic
|
||||
|
Reference in New Issue
Block a user