Commit Graph

1542 Commits

Author SHA1 Message Date
frank-cizmich
3f90f9ea82 pt-osc generate random table prefix after 10th try 2016-02-26 21:03:18 -03:00
frank-cizmich
7b6eee3509 made compare_versions func into its own module. made tests 2016-02-24 17:17:40 -03:00
frank-cizmich
219b70b366 add 5.7 compatibility for pt-show-grants 2016-02-18 17:50:11 -03:00
Frank Cizmich
1f77f47251 Merge pull request #77 from percona/duplicate-key-finder-test-bugs
fix tests of duplicate key module and tool for consistency
2016-02-14 22:28:33 -03:00
frank-cizmich
a4bef9dd78 fix tests of duplicate key module and tool for consistency 2016-02-14 22:26:25 -03:00
frank-cizmich
874e7fab6d minor tweak to pt-table-checksum progress test 2016-02-13 21:06:18 -03:00
Frank Cizmich
aece67c961 Merge pull request #75 from percona/master-slave-module-test-bugs
some error messages changed so changed tests
also tweaked progress test timing for pt-table-checksum
2016-02-13 14:24:18 -03:00
frank-cizmich
dcfed36ebb some error messages changed so changed tests 2016-02-11 19:57:50 -03:00
frank-cizmich
a9e7a61f04 more format printf and GetOpt::Long fixes 2016-02-09 16:21:38 -03:00
frank-cizmich
6f97a5c7ca test uses float without integer part 2016-02-08 15:04:02 -03:00
frank-cizmich
7c0054fa5d DSNParser clobbered sql_mode variable set by user - lp1506748 2016-02-01 22:51:55 -03:00
Frank Cizmich
f6feb8ee03 Merge pull request #71 from percona/pt-table-checksum-5.7-compat
misc test fixes for pt-table-checksum 5.7 compat
2016-01-29 15:30:31 -03:00
frank-cizmich
b85379017e misc test fixes for pt-table-checksum 5.7 compat 2016-01-28 21:39:27 -03:00
Frank Cizmich
4b1b756f4c Merge pull request #60 from percona/pt-osc-recursion-method-error-lp1523685
pt-osc fixed recursion method dsn - lp1523685
2016-01-28 16:10:37 -03:00
frank-cizmich
b40469d913 pt-osc added --null-to-not-null option 2016-01-26 21:29:18 -03:00
frank-cizmich
66470938d7 fixed pt-upgrade tests for 5.7 compatibility 2016-01-16 19:50:18 -03:00
frank-cizmich
ec8ceec463 pt-heartbeat added binlog_format check 2016-01-14 14:59:38 -03:00
Frank Cizmich
7728e4fd23 Merge pull request #64 from percona/pt-query-digest-and-pt-show-grants-5.7-compat
fixed 5.7 tests for pt-query-digest and pt-show-grants
2016-01-12 21:19:03 -03:00
frank-cizmich
96aff694b1 fixed 5.7 tests for pt-query-digest and pt-show-grants and tweaked SqlMode for global 2016-01-12 18:18:59 -03:00
frank-cizmich
8f8dc35075 removed couple of debugging leftovers 2016-01-12 18:07:49 -03:00
frank-cizmich
6a4d33039c pt-osc fixed basics.t tests 2015-12-30 23:29:36 -03:00
frank-cizmich
0c18e8969b pt-osc fixed several test files for 5.7 compat 2015-12-30 16:08:00 -03:00
frank-cizmich
6433c99713 various 5.7 test and tool compatibility fixes 2015-12-24 09:49:17 -03:00
frank-cizmich
6186f942b2 pt-osc fixed recursion method dsn - lp1523685 2015-12-14 00:40:16 -03:00
Daniel Nichter
4eb1cd3a5c Update test output for --analyze-before-swap. 2015-11-03 15:33:21 -08:00
Daniel Nichter
09b1a373bd Clean up the new test. 2015-10-28 09:33:35 -07:00
frank-cizmich
976f645678 pt-kill fixed filter option lp1488685 2015-09-24 19:28:35 -03:00
frank-cizmich
2134e3f1b4 Merge branch 'handle-literal-backticks-lp-1462904' into release-2.2.15 2015-09-08 15:45:39 -03:00
frank-cizmich
4d4605cc99 fixed basics.t test for pt-archiver 2015-08-25 12:17:29 -03:00
frank-cizmich
de45b85ca7 disabled version_checking test, site offline 2015-08-24 20:31:57 -03:00
frank-cizmich
eeeaa1a349 removed debug output 2015-08-24 20:31:27 -03:00
frank-cizmich
b6fd7f6d10 fixed spurious KeySize test error 2015-08-24 19:49:05 -03:00
frank-cizmich
c48248cb44 fixed OptionParser tests 2015-08-24 19:19:05 -03:00
frank-cizmich
cfd77bbcc7 fixed date test error in pt-query-digest 2015-08-21 17:34:54 -03:00
frank-cizmich
f1ec07dcd9 fixed minor test error 2015-08-21 17:27:39 -03:00
Frank Cizmich
d1aaf7daa7 Merge pull request #30 from percona/pt-osc-meaningful-errors-1446928
Pt osc meaningful errors 1446928
2015-08-20 17:35:13 -04:00
Frank Cizmich
1d7a55e53e Merge pull request #26 from percona/pt-osc-chunk-size-limit-0-lp1441928
pt-osc chunk-size-limit=0 skips tables - lp1441928
2015-08-20 17:07:09 -04:00
Frank Cizmich
25abbacd00 Merge pull request #24 from percona/pt-osc-table-and-foreign-key-underscore-limit-lp1215587
pt-osc now limits size of contraint names
2015-08-20 16:34:03 -04:00
frank-cizmich
c6432f21ef pt-osc chunk-size-limit=0 skips tables - lp1441928 2015-08-07 16:58:20 -03:00
frank-cizmich
21a9c35f5c pt-osc now limits size of contraint names 2015-08-06 15:19:27 -03:00
frank-cizmich
b408fcfd01 misc test and sandbox fixes 2015-08-03 17:26:51 -03:00
frank-cizmich
703f803ae6 pt-osc modified some comments 2015-07-24 11:28:27 -03:00
Daniel Nichter
32dba7e7f2 Test and fix parsing literal backticks in TableParser:parse() (lp 1462904). 2015-06-25 13:20:00 -07:00
frank-cizmich
2e72b47e85 pt-osc avoid error loop - lp 1446928 2015-06-11 15:44:57 -03:00
frank-cizmich
f033330b33 fixed VersionCheck testing for git 2015-06-03 17:28:40 -03:00
Frank Cizmich
1a99478b10 pt-upgrade-fails-to-aggregate-queries-based-on-fingerprint-1421405 2015-04-09 13:17:32 -03:00
Frank Cizmich
0daefbd9d8 merged resolve-IP-addresses-in-pt-slave-find-1418446 2015-04-09 13:12:46 -03:00
Frank Cizmich
47b8835d05 merged pt-upgrade-fails-on-SELECT-INTO-queries-1421781 2015-04-09 11:47:46 -03:00
Frank Cizmich
8a4dc3bd4a merged pt-table-checksum-fails-on-BINARY-field-in-PK-1381280 2015-04-09 11:46:03 -03:00
Frank Cizmich
3fd9083f34 Added info in doc. Minor test tweak 2015-04-06 18:48:06 -03:00