Revision history for Yars
0.91_01 2013-11-06 11:50:32 America/New_York
- /servers/status does more checking to see that each disk really is "up"
This includes writing to the disks tmp directory and checking that the
file is non zero size. While this makes it slower, this route is usually
used by Yars::Client manually by a human to check the health of the Yars
cluster.
0.91 2013-10-06 10:55:59 America/New_York
- more robust testing on platforms that don't support
read only folders (cygwin)
0.90 2013-09-27 15:15:01 America/New_York
- fixed false failure in test suite
0.89 2013-08-31 20:46:18 America/New_York
- added generate_config for 'yars configure' command
0.88 2013-07-19 22:59:00 America/New_York
- require Test::Clustericious::Cluster 0.08 for MSWin32 fixes
0.87 2013-07-18 09:23:59 America/New_York
- promote to production
0.86_02 2013-07-13 12:58:27 America/New_York
- basic use test for yars_fast_balance
0.86_01 2013-07-10 22:15:35 America/New_York
- yars_generate_diskmap: dash character is legal for hostnames
- yars_generate_diskmap: ports other than 9001
- added test for yars_disk_scan
- add a sanity check: our url has to be in the server list somewhere.
0.86 2013-07-10 17:01:59 America/New_York
- added a test case for yars_generate_diskmap
- documentation
- fix $tools->_ua bug
0.85 2013-07-08 09:08:02 America/New_York
- promote to production
0.84_02 2013-07-06 09:05:53 America/New_York
- require Clustericious::Config 0.22
0.84_01 2013-07-05 22:33:00 America/New_York
- Make OO interface to Yars::Tools
0.84 2013-07-02 17:23:54 America/New_York
- Make Yars::Client 0.87 a prereq since it has fixes for Mojo 4.x
0.83_11 2013-07-01 19:02:52 America/New_York
- improved Mojo 4.x detection and recovery
0.83_10 2013-07-01 07:26:15 America/New_York
- remove dep on YAML (use YAML::XS instead which is already a prereq of Clustericious)
0.83_09 2013-06-30 18:15:57 America/New_York
- retire problematic 071_tempdir test (replacement is 073_tempdir)
0.83_08 2013-06-28 11:35:40 America/New_York
- fixed testing diagnostic
0.83_07 2013-06-26 21:38:13 America/New_York
- added testing diagnostic
0.83_06 2013-06-26 15:22:36 America/New_York
- added testing diagnostic
0.83_05 2013-06-22 22:59:29 America/New_York
- use fewer resources during testing
0.83_04 2013-06-22 20:06:51 America/New_York
- don't hardcode /tmp anymore
0.83 2013-05-25 22:04:54 America/New_York
- Require Clustericious 0.9920 for Mojolicious 4.0 compatability
0.82 2013-05-24 04:47:14 America/New_York
- Mojolicious 4.0 compatability
0.81 2013-05-06 08:31:53 EST5EDT
- promote to production
0.80_06 2013-05-04 22:13:33 EST5EDT
- Minor timing fixes
0.80_05 2013-05-04 18:26:46 EST5EDT
- properly cleanup processes after test
0.80_04 2013-05-04 17:08:25 EST5EDT
- fixed prereq
- tests can now be run in parallel
- tests should pass even if the perl in path != the build perl
0.80_03 2013-05-04 07:27:05 EST5EDT
- Jump through some hoops so the right perl is executed in tests
0.80_02 2013-05-03 17:05:52 EST5EDT
- Additional diagnostics
0.80_01 2013-05-03 16:34:52 EST5EDT
- Less sleepy tests
- use ephermeral ports for 020_dual.t to see if that plays nice
with cpan testers
- Portability: use File::HomeDir instead of $ENV{HOME}
0.80 2013-05-02 06:17:18 EST5EDT
- move integration tests into the xt directory
0.79 2013-04-30 12:57:02 EST5EDT
Remove extranious dep
0.78 2013-04-30 12:40:26 EST5EDT
Compatability, bug check Mojolicious 3.84 (require 3.86)
0.77 2012-12-05
Use /usr/bin/perl instead of /usr/bin/env perl
for system tests to work.
0.76 2012-12-05
More fixes to tests.
0.75 2012-11-29
Improved portability of tests
0.74 2012-11-25
First public release