Commit Graph

300 Commits

Author SHA1 Message Date
Daniel Nichter
a33031e6e4 Merge 2.0 r187. 2012-02-21 14:26:44 -07:00
Daniel Nichter
65bf629184 Remove test debug hacks. 2012-02-21 14:23:41 -07:00
Daniel Nichter
8e9e8eb7a6 Test and fix space-flattening bug. 2012-02-21 13:22:56 -07:00
Daniel Nichter
75457eaadd Test, update modules, and fix bug 873598 in pt-online-schema-change. 2012-02-21 09:06:08 -07:00
Daniel Nichter
17fe96f361 Test and quote all idents, including reserved words and those with spaces, in CopyRowsInsertSelect.pm. 2012-02-20 11:37:34 -07:00
Daniel Nichter
39fe787fdd Test and quote all idents, including reserved words and those with spaces, in OSCCaptureSync.pm. 2012-02-20 11:09:36 -07:00
Daniel Nichter
7016b26f09 More test debug hacks. 2012-02-16 10:52:28 -07:00
Daniel Nichter
a17cbc8bd8 Add --filter to pt-kill and allow arbitrary --group-by. 2012-02-15 11:09:29 -07:00
Daniel Nichter
c800ba8fa1 Add test debug hack back to collect.sh. 2012-02-14 14:50:38 -07:00
Daniel Nichter
ab6bafe3ed Remove debug hack from collect.sh. 2012-02-14 14:22:17 -07:00
Daniel Nichter
2c65aa85ae Add debug hack to collect.sh. 2012-02-14 14:03:15 -07:00
Daniel Nichter
810ce4b02d Fixed CompareResults.t. 2012-02-14 13:37:52 -07:00
Daniel Nichter
d0e3fb38ca More debug hacks. 2012-02-14 13:30:15 -07:00
Daniel Nichter
b6dc9d3832 More debug hacks. 2012-02-14 13:22:11 -07:00
Daniel Nichter
8b81b2398f Debug hack in CompareResults.t. 2012-02-14 12:59:54 -07:00
Daniel Nichter
9cfb71dff4 Make CompareResults.t wait for its tables. 2012-02-14 12:22:44 -07:00
Daniel Nichter
da051b3371 Conditionalize IO::Uncompress::Inflate test. Make test names shorter, uniform. 2012-02-14 11:19:23 -07:00
Daniel Nichter
1c57fe8ee2 Conditionalize lsof test in collect.sh. 2012-02-14 11:02:28 -07:00
Daniel Nichter
0539775d24 Always close STDIN if --daemonize. 2012-02-14 10:54:02 -07:00
Daniel Nichter
c67adc1a8f More Daemon debugging. 2012-02-14 10:20:40 -07:00
Daniel Nichter
e9f6325592 Add hires timestamp to PTDEVDEBUG. Debug daemonize.pl. Make wait_until() defaults shorter. 2012-02-14 09:31:47 -07:00
Daniel Nichter
c943f7a0da Debug Daemon.t failures. 2012-02-14 08:58:10 -07:00
Daniel Nichter
df33c3cbcf Merge lp:~percona-toolkit-dev/percona-toolkit/fix-stdin-bug-894255. 2012-02-10 09:17:56 -07:00
Daniel Nichter
0659100b6b Don't require Digest::Crc32 for testing. 2012-02-07 15:06:06 -07:00
Daniel Nichter
9383572742 Merge trunk r174. 2012-02-07 13:10:11 -07:00
Daniel Nichter
df4662ce51 Compare index names lc but save them in their original case. 2012-02-06 13:29:08 -07:00
Daniel Nichter
b3f0f414e4 Merge lp:~percona-toolkit-dev/percona-toolkit/pt-diskstats-2.0. 2012-02-03 15:25:25 -07:00
Daniel Nichter
f517675eb4 Compare lc(index) everywhere. 2012-02-03 11:38:20 -07:00
Brian Fraser
27c4c3ed5c Merged Baron's doc branch, updated tests. 2012-02-03 15:30:21 -03:00
Daniel Nichter
02319204bf Test pt-ioprofile short op. 2012-02-03 10:56:03 -07:00
Daniel Nichter
3f14a60f5d Fix pt-ioprofile so it works without a file. Add more tests. 2012-02-03 10:42:06 -07:00
Daniel Nichter
8f1e39ae28 Fix t/pt-table-sync/issue_804.t. 2012-02-02 12:23:55 -07:00
Daniel Nichter
4607cac898 Fix pt-table-checksum tests for MySQL 5.0. 2012-02-02 11:15:34 -07:00
Daniel Nichter
c40e5db1bf Fix lib tests for MySQL 5.0. 2012-02-02 10:56:55 -07:00
Daniel Nichter
4d462bbbdd Fix Bash tests. 2012-02-02 10:03:48 -07:00
Daniel Nichter
e67020addb Merge back recent changes. 2012-02-02 09:46:28 -07:00
Daniel Nichter
85fdb732c8 Merge lp:~percona-toolkit-dev/percona-toolkit/pt-stalk-2.0 and, previously merged into that, lp:~percona-toolkit-dev/percona-toolkit/use-mktemp-871438. 2012-02-02 09:38:11 -07:00
Daniel Nichter
38c421351d Fix lib tests. 2012-02-02 09:31:49 -07:00
Daniel Nichter
fe125e9cfb Fix pt-upgrade tests. 2012-02-02 09:07:18 -07:00
Daniel Nichter
e3f37fffc5 Fix pt-slave-find tests. 2012-02-02 09:00:07 -07:00
Brian Fraser
b0f7bc4fc6 Tweaks requested by Baron, plus fixes.
Tweaks:
* --headers command line option, which can be used to
        enable/disable the automatic headers, and the
        automatic empty lines between samples.
* --show-timestamps, which changes the #ts line with
        a timestamp in the HH:MM:SS format.
* Always use ReadKeyMini, even when we have Term::ReadKey.
        In the latter case, use the Term::ReadKey functions,
        but if they fail, try again with our own versions.

Fix:
Looks like I forgot to actually enable the "save the current, first
and last" samples. This is now on. It should mean faster and better
output when changing --group-by modes.
2012-02-01 19:12:03 -03:00
Daniel Nichter
bacccfd431 Fix pt-query-digest tests. 2012-02-01 11:27:18 -07:00
Daniel Nichter
d3f23525e7 Merge lp:~percona-toolkit-dev/percona-toolkit/fix-osc-bug-897483-and-bug-925007. 2012-02-01 11:05:00 -07:00
Daniel Nichter
5c6c28a6e6 Fix bug 925007 and bug 897483. 2012-02-01 11:01:49 -07:00
Daniel Nichter
a9ea686358 Fix pt-ioprofile tests. 2012-02-01 10:40:43 -07:00
Daniel Nichter
f68cc7a29b Fix pt-heartbeat tests. 2012-02-01 10:36:00 -07:00
Daniel Nichter
4408123ea8 Fix pt-archiver tests. 2012-02-01 10:21:30 -07:00
Daniel Nichter
a62b74585a Merge lp:~percona-toolkit-dev/percona-toolkit/use-mktemp-871438. 2012-02-01 09:37:32 -07:00
Daniel Nichter
84929a0408 Test pt-table-chekcsum --where. 2012-01-31 13:09:46 -07:00
Daniel Nichter
9d3c2f5002 Apply --where to chunk size test on replicas. 2012-01-31 12:42:53 -07:00