mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-16 01:00:38 +08:00
Various test fixes for MySQL 5.6.10 (which seems not to have mysql.hosts any longer).
This commit is contained in:
@@ -195,7 +195,7 @@ is(
|
||||
# #############################################################################
|
||||
|
||||
($output) = output(
|
||||
sub { pt_table_checksum::main(@args, '--tables', 'mysql.user,mysql.host',
|
||||
sub { pt_table_checksum::main(@args, '--tables', 'mysql.user,mysql.db',
|
||||
'--columns', 'some_fale_column') },
|
||||
stderr => 1,
|
||||
);
|
||||
@@ -269,7 +269,7 @@ SKIP: {
|
||||
"...and warns for both level 1 and level 2 slaves"
|
||||
) or diag($output);
|
||||
|
||||
diag(`$trunk/sandbox/stop-sandbox 12348 12349`);
|
||||
diag(`$trunk/sandbox/stop-sandbox 12349 12348`);
|
||||
}
|
||||
|
||||
# #############################################################################
|
||||
@@ -278,4 +278,3 @@ SKIP: {
|
||||
$sb->wipe_clean($master_dbh);
|
||||
ok($sb->ok(), "Sandbox servers") or BAIL_OUT(__FILE__ . " broke the sandbox");
|
||||
done_testing;
|
||||
exit;
|
||||
|
||||
Reference in New Issue
Block a user