Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit fd5299f

Browse files
author
Nick Gauthier
committed
updated TODO with user-requested features
1 parent 41c7c17 commit fd5299f

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

TODO

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
= Hydra TODO
22

3-
Fix test runner output. Local runners are dumping test unit summaries
4-
and it looks bad.
3+
* hydra:sync task that runs the SSH syncing for remote workers
4+
* ensure same version is running remotely (gem directive)
5+
* on a crash, bubble up error messages
6+
* send workers a "boot" message with all the files that will be tested so that it
7+
can boot the environment before forking runners
8+
* named configurations (i.e. 'local', 'remote', 'myconfig') so users can swap configs with an
9+
environment variable or with a hydra testtask option
510

6-
Add in a time report
11+
== Reporting
712

13+
Refactor reporting into an event listening system. Add in a default listener that messages:
14+
15+
* Files at start
16+
* Progress status "50% (10/20 files)"
17+
* Time report at the end
818

0 commit comments

Comments
 (0)