Commit Graph

66 Commits

Author SHA1 Message Date
Brian Fraser
4fc66a08d3 pqd: Remove sparklines 2013-01-11 13:45:20 -03:00
Brian Fraser
944b2039d3 pqd: Stop reporting apdex scores 2013-01-11 13:20:39 -03:00
Brian Fraser
e925a239ff pqd: Removed --execute, --execute-throttle & --mirror 2013-01-11 13:20:19 -03:00
Brian Fraser
42484ecd10 Merged mysql-5.6-test-fixes and resolved conflicts 2012-12-19 13:47:54 -03:00
Daniel Nichter
5aa853ad1f Fix test plan. 2012-12-10 18:38:45 -07:00
Daniel Nichter
2f1bb594f9 Update SlowLogParser in pqd and add test case. 2012-12-10 18:11:59 -07:00
Daniel Nichter
ea526799d3 Merge trunk r487. 2012-12-07 11:52:33 -07:00
Daniel Nichter
a2eaed50e4 Fix pqd/read_time.t so it doesn't access non-existent pid files. 2012-12-07 11:46:09 -07:00
Daniel Nichter
7d896e5c49 Add 5.6 sample for t/pqd/explain.t test. 2012-12-04 00:44:32 +00:00
Brian Fraser
cddead8a69 Merged fix-831525-pqd-mangled-help 2012-11-29 17:10:54 -03:00
Brian Fraser
d6a7bf0cdb Remove the @INC shifts from the test files. This is no longer needed since the tools do their %INC mangling 2012-11-21 13:58:40 -03:00
Brian Fraser
6e0abc12f0 Merged test-for-957442-pqd-custom-filter-group-by 2012-11-16 11:42:03 -03:00
Brian Fraser
5e838050b6 Fix for 831525: pt-query-digest help output mangled 2012-11-08 13:38:09 -03:00
Brian Fraser
8f3f022ab4 Regression test for 957442. 2012-10-31 06:21:18 -03:00
Brian Fraser fraserb@gmail.com
6e3d3e6c96 Removed optional_value, made --version-check have default: off, updated the tools and documentation with the changes, and added the auto value to Pingback.pm 2012-10-30 12:42:42 -03:00
Brian Fraser fraserb@gmail.com
b71ceeaadb Merged raw-log-parser-percona-22371 2012-10-12 14:19:55 -03:00
Brian Fraser
bc23efc3ac Added a forgotten word in two tests' expected output 2012-09-24 17:12:53 -03:00
Brian Fraser
ee338f7ceb v-c: Re-enable https by default, make --version-check take an optional protocol argument 2012-09-13 10:39:04 -03:00
Daniel Nichter
26ca0281b5 Use --version-check instead (so it's _not_ on by default; it must be specified). 2012-08-29 14:23:41 -06:00
Daniel Nichter
98338b6508 Simplify how Pingback handles MySQL instances. Remove Percona::Toolkit::slurp_file() because it was causing 'sub redefined' errors, probably due to PerconaTest::slurp_file(). Add more PTVCDEBUG statements. 2012-08-27 17:10:42 -06:00
Daniel Nichter
e98db38499 Fix v-c --quiet check. Test v-c in pqd since it doesn't have --quiet. 2012-08-23 10:22:43 -06:00
Daniel Nichter
f2fd553bae Unlink file only if it exists, to avoid test errors. 2012-08-22 13:57:39 -06:00
Brian Fraser
5d8be022e9 Merge ubuntu-12-64-issues 2012-07-20 17:33:13 -03:00
Brian Fraser
bfa5f488fa Merged new-versionparser 2012-07-20 17:25:10 -03:00
Brian Fraser fraserb@gmail.com
fa0a3b0ff5 read_timeout.t: Avoid shelling out, also laxer timing tests to avoid white smoke 2012-07-16 14:31:56 -03:00
Brian Fraser fraserb@gmail.com
4737995563 read_timeout.t: Skip the first test if STDIN isn't a tty or blocking 2012-07-16 13:38:13 -03:00
Brian Fraser fraserb@gmail.com
fa5cbc8ca3 t/pt-query-digest/mirror.t: Don't sleep(1), use wait_for_files() instead 2012-07-15 22:27:55 -03:00
Brian Fraser fraserb@gmail.com
edad060718 t/pt-query-digest/read_timeout.t: Disregard the fractional part of $waited 2012-07-15 20:00:34 -03:00
Brian Fraser fraserb@gmail.com
0af747e4f9 t/pt-query-digest/processlist.t: Mark known fragile test as TODO to avoid white smoke 2012-07-15 19:24:41 -03:00
Brian Fraser fraserb@gmail.com
7574e19821 read_timeout.t: Try increasing the wait a second to avoid white smoke 2012-07-15 19:02:02 -03:00
Daniel Nichter
d8b0192495 Don't crash if group by attrib is empty string. 2012-07-11 15:46:58 -06:00
Brian Fraser
8179b1f1a1 Updated the tests to use the new VersionParser 2012-07-11 15:21:47 -03:00
Daniel Nichter
938b9720c1 Add RawLogParser.pm and implement --type rawlog in pt-query-digest (Percona 22371). 2012-06-28 15:04:10 -06:00
Baron Schwartz
47fb3d65e8 Fix a bazillion tests with ANSI sql_mode, and get rid of a bunch of MySQLDump usage. 2012-06-09 14:43:33 -04:00
Baron Schwartz
45a1f20565 fix t/pt-query-digest/explain.t for MySQL 5.5 2012-06-06 12:49:33 -04:00
Daniel Nichter
add06645d8 Modernize and hopefully make pt-query-digest/issue_360.t stable. 2012-06-06 21:43:53 -04:00
Brian Fraser fraserb@gmail.com
345a21a82e Replace the last instances of MKDEBUG 2012-06-05 12:28:36 -03:00
Brian Fraser fraserb@gmail.com
422308ffc5 t/pt-query-digest/read_timeout.t: Make the tests slightly more forgiving for slow computers 2012-06-05 11:04:10 -03:00
Brian Fraser fraserb@gmail.com
1645de13ae Normalize numbers in t/pt-query-digest/review.t
Otherwise, the change of notations from scientific to decimal
or the precision may lead to tests failing.
2012-06-04 13:17:41 -03:00
Baron Schwartz
6eba36898b fix some floating-point rendering problems 2012-06-03 22:09:37 -04:00
Daniel Nichter
a64bf961e8 Fix test counts. 2012-06-03 15:14:30 -04:00
Daniel Nichter
a2810a0ec1 Remove duplicate calls to Sandbox::ok(). 2012-06-03 14:38:21 -04:00
Daniel Nichter
bdbb66d22b Re-add calls to Sandbox::ok(). 2012-06-03 13:54:32 -04:00
Daniel Nichter
a0b54b145d Merge 2.1. 2012-06-03 13:29:02 -04:00
Daniel Nichter
7e880b0808 Call Sandbox::box() in all tests that use Sandbox. 2012-06-03 12:59:56 -04:00
Brian Fraser fraserb@gmail.com
ee097f442f Fix for 885382: Check the cardinality of --embedded-attributes 2012-05-30 14:14:13 -03:00
Daniel Nichter
491c076e75 Implement retry_on_error for Pipeline processes. Retry iteration proc twice, then fail completely. Fix mirror.t. 2012-05-23 16:07:05 -06:00
Daniel Nichter
74b1caa241 Failing test and XXX code comment about a bug used to test this bug. 2012-05-23 14:45:52 -06:00
Daniel Nichter
5079930b72 Merge change-diskstats-group-by-default-fix-bug-952727. 2012-05-09 07:48:59 -06:00
Brian Fraser fraserb@gmail.com
53a6230e9c Bug 963225 v2: Updated tests and more samples 2012-03-30 17:21:48 -03:00