PT-2154 - Fix tests for pt-table-sync

- Removed debug output from t/pt-table-sync/issue_920.t
- Removed debug output from t/pt-table-sync/issue_996.t
This commit is contained in:
Sveta Smirnova
2024-05-16 02:29:30 +03:00
parent fdc0597e55
commit 32cfc53d9d
2 changed files with 0 additions and 3 deletions

View File

@@ -63,8 +63,6 @@ is_deeply(
[[1,100],[2,200]],
'Flipped 2nd table'
);
diag(`/tmp/12345/use -e "select * from issue_920.PK_UK_test order by id"`);
diag(`/tmp/12345/use -e "select * from issue_920.PK_UK_test_2 order by id"`);
# #############################################################################
# Done.

View File

@@ -82,7 +82,6 @@ my $file = "/tmp/mts-output.txt";
output(
sub { pt_table_sync::main(@args, qw(--chunk-size 5 -v -v)) },
file => $file,
stderr => 1,
);
# The output shows that the 20-row range was chunked into 4 5-row sub-chunks.