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:
@@ -123,7 +123,7 @@ $exit_status = pt_table_checksum::main(@args,
|
||||
|
||||
is(
|
||||
$exit_status,
|
||||
512, # = TABLE_DIFF but nothing else; https://bugs.launchpad.net/percona-toolkit/+bug/944051
|
||||
16, # = TABLE_DIFF but nothing else; https://bugs.launchpad.net/percona-toolkit/+bug/944051
|
||||
"--replicate-check on by default, detects diff"
|
||||
);
|
||||
|
||||
@@ -297,7 +297,7 @@ is_deeply(
|
||||
|
||||
is(
|
||||
$exit_status,
|
||||
2048,
|
||||
64, # SKIP_TABLE
|
||||
"Non-zero exit status"
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user