Brian Fraser
|
b3dd48af15
|
Change the behavior to resume+ignore-databases to mimic resume+ignore-tables; now it starts from the next table.
|
2012-11-09 22:07:10 -03:00 |
|
Brian Fraser
|
426d599566
|
Fix for 911385: pt-table-checksum v2 fails when --resume + --ignore-database is used
|
2012-11-08 13:42:29 -03:00 |
|
Daniel Nichter
|
091d9cf66d
|
Print/save fk errors only if there is one. Fix example --dest table (bug 1075775).
|
2012-11-07 11:38:09 -07:00 |
|
Daniel Nichter
|
e11a7eea41
|
Add failing test.
|
2012-11-07 11:34:45 -07:00 |
|
Brian Fraser
|
bb47e4cdcc
|
Removed the L option from the dsn_opts exported by PerconaTest, as it was useless and breaking tests, and added an L=1 to a leftover pt-archiver --bulk-insert call
|
2012-11-07 08:54:39 -03:00 |
|
Brian Fraser
|
58b32bb5ef
|
Merged fix-1073532-Mo-Scalar-Util-PP
|
2012-11-07 04:12:37 -03:00 |
|
Daniel Nichter
|
ddda26fb7f
|
Merged fix-i26211-1058285-821722-implicit-ansi_quotes
|
2012-11-05 10:57:11 -07:00 |
|
Daniel Nichter
|
a0cd575c95
|
Merge fix-1009510-1039569-ptc-check-table-on-replicas
|
2012-11-05 10:54:21 -07:00 |
|
Daniel Nichter
|
0cffac95de
|
Simplify how ptc checks slave tables. Move that code from TableParser to pt_table_checksum::check_slave_tables. Change --[no]check-replicate-table-columns to --[no]check-slave-tables. Move tests to error_handling.t.
|
2012-11-02 15:22:47 -06:00 |
|
Brian Fraser
|
6720831fd1
|
Merged fix-1059732-ptc-hash-functions
|
2012-11-02 01:23:59 -03:00 |
|
Brian Fraser
|
062f76ae33
|
Added a test for the second bug in customer issue 26211
|
2012-11-01 17:28:06 -03:00 |
|
Daniel Nichter
|
7d64ca2113
|
Test that SQL_MODE isn't changed.
|
2012-11-01 11:46:54 -06:00 |
|
Daniel Nichter
|
949cf31037
|
Set sql_mode='' before SHOW CREATE TABLE--don't bother with replacing certain values. Move and rewrite tests to ansi_quotes.t.
|
2012-11-01 11:31:31 -06:00 |
|
Brian Fraser
|
a5a23665fe
|
Simplified split_grants() and added a test for mixed table & column grants on the same table
|
2012-11-01 06:15:54 -03:00 |
|
Daniel Nichter
|
0fd9239500
|
Implement split_grants() instead of split(',', $grants) to handle spliting grants with column-level privs.
|
2012-10-31 14:20:43 -06:00 |
|
Daniel Nichter
|
0453d7dd82
|
Failing test case.
|
2012-10-31 13:16:25 -06:00 |
|
Daniel Nichter
|
9b6f10480c
|
Merge fix-938660-ptc-chunk-size-limit-0
|
2012-10-31 12:20:54 -06:00 |
|
Daniel Nichter
|
b5c48f07d1
|
Remove unused $limit. Make $chunk_size_limit || 1 because it's the one used for #-of-rows check on slaves. Reverse the new test because we don't want to disable the #-of-rows check.
|
2012-10-31 12:12:51 -06:00 |
|
Brian Fraser fraserb@gmail.com
|
e6158cd2f8
|
Fix for 1073532: Mo doesn't work with Scalar::Util::PP
Unlike Scalar::Util, Scalar::Util::PP::looks_like_number shifts @_,
so calling it as &looks_like_number works differently in both
versions; see https://rt.cpan.org/Public/Bug/Display.html?id=80525
|
2012-10-31 12:04:30 -03:00 |
|
Brian Fraser
|
572ee45185
|
Merged fix-1052722-pt-fifo-split-n-minus-1-rows-initially
|
2012-10-30 22:14:11 -03:00 |
|
Brian Fraser
|
b9bfe6114c
|
Merged fix-821715-enable-local-infile-in-dsn
|
2012-10-30 22:12:57 -03:00 |
|
Daniel Nichter
|
376572e637
|
Merge fix-995896-cat-in-daemon
|
2012-10-30 17:04:22 -06:00 |
|
Daniel Nichter
|
c8b31431b0
|
Handle slurp_file error specifically. Fix Daemon.t test plans.
|
2012-10-30 16:57:06 -06:00 |
|
Brian Fraser fraserb@gmail.com
|
19f55542a2
|
Fix for 1059732: pt-table-checksum doesn't test all hash functions
|
2012-10-30 12:38:31 -03:00 |
|
Brian Fraser fraserb@gmail.com
|
1e3cc6131c
|
Fix for 938660: pt-table-checksum chunk-size-limit of 0 does not disable chunk size limit checking
|
2012-10-30 11:55:49 -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
|
7cc7d7e729
|
Make pt-archiver --sleep tests more precise and reliable.
|
2012-10-25 16:21:43 -06:00 |
|
Daniel Nichter
|
7b5e2fc7a2
|
Don't use literal values for t/pt-heartbeat/basics.t 'It is being updated' test. Use direct call rather than backticks.
|
2012-10-25 15:57:22 -06:00 |
|
Daniel Nichter
|
5b4b3886b2
|
Fix t/pt-slave-delay/auto_restart.t and use direct call, no backticks.
|
2012-10-25 15:36:24 -06:00 |
|
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
|
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
|
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
|
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
|
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
|
af1240b6f6
|
Test cases.
|
2012-10-22 12:16:42 -06:00 |
|
Daniel Nichter
|
e9c24579bf
|
Merge fix-pt-osc-del-trg-bug-1062324.
|
2012-10-22 11:34:52 -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
|
e32289ae0c
|
Merge fix-938068-ptc-slave-binlog-formats
|
2012-10-19 17:01:15 -06:00 |
|