mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-19 08:56:34 +00:00
Pt 2075 fix tests for pt stalk (#541)
* Added mysql.proxies_priv to list of exceptions from checks in Sandbox.pm * Fixed test for slave_status for 5.7+
This commit is contained in:
@@ -371,6 +371,7 @@ sub verify_test_data {
|
||||
grep { !/server_cost$/ }
|
||||
grep { !/tables_priv$/ }
|
||||
grep { !/user$/ }
|
||||
grep { !/proxies_priv$/ }
|
||||
@{$master->selectcol_arrayref('SHOW TABLES FROM mysql')};
|
||||
my @tables_in_sakila = qw(actor address category city country customer
|
||||
film film_actor film_category film_text inventory
|
||||
|
Reference in New Issue
Block a user