mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 05:58:16 +00:00
Add failing test case.
This commit is contained in:
@@ -272,6 +272,22 @@ SKIP: {
|
||||
diag(`$trunk/sandbox/stop-sandbox 12349 12348`);
|
||||
}
|
||||
|
||||
# #############################################################################
|
||||
# pt-table-checksum --recursion-method cluster crashes
|
||||
# https://bugs.launchpad.net/percona-toolkit/+bug/1210537
|
||||
# #############################################################################
|
||||
|
||||
eval {
|
||||
pt_table_checksum::main($master_dsn,
|
||||
qw(--recursion-method cluster)
|
||||
),
|
||||
};
|
||||
is(
|
||||
$EVAL_ERROR,
|
||||
"",
|
||||
"Bug 1210537: no crash with --recursion-method cluster"
|
||||
);
|
||||
|
||||
# #############################################################################
|
||||
# Done.
|
||||
# #############################################################################
|
||||
|
Reference in New Issue
Block a user