mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-12-24 02:01:42 +08:00
Added 2.2.12 tag - Solved minor test issue
This commit is contained in:
@@ -278,11 +278,7 @@ for my $args (
|
||||
# Wait for the slave to apply the binlogs from node1 (its master).
|
||||
# Then change it so it's not consistent.
|
||||
PerconaTest::wait_for_table($slave_dbh, 'test.t');
|
||||
<<<<<<< TREE
|
||||
$sb->wait_for_slaves(master => 'node1', slave => 'cslave1');
|
||||
=======
|
||||
$sb->wait_for_slaves(master=> 'node1', slave => 'cslave1');
|
||||
>>>>>>> MERGE-SOURCE
|
||||
$slave_dbh->do("update test.t set c='zebra' where c='z'");
|
||||
|
||||
$output = output(
|
||||
|
||||
Reference in New Issue
Block a user