Done
Details
Assignee
UnassignedUnassignedReporter
lpjirasynclpjirasync(Deactivated)Priority
Low
Details
Details
Assignee
Unassigned
UnassignedReporter
lpjirasync
lpjirasync(Deactivated)Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created January 24, 2018 at 6:41 PM
Updated January 24, 2018 at 6:41 PM
Resolved January 24, 2018 at 6:41 PM
**Reported in Launchpad by Baron Schwartz last update 21-06-2012 19:50:18
This fails 100% reliably on MySQL 5.5 and CentOS 5.5.
[baron@localhost stabilize-test-suite]$ perl t/pt-table-checksum/basics.t
1..36
3c3
< 0 0 0 0 mysql.db
—
> 0 0 1 0 mysql.db
23,24c23
< 0 0 2 0 mysql.user
< 0 0 40 0 percona_test.checksums
—
> 0 0 3 0 mysql.user
not ok 1 - Default checksum
Failed test 'Default checksum'
in t/pt-table-checksum/basics.t at line 81.
ok 2 - At least 37 checksums
3c3
< 0 0 0 1 0 mysql.db
—
> 0 0 1 1 0 mysql.db
23,24c23
< 0 0 2 1 0 mysql.user
< 0 0 40 1 0 percona_test.checksums
—
> 0 0 3 1 0 mysql.user
not ok 3 - Static chunk size (--chunk-time 0)
Failed test 'Static chunk size (--chunk-time 0)'
in t/pt-table-checksum/basics.t at line 106.
ok 4 - 86 checksums on master
ok 5 - 86 checksums on slave
ok 6 - --replicate-check on by default, detects diff
ok 7 - --no-replicate-check, no diff detected
KILL 816 /* db: sakila */
Error executing KILL 816 /* db: sakila */ in Sandbox::wipe_clean(): DBD::mysql::db do failed: Unknown thread id: 816 at /home/baron/stabilize-test-suite//lib/Sandbox.pm line 175.
ok 8 - --emptry-replicate-table on by default
ok 9 - --no-recheck (just --replicate-check)
ok 10 - Detects infinite loop
ok 11 - Upper boundary same as next lower boundary
ok 12 - Skipped oversize chunks
ok 13 - Oversize chunks are not errors
ok 14 - Warns about skipping large slave table
ok 15 - Does not checksum large slave table on master
ok 16 - Does not checksum large slave table on slave
ok 17 - Non-zero exit status
ok 18 - 0 skipped
ok 19 - 0 errors
ok 20 - 52 rows checksummed
ok 21 - No host in DSN, zero exit status
ok 22 - No host in DSN, 0 errors
ok 23 - --where in checksum chunk query
ok 24 - --where in past lower chunk query
ok 25 - --where in past upper chunk query
ok 26 - --where in next chunk boundary query
ok 27 - --where for first chunk
ok 28 - --where for last chunk
ok 29 - --where for lower oob chunk
ok 30 - --where for upper oob chunk
ok 31 - Bug 932442: 0 exit
ok 32 - Bug 932442: 0 errors
ok 33 - Bug 821675 (dot): queries
ok 34 - Bug 821675 (dot): 0 exit
ok 35 - Bug 821675 (dot): 0 errors
ok 36 - Sandbox servers
Looks like you failed 2 tests of 36.