PT-118 Updated tests for basics.t

This commit is contained in:
Carlos Salguero
2018-05-07 14:20:30 -03:00
parent 1a5fda2ee8
commit d17ce01318
6 changed files with 25 additions and 22 deletions

View File

@@ -692,14 +692,15 @@ sub test_bash_tool {
}
my %checksum_result_col = (
ts => 0,
errors => 1,
diffs => 2,
rows => 3,
chunks => 4,
skipped => 5,
time => 6,
table => 7,
ts => 0,
errors => 1,
diffs => 2,
rows => 3,
diff_rows => 4,
chunks => 5,
skipped => 6,
time => 7,
table => 8,
);
sub count_checksum_results {
my ($output, $column, $table) = @_;