Add failing unit test.

This commit is contained in:
Daniel Nichter
2013-06-26 12:09:43 -07:00
parent 61a0770972
commit cefc0d3065

View File

@@ -111,6 +111,20 @@ test_diff (
],
);
# #############################################################################
# https://bugs.launchpad.net/percona-toolkit/+bug/1168434
# pt-upgrade reports differences on NULL
# #############################################################################
$sb->load_file('master', "t/pt-upgrade/samples/007/tables.sql");
test_diff(
name => 'Bug 1168434: no diff with NULL',
query1 => 'select * from test.t order by id',
query2 => 'select * from test.t order by id',
expect => [],
);
# #############################################################################
# Done.
# #############################################################################