Brian Fraser
b6e4202cfa
t/pt-fifo-split/pt-fifo-split.t: Modernize the tests to use wait_for_files and give better diagnostics
2012-07-23 12:26:09 -03:00
Brian Fraser
a195c09bc3
t/pt-ioprofile/pt-ioprofile.t: Mark the --run-time test as TODO to avoid white smoke
2012-07-23 12:17:37 -03:00
Brian Fraser
68b8eddc5a
t/lib/bash/collect.sh: Wait for the df file before starting
2012-07-23 02:43:15 -03:00
Brian Fraser
5ac234d1b2
t/pt-archiver/check_slave_lag.t: Mark a timing-related test as TODO to avoid white smoke
2012-07-23 02:06:50 -03:00
Brian Fraser
409f40b240
t/pt-deadlock-logger/standard_options.t: Modernize the tests to stop relying on sleep(), modify an ancient test that was looking for mt-deadlock-logger
2012-07-23 01:52:41 -03:00
Brian Fraser
61a65fcdbd
DSNParser.pm: Work around MySQL not resolving encodings sanely.
...
For some reason, MySQL won't resolve iso-8859-1 or latin-1 as latin1,
and will die if you try to use through in, e.g., SET NAMES.
This commit makes DSNParser resolve those cases on its own
before calling SET NAMES.
2012-07-23 01:11:49 -03:00
Brian Fraser
02c6421a25
Cxn.pm: Set NAME_lc by default
2012-07-22 23:37:39 -03:00
Daniel Nichter
487d14228b
Handle --nofoo like --no-foo in parse_options.sh and update the Bash tools.
2012-07-21 11:57:53 -06:00
Daniel Nichter
e1b39b3d5f
Use TRUE/FALSE for typeless option values in --help. Update parse_options.sh lib in Bash tools.
2012-07-21 11:40:39 -06:00
Daniel Nichter
54733dad5f
Test user privs for bug 916168.
2012-07-20 17:58:44 -06:00
Daniel Nichter
c1a286bb41
Respect --replcace when doing INSERT after --create-table.
2012-07-20 16:05:20 -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
adc02c767c
Mo tests: Give everything a unique name
2012-07-19 18:38:35 -03:00
Daniel Nichter
c71f3b15e1
Check that vars are defined before using them as hashrefs.
2012-07-19 15:33:27 -06:00
Daniel Nichter
785de0cf57
Merge pt-kill-log-dsn.
2012-07-19 11:20:29 -06:00
Brian Fraser
f2016ded20
Really make a test 5.0 compatible
2012-07-19 13:40:54 -03:00
Brian Fraser
64c14e18f4
Remove MySQL 4.0 checks from several libraries, losing the VP dependency
2012-07-19 13:19:26 -03:00
Brian Fraser
a964076cc2
t/pt-kill/kill.t: Make a test 5.0 compatible
2012-07-19 13:10:12 -03:00
Brian Fraser
cbded60b8c
VersionParser.t: Add descriptions to three tests
2012-07-19 12:07:16 -03:00
Brian Fraser
ade6357157
Make all t/lib/Mo.pm tests use done_testing
2012-07-19 11:45:43 -03:00
Brian Fraser
28894c3f1e
Processlist.pm: parse_event assumed that STATE couldn't be NULL.
...
Probably an oversight, since the rest of the library already
dealt with that by treating it as an empty string.
2012-07-19 11:06:17 -03:00
Daniel Nichter
22a4068bea
Add --run-time to pt-table-checksum. Remove NAME_lc arg from Cxn and turn it on by default like it used to be and fix pt-kill accordingly.
2012-07-18 10:07:27 -06:00
Daniel Nichter
c78c3bfbab
Update Compare* modules in pt-upgrade.
2012-07-17 16:51:39 -06:00
Daniel Nichter
e797e463c1
Use hostN intead of full hostname in Compare* summaries.
2012-07-17 16:47:33 -06:00
Daniel Nichter
46b0c9ab0c
Update output samples with new hostN.
2012-07-17 09:57:08 -06:00
Daniel Nichter
28f50bbac5
Use host instead of Host.
2012-07-17 09:53:07 -06:00
Daniel Nichter
b2fb12853f
Add # HostN: <full hostname> to UpgradeReportFormatter header and use HostN in column instead.
2012-07-17 09:49:13 -06: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
03e45f97b8
t/pt-ioprofile/pt-ioprofile.t: Be slightly laxer about fractional seconds in a test to avoid white smoke
2012-07-15 19:05:12 -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
Brian Fraser fraserb@gmail.com
d826c7168b
Merged fix-984915-unchecked-do-calls-dsnparser
2012-07-14 23:58:17 -03:00
Brian Fraser fraserb@gmail.com
27db3bc8cf
Update the code to work on current trunk.
...
Changes for 941469 conflicted with this fix, so this had to be updated.
2012-07-14 23:31:05 -03:00
Brian Fraser
815b4ce961
Fix the test plan for t/lib/VersionParser.t
2012-07-13 03:40:17 -03:00
Brian Fraser
0d572c3a02
Some changes that somehow went missing during the merge
2012-07-13 03:30:05 -03:00
Brian Fraser
30cc4892cf
bzr update'd the code for assorted VersionParser fixes
2012-07-13 01:39:40 -03:00
Brian Fraser
42649bc1d2
Add t/lib/Mo and a bunch of tests
2012-07-13 00:43:17 -03:00
Brian Fraser
ccccafd4df
Test VP->flavor and fix some udnerlaying buys
2012-07-12 23:37:53 -03:00
Brian Fraser
c5555234c1
VersionParser::normalized_version: Don't use _version_split, use the values from methods instead
2012-07-12 23:15:01 -03:00
Brian Fraser
f558b4b9da
Fix 984915: DSNParser does not check return value of do() calls
2012-07-12 22:42:54 -03:00
Daniel Nichter
554bd01f41
Stabilize some pt-kill tests.
2012-07-12 17:26:54 -06:00
Daniel Nichter
b1c6bba43a
Test that pt-kill reconnects using new util/kill-mysql-process. Fix optional DSN by adding magical options rule.
2012-07-12 16:49:15 -06:00
Daniel Nichter
dab2e5c692
Add NAME_lc arg to Cxn to prevent it from being set. Use Cxn in pt-kill to retry lost connections. Add support for pt-kill DSN.
2012-07-12 13:52:52 -06:00
Brian Fraser
0277f19f6d
t/pt-archiver/bulk_insert.t: Don't assume that the db is already there
2012-07-12 14:14:47 -03:00
Brian Fraser
fdcc9a2290
Add missing VersionParser dependency to t/lib/CompareResults.t
2012-07-12 06:25:08 -03:00
Brian Fraser
f9f8c4a675
Increase the timeout for t/pt-table-checksum/throttle.t to avoid white smoke
2012-07-11 20:33:35 -03:00