Commit Graph

152 Commits

Author SHA1 Message Date
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
639f47eb70 Add t/pt-archiver/version_check.t, v-c integration tests. Don't exit early if PTDEBUG && PTVCDEBUG (don't know what state the tool may be in). 2012-08-22 16:20:00 -06:00
Daniel Nichter
66f1bdf403 Change staging.upgrade.percona.com to $ENV{PERCONA_VERSION_CHECK_URL} || http://v.percona.com. 2012-08-22 15:10:33 -06:00
Daniel Nichter
7cd73be614 Merge 2.1 r364 (has lots of test fixes). 2012-08-22 15:00:19 -06:00
Daniel Nichter
1c838e283f Remove useless 'Reconnected to slave' message in pt-slave-delay and fix standard_options.t so output doesn't show up as test errors. 2012-08-22 11:08:47 -06:00
Daniel Nichter
50f218a288 Implement version-check in the remaining tools. 2012-08-21 16:24:29 -06:00
Daniel Nichter
a95aa2b3bc Put everything in Pingback::version_check(). Change HTTP::Micro to HTTPMicro in pingback(). Simplify time_to_check() a little and add more debug. Fix Pingback.t now that client response doesn't have TYPE and no response causes die. 2012-08-21 15:06:28 -06:00
Brian Fraser fraserb@gmail.com
615c5ad508 Fix several test failures by doing s/HTTP::Micro/HTTPMicro/ 2012-08-21 14:37:10 -03:00
Daniel Nichter
8db5b77a4e Change HTTPMicro to HTTP::Micro in Pingback to avoid 'subroutine redefined' errors. 2012-08-21 08:19:52 -06:00
Daniel Nichter
616a98f86c Add --[no]version-check, VersionCheck, Pingback, and HTTPMicro to tools having the version check feature. 2012-08-17 16:25:56 -06:00
Daniel Nichter
272473348c Remove _d from Percona::Toolkit because I can't get it to export correctly. Put Percona::Toolkit in most tools. 2012-08-17 12:35:12 -06:00
Daniel Nichter
f8c375a249 Build percona-toolkit-2.1.3 2012-08-03 19:41:41 +01:00
Brian Fraser
53a7537d11 Updated modules for all tools 2012-08-02 09:54:25 -03:00
Brian Fraser
bfa5f488fa Merged new-versionparser 2012-07-20 17:25:10 -03:00
Brian Fraser
f558b4b9da Fix 984915: DSNParser does not check return value of do() calls 2012-07-12 22:42:54 -03:00
Brian Fraser
1cf7ec210f Merged fix-962330-already-lagged-slave 2012-07-12 22:41:04 -03:00
Brian Fraser
f9a29fed37 Updated all the tools to use the new VersionParser 2012-07-11 15:12:52 -03:00
Brian Fraser fraserb@gmail.com
4f8b6dca0b Fix for 962330: pt-slave-delay incorrectly computes lag if started when slave is already lagging 2012-06-25 15:48:25 -03:00
Daniel Nichter
6d71b91bfe Build percona-toolkit-2.1.2 2012-06-12 07:06:39 -07:00
Brian Fraser fraserb@gmail.com
846f253661 Update all the modules 2012-06-11 22:08:42 -03: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
56e20d269a Add another test for reconnect, and fix failure/race condition in pt-slave-delay 2012-06-04 11:33:06 -04:00
Baron Schwartz
e9e8285b54 pt-slave-delay doesn't reconnect reliably, this is a start 2012-06-04 11:10:41 -04:00
Daniel Nichter
c670ac4ba4 Update DSNParser in all tools. 2012-05-24 11:25:20 -06:00
Daniel Nichter
c3724aedca Build percona-toolkit-2.1.1 2012-04-03 12:42:45 -07:00
Daniel Nichter
f4c978c957 Build percona-toolkit-2.0.4 2012-03-07 15:41:54 -08:00
Daniel Nichter
78112fccec Update Daemon in all tools (bug 944420). 2012-03-07 14:44:43 -07:00
Daniel Nichter
4d5d4da4b7 Build percona-toolkit-2.0.3 2012-02-03 16:25:29 -07:00
Daniel Nichter
bc87f679f5 Build percona-toolkit-2.0.2 2012-01-05 12:20:21 -07:00
Daniel Nichter
4d473afe6d Build percona-toolkit-2.0.1 2011-12-30 15:44:29 -07:00
Daniel Nichter
d1bd7a9f3b Change MKDEBUG to PTDEBUG. Remove 1.0.2 from release notes. 2011-12-30 09:23:41 -07:00
Daniel Nichter
43aebffad1 Build percona-toolkit-1.0.1 2011-09-01 10:00:38 -06:00
Daniel Nichter
cdd5be4565 Update OptionParser in all tools. 2011-09-01 09:04:24 -06:00
Daniel Nichter
52ef2062e6 Changelog for 1.0.1. Use simplest version string in all tools. 2011-08-31 08:19:18 -06:00
Daniel Nichter
c7154acff1 Update OptionParser in all tools. 2011-08-12 09:05:46 -06:00
Daniel Nichter
ff4fa81854 Build percona-toolkit-0.9.5 2011-08-04 14:35:38 -06:00
Daniel Nichter
f71eaa037a Add RISKS section to Bash tools. Re-order all tools' DOWNLOADING section. Remove some unused options. 2011-08-02 17:26:13 -06:00
Daniel Nichter
7108054565 Revert r49. Will handle s/slave/replica/ in another branch. 2011-07-21 14:27:59 -06:00
Daniel Nichter
a98cba66be Rename pt-slave-* to pt-replicat-*. 2011-07-20 14:56:02 -06:00
Daniel Nichter
827bed1b3e Update DOWNLOADING section in all tools. Update replace-text usage. 2011-07-20 11:35:53 -06:00
Daniel Nichter
48cf39930b Combine check-* scripts into super check-tool script. Add check-spelling, check-dev-env, and docs/test-coverage directory. 2011-07-14 17:49:32 -06:00
Daniel Nichter
39ea018581 Finish re-branding tools. Remove pt-schema-advisor. 2011-07-12 16:36:36 -06:00
Daniel Nichter
2597c09f17 Update all modules in all tools. Remove pt-table-usage. Make update-modules ignore non-Perl tools. 2011-07-12 16:09:06 -06:00
Daniel Nichter
8f68f08f8e Replace maatkit.org with percona.com. 2011-07-11 17:09:12 -06:00
Daniel Nichter
4559e55153 Replace $TOOL with tool name. 2011-07-11 16:58:56 -06:00
Daniel Nichter
aa318cb93f Re-brand standard POD sections (DOWNLOADING, ENVIRONMENT, etc). Change ABOUT MAATKIT to ABOUT PERCONA TOOLKIT. 2011-07-11 16:56:02 -06:00
Daniel Nichter
89f97d6099 Remove duplicate copyright notices. Add POD and copyright for Aspersa tools. Fix checking for "pt-pmp" instead of "pmp", etc. 2011-07-11 11:57:53 -06:00
Daniel Nichter
a9e002cc5a Add Aspersa tools, their tests, and util/test-bash-tool.
Update and simplify copyright notices.
2011-07-01 10:29:50 -06:00
Daniel Nichter
fd0941534a Change mk- to pt- in all tools. 2011-06-29 09:47:55 -06:00