Add failing test case.

This commit is contained in:
Daniel Nichter
2013-10-02 10:53:36 -07:00
parent a4ce8cce42
commit 2411cf6880

View File

@@ -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.
# #############################################################################