mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-27 07:54:58 +00:00
Make pt-archiver tests more reliable on weird, slow boxes like my vbox.
This commit is contained in:
@@ -36,6 +36,8 @@ my $file = "/tmp/mk-archiver-file.txt";
|
||||
# archive to file
|
||||
# #############################################################################
|
||||
$sb->load_file('master', 't/pt-archiver/samples/issue_1225.sql');
|
||||
PerconaTest::wait_for_table($dbh, 'issue_1225.t');
|
||||
|
||||
$dbh->do('set names "utf8"');
|
||||
my $original_rows = $dbh->selectall_arrayref('select * from issue_1225.t where i in (1, 2)');
|
||||
is_deeply(
|
||||
|
Reference in New Issue
Block a user