Updated test plan in t/pt-table-checksum/basics.t

This commit is contained in:
Carlos Salguero
2017-01-18 11:25:56 -03:00
parent 972c810962
commit 9907cae8bb

View File

@@ -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