mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 21:19:59 +00:00
PT-1554 Testing a fix for osc failing test
This commit is contained in:
@@ -841,7 +841,8 @@ $master_dbh->do("DROP DATABASE test_recursion_method");
|
||||
|
||||
diag("Reloading sakila");
|
||||
my $master_port = $sb->port_for('master');
|
||||
system "$trunk/sandbox/load-sakila-db $master_port &";
|
||||
system "$trunk/sandbox/load-sakila-db $master_port";
|
||||
$sb->wait_for_slaves();
|
||||
|
||||
$sb->do_as_root("slave1", q/CREATE USER 'slave_user'@'%' IDENTIFIED BY 'slave_password'/);
|
||||
$sb->do_as_root("slave1", q/GRANT SELECT, INSERT, UPDATE, SUPER, REPLICATION SLAVE ON *.* TO 'slave_user'@'%'/);
|
||||
|
Reference in New Issue
Block a user