mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-29 01:21:37 +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:
@@ -125,8 +125,8 @@ like(
|
||||
|
||||
is(
|
||||
$exit_status,
|
||||
4,
|
||||
"Exit status 4 if if PID file already exist (bug 944051)"
|
||||
2,
|
||||
"Exit status 2 if if PID file already exist (bug 944051)"
|
||||
);
|
||||
|
||||
diag(`rm -rf $pid_file >/dev/null 2>&1`);
|
||||
|
Reference in New Issue
Block a user