From fd5299f8a95e243633cac5cab780eb473e0dcc6f Mon Sep 17 00:00:00 2001 From: Nick Gauthier Date: Mon, 1 Mar 2010 09:22:57 -0500 Subject: [PATCH] updated TODO with user-requested features --- TODO | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 2c76786..1352b98 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,18 @@ = Hydra TODO -Fix test runner output. Local runners are dumping test unit summaries -and it looks bad. +* hydra:sync task that runs the SSH syncing for remote workers +* ensure same version is running remotely (gem directive) +* on a crash, bubble up error messages +* send workers a "boot" message with all the files that will be tested so that it + can boot the environment before forking runners +* named configurations (i.e. 'local', 'remote', 'myconfig') so users can swap configs with an + environment variable or with a hydra testtask option -Add in a time report +== Reporting +Refactor reporting into an event listening system. Add in a default listener that messages: + +* Files at start +* Progress status "50% (10/20 files)" +* Time report at the end