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:
Sveta Smirnova
2022-07-11 15:55:16 +03:00
committed by GitHub
parent 07ee5eb1bf
commit 8ebc9534c6
2 changed files with 2 additions and 1 deletions

View File

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