Brian Fraser
c7060a99a7
Add ping_for_updates(), send the X-Percona-Toolkit-Tool header, and fix an error in pingback()
2012-08-09 17:38:39 -03:00
Brian Fraser
4a04837378
Updated t/lib/Pingback.t to use the new type names
2012-08-09 16:45:29 -03:00
Daniel Nichter
d8bb594059
Clean up Pingback.pm, make it encode the client response correctly, and abstract and rewrite the tests.
2012-08-09 12:47:30 -06:00
Brian Fraser
357fff7153
VersionCheck: Update to newest spec and add get_bin_version()
2012-08-09 15:33:42 -03:00
Brian Fraser
5281e109e9
Updated Pingback.pm
2012-08-09 12:15:55 -03:00
Brian Fraser
437503d94b
Merged VersionCheck
2012-08-09 11:31:55 -03:00
Brian Fraser
475af27724
Merged HTTP::Micro
2012-08-09 11:31:23 -03:00
Brian Fraser fraserb@gmail.com
9d33a8e2aa
Removed ssl support
2012-08-09 11:14:51 -03:00
Daniel Nichter
a1633092d7
Fix test to handled borked Perl 5.8 version.
2012-08-08 15:30:24 -06:00
Daniel Nichter
ff7aebaa0e
Coerce PERL_VERSION with %vd to fix 5.8.
2012-08-08 15:23:52 -06:00
Daniel Nichter
c755700068
Don't check sandbox if it's not up.
2012-08-08 14:12:24 -06:00
Daniel Nichter
7f0b962489
Fix Debian version parsing in get_os().
2012-08-08 14:08:26 -06:00
Brian Fraser fraserb@gmail.com
49bf177b6a
Magic tags and copyright
2012-08-08 16:54:20 -03:00
Brian Fraser fraserb@gmail.com
028fa7a047
Added HTTP::Micro.
...
This is an extremely stripped down HTTP::Tiny, i.e. not comformant
with HTTP/1.1. Basically only GET and POST should work, and
only for explicit content-lengths; chunking is not implemented.
2012-08-08 16:45:28 -03:00
Daniel Nichter
b4dce00639
Stringify Perl vars so $PERL_VERSION isn't an object. Diag the versions so I can see the real results.
2012-08-08 12:57:47 -06:00
Daniel Nichter
5b5c75ba3b
Test get_os().
2012-08-08 12:53:14 -06:00
Daniel Nichter
5abd7f2d97
Fix and clean up get_os().
2012-08-08 12:38:37 -06:00
Daniel Nichter
07237162f7
First VersionCheck.pm prototype.
2012-08-08 11:36:49 -06:00
Brian Fraser fraserb@gmail.com
58647e8b42
Add lib/Pingback.pm and tests
2012-08-07 18:08:51 -03:00
Daniel Nichter
dbb4360aa7
Tweak sandbox/jenkins-test so args in TEST_CMD can have spaces.
2012-08-06 17:50:54 -06:00
Brian Fraser fraserb@gmail.com
d77a3a19f6
Fix for 1028710: floor() fails on floor(log(1000)/log(10))
2012-08-06 11:37:51 -03:00
Daniel Nichter
f8c375a249
Build percona-toolkit-2.1.3
2.1.3
2012-08-03 19:41:41 +01:00
Daniel Nichter
4510cc4b28
Update Changelog for 2.1.3.
2012-08-03 11:36:46 -06:00
Daniel Nichter
53f3f2983f
Merge hackish-fix-for-masterslave-obj-in-tests
2012-08-02 15:38:40 -06:00
Daniel Nichter
3822bb7977
Hack a fix for MasterSlave in tests that use it.
2012-08-02 15:34:39 -06:00
Brian Fraser
ab8d26df4b
Merged fix-883098-extra-processlist-fields
2012-08-02 15:12:59 -03:00
Brian Fraser
ce0ec9d4bd
Merged fix-doc-bugs-1016127-934310-937225-1016114
2012-08-02 15:10:45 -03:00
Daniel Nichter
c80123f485
Merge fix-953141-recursion-method-array
2012-08-02 12:01:34 -06:00
Daniel Nichter
980b0b4b8d
Pass a placeholder for Quoter since it's not needed.
2012-08-02 11:44:09 -06:00
Daniel Nichter
7aa51a9f3a
Create MasterSlave with required args.
2012-08-02 11:14:47 -06:00
Daniel Nichter
e6d31a666a
Rewrite how MasterSlave handles --recursion-methods.
2012-08-02 10:57:36 -06:00
Brian Fraser
e29aa514e3
t/lib/MasterSlave.t: A call to ->recurse_to_slaves() still used a string instead of an arrayref
2012-08-02 12:38:09 -03:00
Brian Fraser
1c6206bf9d
Fix for 937225: OUTER JOIN advice in JOI.003 is confusing
2012-08-02 10:12:34 -03:00
Brian Fraser
bcf9eefc9f
Fix for 1016114: pt-osc docs don't mention default values
2012-08-02 10:09:24 -03:00
Brian Fraser
6f77f4b49b
Fix for 934310: pt-tcp-model --quantile docs wrong
2012-08-02 09:58:44 -03:00
Brian Fraser
53a7537d11
Updated modules for all tools
2012-08-02 09:54:25 -03:00
Brian Fraser
840ea44e71
Fix for 1016127: DBD::mysql install hint for OpenSolaris
2012-08-02 09:52:42 -03:00
Brian Fraser fraserb@gmail.com
4014b0f220
Updated the modules for all tools that use Processlist
2012-08-01 18:44:20 -03:00
Brian Fraser fraserb@gmail.com
654ebacf1c
Fix for 883098: Extra processlist fields causing errors
2012-08-01 18:43:03 -03:00
Daniel Nichter
cc3826f665
Fix more test output broken by percona_test.load_data. Tweak ptc/t/privs.t so it passes on my box. Fix new start/stop scripts: don't check ibdata1 because SKIP_INNODB may be used. Make PerconaTest::output() cleaner.
2012-08-01 14:58:52 -06:00
Brian Fraser fraserb@gmail.com
d99c7a6041
Update all modules that use --recursion-method, additionally changing it to an array with default processlist,hosts and checking the array for validity
2012-08-01 17:43:09 -03:00
Brian Fraser fraserb@gmail.com
a25b9eab40
MasterSlave: Rework how the recursion methods are checked & resolved
...
In part by removing the OptionParser usage out from get_slaves
and recurse_to_slaves and making them expect arrayrefs, thus
forcing our callers to deal with that, and in part by
splitting out the method-checking to MasterSlave::check_recursion_method
and the resolving (originally in find_slave_hosts) into
_resolve_recursion_methods.
2012-08-01 17:39:12 -03:00
Brian Fraser fraserb@gmail.com
ad46ec779e
Merged fix-889739-pt-cd-quoted-strings and added the new sample files
2012-08-01 15:02:28 -03:00
Brian Fraser fraserb@gmail.com
dd14121c28
Merged fix-903510-pt-tcp-model-empty-requests-file
2012-08-01 14:56:10 -03:00
Brian Fraser fraserb@gmail.com
700e90d2db
Merged fix-821696-pt-va-snippet-delimiters
2012-08-01 14:53:40 -03:00
Brian Fraser fraserb@gmail.com
39ed356b50
Merged fix-977226-pt-summary-lsi-raid
2012-08-01 14:51:10 -03:00
Brian Fraser fraserb@gmail.com
f3e0cb9169
Merged fix-1030975-pt-ts-double-quotes-in-show-vars
2012-08-01 14:50:01 -03:00
Brian Fraser fraserb@gmail.com
66d6ed75c0
Merged fix-844880-variableadvisor-bin_log-checks
2012-08-01 14:47:50 -03:00
Brian Fraser fraserb@gmail.com
9ece80c756
Merged fix-940733-pt-ioprofile-clean-tempdir-on-error and replaced the exits with returns to ensure the cleanup
2012-08-01 14:43:36 -03:00
Brian Fraser fraserb@gmail.com
90c7f6c9b4
Merged fix-1022628-standarize-pt-osc-quiet
2012-08-01 13:49:51 -03:00