~percona-toolkit-dev/percona-toolkit/pt-stalk-iter-1-bug-1070434

« back to all changes in this revision

Viewing changes to t/pt-upgrade/basics.t

Merge fix-pt-upgrade-select-bug-1060774

Show diffs side-by-side

added added

removed removed

Lines of Context:
188
188
}
189
189
 
190
190
# #############################################################################
 
191
# SELECT FUNC(), so there are no tables.
 
192
# https://bugs.launchpad.net/percona-toolkit/+bug/1060774
 
193
# #############################################################################
 
194
$sb->load_file('master',  "$sample/004/tables.sql");
 
195
$sb->load_file('master1', "$sample/004/tables.sql");
 
196
 
 
197
ok(
 
198
   no_diff(
 
199
      sub { pt_upgrade::main(@args,
 
200
         qw(--compare-results-method rows),
 
201
         qw(--no-clear-warnings),
 
202
         "$log/004/select-func.log") },
 
203
      "$sample/004/select-func.txt",
 
204
   ),
 
205
   'SELECT FUNC() (bug 1060774)'
 
206
);
 
207
 
 
208
# #############################################################################
191
209
# Done.
192
210
# #############################################################################
193
211
diag(`rm /tmp/left-outfile.txt /tmp/right-outfile.txt 2>/dev/null`);