1
2
3
4
5
6
7
8
9
10
11
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
|
In no particular order:
Documentation
* Convert to asciidoc
* Getting going docs, initial setup
* Getting going docs, writing tests
Tests and QA
* Release procedure (non-automated tests to run, binary releases)
* Whitebox unit tests need to be re-enabled
* Inter-area tests, referring to tests in external areas
* Performance test
Misc
* Binary build for release using chicken deploy mechanism
* Microsoft windows port (mostly convert system calls to native posix)
Megatest
* Refactor, code has gotten a bit messy
* Refactor, some code has gotten a bit crufty
* Log free space in /tmp in the database. Tests often use /tmp and this can help debug problems
* Record free memory (account for buffers etc.)
* Implement ssh method for calling home (eliminates need for network filesystem).
Dashboard
* Add filters to tests
* Add visual monitoring of cpu, memory, diskspace etc. for tests
|
24
25
26
27
28
29
30
31
32
|
39
40
41
42
43
44
45
46
47
|
-
+
|
<tr><td>rpc server auto launch</td><td>Not implemented</td></tr>
<tr><td>rpc server 100% with fallback to direct</td><td>Wish list item, ROI is small for those with NFS or similar network fs available.</td></tr>
<tr><td>rpc server support for dashboard</td><td>High priority as this will ameliorate the reader starvation issue, ETA Mar 5.</td></tr>
<tr><td>===============================</td><td></td></tr>
<tr><td>Button to change state globally for a run</td><td>Not implemented, ETA: Feb 27</td></tr>
<tr><td>Auto create linkstree</td><td></td></tr>
<tr><td>Fix -rerun </td><td></td></tr>
<tr><td>¥..</td><td>
<tr><td>.</td><td>
</table>
|