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

@@ -755,7 +755,7 @@ SKIP: {
like(
$output,
qr/Slave has read all relay log; waiting for more updates/,
qr/SERVICE_STATE: ON/,
"MySQL 5.7 SLAVE STATUS"
) or diag ($output);
$sb->stop_sandbox(qw(chan_master1 chan_master2 chan_slave1));