mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 05:44:59 +00:00
Fixed CompareResults.t.
This commit is contained in:
@@ -108,10 +108,6 @@ sub get_id {
|
||||
$sb->load_file('master', "t/lib/samples/compare-results.sql");
|
||||
PerconaTest::wait_for_table($dbh2, "test.t3", "f > 1");
|
||||
|
||||
# XXX
|
||||
warn "1", `/tmp/12345/use -e "show tables from test"`;
|
||||
warn `/tmp/12346/use -e "show tables from test"`;
|
||||
|
||||
$cr = new CompareResults(
|
||||
method => 'checksum',
|
||||
'base-dir' => '/dev/null', # not used with checksum method
|
||||
@@ -141,10 +137,6 @@ is_deeply(
|
||||
'checksum: temp table exists'
|
||||
);
|
||||
|
||||
# XXX
|
||||
warn "2", `/tmp/12345/use -e "show tables from test"`;
|
||||
warn `/tmp/12346/use -e "show tables from test"`;
|
||||
|
||||
proc('before_execute', db=>'test', 'temp-table'=>'dropme');
|
||||
|
||||
is(
|
||||
@@ -164,10 +156,6 @@ ok(
|
||||
"checksum: Query_time doesn't exist before execute()"
|
||||
);
|
||||
|
||||
# XXX
|
||||
warn "3", `/tmp/12345/use -e "show tables from test"`;
|
||||
warn `/tmp/12346/use -e "show tables from test"`;
|
||||
|
||||
proc('execute');
|
||||
|
||||
ok(
|
||||
|
Reference in New Issue
Block a user