Commit Graph

221 Commits

Author SHA1 Message Date
frank-cizmich
f1ec07dcd9 fixed minor test error 2015-08-21 17:27:39 -03:00
frank-cizmich
b408fcfd01 misc test and sandbox fixes 2015-08-03 17:26:51 -03:00
Frank Cizmich
54c3419e68 pt-t-c changed text of warnings and docs. Minor tweak of test for Ubuntu 14 2015-04-06 16:41:35 -03:00
Frank Cizmich
1ccd6e528a changed version, added changelog, fixed pxc.t 2015-01-22 10:51:26 -02:00
Frank Cizmich
5237185732 merged ptc-errors-on-slave-with-different-time-zone-1388870 2015-01-20 13:57:28 -02:00
Frank Cizmich
d2b9ab90cb merged pt-table-checksum-does-not-work-with-sql_mode-ONLY_FULL_GROUP_BY-1019479 2015-01-20 13:56:40 -02:00
Frank Cizmich
735cf10594 merged pt-table-checksum-compatibility-with-pxc-1399789 2015-01-20 13:55:31 -02:00
Frank Cizmich
9ae40a9eb9 pt-tcs added testcase for timezone bug 2015-01-19 20:16:06 -02:00
Frank Cizmich
3b1aca8293 unique-id function for cluster nodes. added pxc5.6 config. modified pxc test 2015-01-14 18:08:07 -02:00
Frank Cizmich
ee5e46e08c disables only_full_group_by 2015-01-05 20:15:27 -02:00
Frank Cizmich
62d84e5dba normalize timestamp data on servers with different tz - 1388870 2014-12-01 15:50:19 -02:00
Frank Cizmich
3aebac505a added result files for 5.7 tests 2014-12-01 13:41:31 -02:00
Frank Cizmich
3c2d40570e Added 2.2.12 tag - Solved minor test issue 2014-11-07 18:14:54 -02:00
Frank Cizmich
ef6985a256 merged pt-table-checksum-refuses-to-run-on-PXC-if-server_id-is-the-same-on-all-nodes-1217466 2014-11-06 19:38:59 -02:00
Frank Cizmich
f237f4a0df We now use wsrep_node_incoming_address as a more reliable way to detect cluster node duplicates - 1217466 2014-10-23 15:32:34 -02:00
Frank Cizmich
ea9ec4c788 now accepts recursion-method=none on PXC for specialized purposes - 1373937 2014-10-10 15:25:26 -02:00
Frank Cizmich
bcacd7e08a pt-table-checksum-PXC-inconsistent-results-upon-resume-1311654 2014-08-05 16:51:34 -03:00
Frank Cizmich
fa8254712b fixes pt-table-checksum-PXC-inconsistent-results-upon-resume-1311654 2014-07-17 17:50:37 -03:00
Frank Cizmich
d3044a1bec fixes pt-table-checksum and pt-osc rounding low max-load thresholds to same as starting value - issue 1253872 2014-07-11 13:39:25 -03:00
Frank Cizmich
1c1b3a9ac1 minor spelling correction 2014-07-06 21:43:50 -03:00
Kenny Gryp
ef313207dc Changes as requested by daniel in merge feedback:
- change to get_slave_lag
- if then else
- chop comments 80 char wide
2014-04-23 13:24:11 +02:00
Kenny Gryp
4ecae6b50f missing plugin.t and all_hooks.pm for pt-table-checksum --plugin functionality 2014-03-25 17:00:42 +01:00
Daniel Nichter
4805b7b5c8 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. 2013-10-10 12:21:39 -07:00
Daniel Nichter
cd29c0d7dc Make ptc exit status 0, 255, or a bitmask of flags for various problems. 2013-10-03 11:32:11 -07: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
70f5c17bc4 Fix ptc by making ts column explicitly NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP. 2013-06-25 18:30:12 -07:00
Daniel Nichter
302a9a21a1 Add failing test in settings.t. Add EXTRA_DEFAULTS_FILE to start-sandbox so a sandbox can be started with any additional settings, like explicit_defaults_for_timestamp. 2013-06-25 18:18:29 -07:00
Brian Fraser
7d5da6e6f5 Rebased the branch to trunk 2013-04-12 12:58:10 -03:00
Brian Fraser
db0a29561c Fixes per Daniel's review 2013-04-09 10:21:15 -03:00
Daniel Nichter
e5e6b1d9b9 Fix pt-heartbeat/pxc.t. Exit early in test-env if wget fails. Add APP=FORK|mysql to start-sandbox so it too works around the pxc mysqld -V bug; add FORK=pxc to start_sandbox() calls. 2013-03-08 10:07:05 -08:00
vagrant
664449b153 Do not 'REPLACE INTO percona_test.sentinel' in start-sandbox because it doesn't work with RBR. Fix pt-table-checksum/pxc.t re this, and make pt-osc/pxc.t better re this. 2013-03-07 13:17:01 -08:00
Daniel Nichter
45813e082d Merge pt-osc-metadata-lock-bug-1113301. 2013-03-04 12:06:34 -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
a8f52fd532 Fix t/pt-table-checksum/replication_filters.t again because my Mac is the odd ball. 2013-03-01 18:31:31 -07:00
Daniel Nichter
e40f973ed8 Fix t/pt-table-checksum/replication_filters.t again, better. 2013-03-01 17:28:20 -07:00
Daniel Nichter
fad6d17647 Fix t/pt-table-checksum/replication_filters.t again, better. 2013-03-01 15:06:47 -07:00
Daniel Nichter
c1a11168bc Fix t/pt-table-checksum/replication_filters.t fofor MySQL 5.6. 2013-02-27 21:59:34 -07:00
Daniel Nichter
2ffe8737a4 Fix pt-table-checksum/basics.t test that was affected by bug 1087804, and test for bug 1087804. 2013-02-27 19:44:37 -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
1726cf2bb8 Hopefully redirect MySQL 5.6 warning about -ppassword in pt-table-checksum/error_handling.t to diag. 2013-02-19 07:58:33 -07:00
Daniel Nichter
7621d2c4ce Fix skip_innodb.t tests. 2013-02-19 07:53:19 -07:00
Daniel Nichter
b795d7448c Add from 5.6 samples. 2013-02-18 18:51:44 -07:00
Daniel Nichter
5bb577a75b Stablize the annoyingi pt-table-checksum/basics.t tests that always change by insignificant amounts anytime we change something with sandboxes. 2013-02-18 18:51:14 -07:00
Daniel Nichter
923e643b04 Skip skip_innodb.t tests with 5.6 because it seems like InnoDB can't be disabled any longer. 2013-02-18 18:17:38 -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
Daniel Nichter
2b73157967 Fix some minor test issues. 2013-02-18 13:54:25 -07:00
Daniel Nichter
4c519735f7 Merge 2.1.9 fixes. 2013-02-05 09:47:17 -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
Daniel Nichter
baded38d2c Warn if no slaves are found. 2013-01-03 08:58:58 -07:00