Sveta Smirnova
905490bac5
PT-2424 - Typo in pt-table-checksum error message "--resume and --no-empty-replicate-table are mutually exclusive"
...
- Fixed typo
- Added test case
2025-03-27 21:11:31 +03:00
Sveta Smirnova
33086769a1
PT-2340 - Support MySQL 8.4
...
- Added test for replica lag check for pt-archiver
- Re-added deprecated slave- options
- Added tests for deprecation warnings and for legacy options for pt-archiver
- Removed practically not supported options --replica-user and --replica-password from pt-archiver, pt-kill, pt-query-digest
- Added legacy source/replica options (master/slave) variants and tests for pt-heartbeat, pt-online-schema-change, pt-replica-find, pt-replica-restart, pt-table-checksum, pt-table-sync
- Updated modules after lib/MasterSlave.pm change
2024-10-04 18:27:00 +03:00
Sveta Smirnova
b332537481
PT-2340 - Support MySQL 8.4
...
- Fixed staff I broke for 8.0
2024-08-23 16:03:53 +03:00
Sveta Smirnova
d02355f89b
PT-2340 - Support MySQL 8.4
...
- Updated modules and tests for pt-query-digest, pt-show-grants, pt-slave-delay, pt-slave-find, pt-slave-restart, pt-stalk, pt-summary, pt-table-checksum
2024-08-03 14:24:10 +03:00
Sveta Smirnova
3d4751f428
PR-388 - Check undefined skip check slave lag schema change
...
- Merge branch '3.x' into HEAD
- Improve the fix, so it does not fail when $slave_to_skip->{P} is not
defined while $slave->{dsn}->{P} is defined
- Improve the fix for pt-table-checksum (PR-230)
- Added test cases for this fix for pt-table-checksum and pt-osc
- Adjusted replica info repository options in test for pt-1760.t, so it
does not break regression tests for pt-osc on 5.7
2023-11-08 19:42:35 +03:00
Carlos Salguero
99a17cd041
PT-207 Fixed tests
2017-12-16 11:28:03 -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
d042a4dd6a
updated tests
2016-06-27 15:22:31 -03:00
Frank Cizmich
9ae40a9eb9
pt-tcs added testcase for timezone bug
2015-01-19 20:16:06 -02:00
Daniel Nichter
ccb9ac616c
Make failing test better.
2013-10-02 11:26:11 -07:00
Daniel Nichter
2411cf6880
Add failing test case.
2013-10-02 10:53:36 -07:00
Daniel Nichter
1d42a09196
Remove --lock-wait-timeout from pt-table-checksum; make innodb_lock_waitout=1 a --set-vars default. Update all the ptc tests.
2013-03-01 19:02:13 -07:00
Daniel Nichter
07b818b730
Merge p:~percona-toolkit-dev/percona-toolkit/fix-1087319-quoter-multiple-nulls
2013-02-19 13:01:58 -07:00
Daniel Nichter
eb2585fb32
Various test fixes for MySQL 5.6.10 (which seems not to have mysql.hosts any longer).
2013-02-18 18:06:05 -07:00
Brian Fraser
c91246e1ca
Fix for 1105077: pt-table-checksum: Confusing error message with binlog_format ROW or MIXED on slave
2013-01-30 13:30:31 -03:00
Brian Fraser fraserb@gmail.com
2f7345f06b
Merged fix-1050737-1075638-ptc-division-by-zero-nibble_time
2012-12-05 20:32:25 -03:00
Brian Fraser
2614eabd31
Merged fix-1074179-ptc-replicate-check-only-filters
2012-11-29 17:14:14 -03:00
Brian Fraser
d6a7bf0cdb
Remove the @INC shifts from the test files. This is no longer needed since the tools do their %INC mangling
2012-11-21 13:58:40 -03:00
Brian Fraser
d7a239b369
Fix for 1074179: pt-table-checksum does't ignore tables for --replicate-check-only
2012-11-09 16:37:56 -03:00
Brian Fraser
9b4c80fd0f
Fixes for bugs 1074179 and the ptc part of 1050737: division by zero errors when nibble_time is zero
2012-11-09 10:32:22 -03:00
Daniel Nichter
3d03a3a0dc
Don't run binlog_tests unless MySQL 5.1+. Use output() instead of full_output().
2012-10-26 16:52:24 -06:00
Daniel Nichter
d7bfcc8fd9
Tweak warning. Enhance docu around --check-binlog-format.
2012-10-19 16:57:53 -06:00
Brian Fraser fraserb@gmail.com
8f23c5a353
Fix for 938068: pt-table-checksum doesn't warn if binlog_format=row or mixed on slaves
2012-10-17 11:54:16 -03:00
Brian Fraser
94a5d85212
Fix for 1016131: ptc should skip tables when all its columns are excluded
2012-08-02 11:29:57 -03:00
Daniel Nichter
0fc84ff7c0
Switch bugs.t to use done_testing.
2012-07-27 11:52:24 -06:00
Daniel Nichter
203b0a9cb6
Report DIFFS as the true number of unique chunks that differ across all slaves.
2012-07-27 11:30:33 -06:00
Daniel Nichter
1875c92674
Partial bug fix: report max diffs, not just last slave's diffs. Still needs fixing to report count of all unique chunk# diffs.
2012-07-27 11:16:41 -06:00
Daniel Nichter
dac0731251
Remove PerconaTest::wait_for_table() after calls to Sandbox::load_file() which now implicitly calls Sandbox::wait_for_slaves().
2012-06-07 10:25:44 -04:00
Daniel Nichter
2d7cc5e8a4
Check for leftover databases. Fix MasterSlave.t so it doesn't leave leftover dbs and it resets 12347.
2012-06-05 18:55:32 -07:00
Daniel Nichter
bdbb66d22b
Re-add calls to Sandbox::ok().
2012-06-03 13:54:32 -04:00
Daniel Nichter
d7b9ccf19b
Add failing test.
2012-05-18 08:55:58 -06:00
Daniel Nichter
f4957ba911
Use --chunk-size-limit || 1 for checking if a table can be done in one chunk to avoid chunking empty tables. Checksums for empty tables are now written.
2012-05-10 09:55:42 -06:00
Daniel Nichter
9bb2311fc2
Add failing unit test.
2012-05-08 12:07:40 -06:00
Daniel Nichter
1f5245b524
Add failing test.
2012-05-08 11:23:19 -06:00