mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-18 17:58:55 +00:00
Add failing test case for SELECT FUNC().
This commit is contained in:
@@ -187,6 +187,21 @@ SKIP: {
|
||||
);
|
||||
}
|
||||
|
||||
# #############################################################################
|
||||
# SELECT FUNC(), so there are no tables.
|
||||
# https://bugs.launchpad.net/percona-toolkit/+bug/1060774
|
||||
# #############################################################################
|
||||
$sb->load_file('master', "$sample/004/tables.sql");
|
||||
$sb->load_file('master1', "$sample/004/tables.sql");
|
||||
|
||||
ok(
|
||||
no_diff(
|
||||
sub { pt_upgrade::main(@args, "$log/004/select-func.log") },
|
||||
"$sample/004/select-func.txt",
|
||||
),
|
||||
'SELECT FUNC() (bug 1060774)'
|
||||
);
|
||||
|
||||
# #############################################################################
|
||||
# Done.
|
||||
# #############################################################################
|
||||
|
Reference in New Issue
Block a user