Commit Graph

2263 Commits

Author SHA1 Message Date
Daniel Nichter
e69f1f24d0 Remove $Sandbox::Percona::Toolkit::VERSION and use $Percona::Toolkit::VERSION instead since it's the authoritative version. 2012-10-24 13:52:10 -06:00
Daniel Nichter
b20f2707de Merge find_my_cnf_file-bug-1070916. 2012-10-24 13:43:12 -06:00
Daniel Nichter
33f75e069d Fix some test plans. 2012-10-24 13:36:32 -06:00
Daniel Nichter
9b920bc5a5 Conditionalize the number of files expected: 14 or 15 depending on if the box has a default my.cnf somewhere. 2012-10-24 13:03:45 -06:00
Daniel Nichter
70b666add9 Update pt-mysql-summary.t. 2012-10-24 12:46:22 -06:00
Daniel Nichter
bb44887615 Update collect_mysql_info in pt-mysql-summary. 2012-10-24 12:45:10 -06:00
Daniel Nichter
b6072ab011 Only cat cnf file > mysql-config-file if it exists. 2012-10-24 12:43:26 -06:00
Daniel Nichter
a94605c825 Use sys default cnf file since test machines have different ones. 2012-10-24 12:08:30 -06:00
Daniel Nichter
aacdd9db17 Rewrite find_my_cnf_file() so if a port is given only that port's cnf is returned, else nothing. 2012-10-24 11:17:34 -06:00
Daniel Nichter
15a2cf6c50 Merge pt-stalk-iter-1-bug-1070434. 2012-10-23 18:25:37 -06:00
Daniel Nichter
f6527695b8 Document extra --run-time-related waits. 2012-10-23 18:21:23 -06:00
Daniel Nichter
c077b1eb3d Include collector output in diag. 2012-10-23 17:51:59 -06:00
Daniel Nichter
d97912ef1c Even more waiting for _really_ slow Ubuntu 12 box. 2012-10-23 17:31:05 -06:00
Daniel Nichter
78e1f95257 Really wait for expected data in files. 2012-10-23 17:20:05 -06:00
Daniel Nichter
36ca6bbc23 Make "not stalking" tests more reliable. 2012-10-23 16:54:45 -06:00
Daniel Nichter
8ef6ee451f Wait for collectors before exiting. Use wait_until instead of sleep in pt-stalk.t, and add lots of diag info when tests fail. 2012-10-23 14:42:41 -06:00
Daniel Nichter
4870307a42 Merge pdl-partitions-bug-1043528. 2012-10-22 15:33:29 -06:00
Daniel Nichter
b406f02f5b Test and fix deadlock parsing with partition info. 2012-10-22 15:30:29 -06:00
Brian Fraser fraserb@gmail.com
4a22e1e545 Fix for 1052722: pt-fifo-split is processing n-1 rows initially 2012-10-22 18:04:38 -03:00
Daniel Nichter
b59d94fccb Merge quiet-progress-bug-1039541. 2012-10-22 14:38:34 -06:00
Daniel Nichter
3e39ab54b8 Make pt-osc --quiet disable --progress. 2012-10-22 14:23:05 -06:00
Daniel Nichter
8937610048 Merge opt-parsing-exit-status-bug-1039074. 2012-10-22 12:34:32 -06:00
Daniel Nichter
0d4d008f79 Update OptionParser in all tools. 2012-10-22 12:17:08 -06:00
Daniel Nichter
af1240b6f6 Test cases. 2012-10-22 12:16:42 -06:00
Daniel Nichter
289366ebdf Exit 1 on option errors. 2012-10-22 11:43:33 -06:00
Daniel Nichter
e9c24579bf Merge fix-pt-osc-del-trg-bug-1062324. 2012-10-22 11:34:52 -06:00
Daniel Nichter
575c94b29e Add --default-engine to pt-osc. 2012-10-22 08:44:44 -06:00
Daniel Nichter
046c4c7cc0 Make CompareResults.t stable--yet another case of not waiting for replication. 2012-10-20 20:18:55 -06:00
Daniel Nichter
4a494d1a20 Remove all_privs tests. Update Percona::Toolkit::VERSION. 2012-10-20 17:59:28 -06:00
Daniel Nichter
be50548f3b Fix RawLogParser.t. Use diag in PerconaTest.pm. 2012-10-20 13:32:12 -06:00
Daniel Nichter
85a0616ec3 Redirect sys cmd 2>/dev/null in pt-kill tests to avoid false-positive errors. 2012-10-20 13:26:33 -06:00
Daniel Nichter
b8f6db2045 Add failing test case. 2012-10-20 12:09:20 -06:00
Daniel Nichter
ca2675dd98 Merge fix-978133-remove-pqd-priv-checks 2012-10-19 17:17:56 -06:00
Daniel Nichter
f50d8e9120 Remove TableParser::check_table() privs check (re bug 1036747). 2012-10-19 17:14:07 -06:00
Daniel Nichter
a3d5f3d346 Add hint to error messages about what to do if the table doesn't exist. 2012-10-19 17:10:40 -06:00
Daniel Nichter
e32289ae0c Merge fix-938068-ptc-slave-binlog-formats 2012-10-19 17:01:15 -06:00
Daniel Nichter
d7bfcc8fd9 Tweak warning. Enhance docu around --check-binlog-format. 2012-10-19 16:57:53 -06:00
Daniel Nichter
11f9ddcbb2 Merge fix-pt-upgrade-select-bug-1060774 2012-10-19 16:32:51 -06:00
Daniel Nichter
caceb2a7b8 Re-add select-func.txt 2012-10-19 16:26:11 -06:00
Daniel Nichter
a13b6d8d17 Remove select-func.txt 2012-10-19 16:25:50 -06:00
Daniel Nichter
baf85aeb21 Truncate col names to 64 chars in MockSyncStream::get_result_set_struct(). Update test sample file. 2012-10-19 16:13:13 -06:00
Brian Fraser fraserb@gmail.com
9e832790f8 LOAD DATA LOCAL INFILE: The hopefully final fix.
This introduces a L option to the DSNs of pt-upgrade and pt-archiver,
which turns on mysql_local_infile.
2012-10-17 19:19:44 -03:00
Brian Fraser
d713d6e99a Fix for 978133: Remove the table privilege checks from pt-query-digest. The same checks were removed from pt-table-checksum in 2.1.3 and pt-table-sync in 2.1.4 2012-10-17 17:55:37 -03:00
Brian Fraser
42a344f4cb Updated the 'table has problems in replica' error and other tidbits, per Daniel's review 2012-10-17 17:40:31 -03:00
Brian Fraser
2bcc380c68 Fix for customer issue 26211 ($avg_rate might be zero), plus a fix for bug 1058285 (also related to 26211), and an emergent part of 821722: Several sql_modes implicitly turn on ANSI_QUOTES 2012-10-17 15:52:15 -03:00
Brian Fraser
5a9cc13d6f Fixes for the previous commit 2012-10-17 15:39:06 -03:00
Daniel Nichter
117e78a3c9 Tweak tests to recreate the original problem. 2012-10-17 12:19:55 -06:00
Daniel Nichter
d8cc620c5f Add failing test case for SELECT FUNC(). 2012-10-17 11:54:28 -06:00
Brian Fraser fraserb@gmail.com
1875066868 Fix and tests for 1062563 and 1063912: ptc+PXC bugs 2012-10-17 12:58:48 -03:00
Brian Fraser fraserb@gmail.com
6771202be0 Merged sandbox-pxc-compat 2012-10-17 12:04:17 -03:00