mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-27 16:12:04 +00:00
Note in docs: As of pt-table-checksum 2.2.5, skipped chunks cause a non-zero exit status. Also report skipped chunks due to lock wait timeout and killed query like other skipped chunks. Enhance explanation of SKIPPED column.
This commit is contained in:
@@ -171,7 +171,7 @@ $output = output(sub {
|
||||
|
||||
is(
|
||||
$exit_status,
|
||||
1024,
|
||||
32, # SKIP_CHUNK
|
||||
"Bad key_len chunks are not errors"
|
||||
) or diag($output);
|
||||
|
||||
|
Reference in New Issue
Block a user