Carlos Salguero
b9b152a395
PT-1554 Tests for ps 5.7
2018-05-26 15:07:38 -03:00
Carlos Salguero
50ad844666
Merge pull request #327 from percona/PT-131-a
...
PT-131 Disable QRT plugin in pt-table-checksum
2018-05-18 14:27:59 -03:00
Carlos Salguero
e8e8d010cb
PT-118 Updated tests for MySQL 5.5
...
Also, sandbox data file (data.tar.gz) was broken.
2018-05-07 16:46:49 -03:00
Carlos Salguero
bf37c0fe5a
PT-118 Updated tests for MySQL 5.6
2018-05-07 16:03:56 -03:00
Carlos Salguero
0ae801f3b0
PT-118 Updated tests for t/pt-table-checksum/issue_388.t
2018-05-07 15:41:12 -03:00
Carlos Salguero
caf95f62f7
PT-118 Updated tests for pt-table-checksum/resume.t
2018-05-07 15:33:19 -03:00
Carlos Salguero
85ad206679
PT-118 Updated test for t/pt-table-checksum/pt-226.t
2018-05-07 15:28:12 -03:00
Carlos Salguero
0501558a2e
PT-118 Updated tests for pt-table-checksum/error_handling.t
2018-05-07 15:11:33 -03:00
Carlos Salguero
117292b897
PT-118 Updated tests for create_replicate_table.t
2018-05-07 14:39:19 -03:00
Carlos Salguero
458f36c0cc
PT-118 Updated tests for char_chunking.t
2018-05-07 14:33:05 -03:00
Carlos Salguero
d17ce01318
PT-118 Updated tests for basics.t
2018-05-07 14:20:30 -03:00
Carlos Salguero
0ade173d0f
PT-131 Disable QRT plugin in pt-table-checksum
...
The use of QRT plugin to monitor the health of production worloads cause the QRT data
to show massive spikes in latency, even thought the workload is relatively unaffected.
Tags: pt-table-checksum
See also: PS-235
2018-04-27 15:37:00 -03:00
Carlos Salguero
51dcca5959
PT-572 Fixes for MySQL 8
...
- Updated sandbox data file
- Fixes for pt-upgrade since there is no query_cache in MySQL 8
- Updates for SchemaIterator since there are new/renamed tables in MySQL 8
- Disabled some tests due to errors in MySQL 8.0.4-rc
2018-02-01 11:30:12 -03:00
Carlos Salguero
f3132d3cee
WIP
2018-01-25 00:01:56 -03:00
Carlos Salguero
bb3334de08
Updated tests for MySQL 5.7
2017-12-16 20:54:03 -03:00
Carlos Salguero
806caff5f5
PT-207 Updated tests for table-checksum - resume
2017-12-16 12:10:03 -03:00
Carlos Salguero
f954a69dd4
PT-207 Fixed test for generated fields. (added mysql version constraint)
2017-12-16 11:58:49 -03:00
Carlos Salguero
91f54ff8af
PT-207 updated samples for pt-table-checksum tests
2017-12-16 11:52:22 -03:00
Carlos Salguero
3d343e6ff3
PT-207 fixed tests for pt-table-checksum
2017-12-16 11:43:30 -03:00
Carlos Salguero
99a17cd041
PT-207 Fixed tests
2017-12-16 11:28:03 -03:00
Carlos Salguero
a8f2329721
Merge branch '3.0' into PT-204
2017-12-06 15:01:47 -03:00
Carlos Salguero
5a53f966c2
PT-204 Added tests
2017-12-06 11:18:25 -03:00
Carlos Salguero
b2325fee38
PT-204 WIP
2017-12-05 11:00:18 -03:00
Carlos Salguero
17ecf7eb0a
PT-225 pt-table-cheksum ignores generated columns
2017-11-23 17:26:16 -03:00
Carlos Salguero
ebe0569a9d
Added test for binlog_format set in pt-table-checksum
2017-11-23 10:36:09 -03:00
Carlos Salguero
b4ac841421
PT-204 Added RocksDB to the list of ignored engines
2017-11-16 16:11:52 -03:00
Carlos Salguero
7e59feb8dd
PT-196 pt-onine-schema-change is pausing because {some_status_variable}=0
...
Description here
2017-08-30 14:54:47 -03:00
Carlos Salguero
54dfcf36de
PT-193 New test and updated libraries
...
Added a specific test for this issue and updated all binaries to the
latest TableParser version
2017-08-15 12:06:24 -03:00
Carlos Salguero
d794736ebf
PT-173 Added --truncate-replicate-table
...
This feature will truncate the replicate table before starting the
checksunm process. The reason for this ticket is to clean old/stale data
in the replicate table since --empty-replicate-table will only replace
data for existing tables.
Description here
2017-07-18 08:30:17 -03:00
Carlos Salguero
e46b411054
PT-162 Updated tests for PR #191
2017-06-19 11:49:58 -03:00
Carlos Salguero
bd6e381494
PT-136 pt-table-checksum shows diffs when table has columns with different collation/charset
2017-05-25 17:59:25 -03:00
Carlos Salguero
3a62d1bdb4
PT-142 Fixed tests for MySQL 5.6
2017-05-23 16:38:06 -03:00
Carlos Salguero
f6d2e89027
Fixed all tests for MySQL 5.7
...
Most of the failing tests were failing due to changes in MySQL 5.7
default sql_mode and because of invalid timestamps ('0000-00-00')
2017-05-03 15:48:11 -03:00
Carlos Salguero
e6e54839bf
More tests for 5.7 fixed
2017-04-28 17:15:53 -03:00
Carlos Salguero
fcd1cb173f
More 5.7 tests fixed
2017-04-27 16:44:46 -03:00
Carlos Salguero
92ac5987e1
Fixed some tests for MySQL 5.7
2017-04-25 16:50:54 -03:00
Carlos Salguero
3568cad229
PT-87 Added --skip-check-slave-lag to pt-table-checksum
2017-04-12 17:07:06 -03:00
Carlos Salguero
2fe4afc9cf
added --skip-check-slave-lag
2017-04-12 12:34:39 -03:00
Carlos Salguero
2e57ee4ec5
Merge pull request #179 from percona/PT-96
...
PT-96 Fixing all the tests
2017-03-21 18:54:08 +02:00
Carlos Salguero
978db8ff14
Merge branch '3.0' into issue-1651002
2017-03-16 14:55:10 -03:00
Carlos Salguero
148be75a0e
PT-105 Fixed pt-table-checksum fails if a database is dropped while the tool is running
2017-03-16 14:42:26 -03:00
Carlos Salguero
84bf6b4396
PT-101 Fixed --slave-user in pt-table-checksum
2017-03-15 17:37:34 -03:00
Carlos Salguero
2b76371a4f
PT-96 Fixed LOCAL DATA INFILE commands and JSON format
2017-03-10 17:06:20 -03:00
Carlos Salguero
00ea1b280e
Fixes for pt-table-checksum tests
2017-01-23 14:10:54 -03:00
Carlos Salguero
9907cae8bb
Updated test plan in t/pt-table-checksum/basics.t
2017-01-18 11:25:56 -03:00
Carlos Salguero
c97d690e9e
Fixes for table-checksum
2017-01-17 10:15:18 -03:00
Carlos Salguero
df1e9585ef
Tests for bug 1485195 (utf8 encoding)
2016-07-12 12:25:16 -03:00
Carlos Salguero
38979b2096
Removed unused 'use Data::Dumper'
2016-06-27 16:38:17 -03:00
Carlos Salguero
b8d849e9bd
Fixed tests for pt-table-checksum/chunk_index.t
2016-06-27 16:00:15 -03:00
Carlos Salguero
d042a4dd6a
updated tests
2016-06-27 15:22:31 -03:00