Megatest

Changes To Plans
Login

Changes to "Plans" between 2011-07-20 23:33:07 and 2012-02-24 10:52:10

1
2
3
4
5
6
7
8
9
10
11
12
13



















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
27
28
29
30
31
32













+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
In no particular order:

Megatest
  *  Refactor, code has gotten a bit messy
  *  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
  *  Clean up the threads, reduce to one plus the iup gui thread
  *  Scrolling indicators (currently no visual clue that there <b>are/are not</b> more tests

<table border=1 cellspacing=0>
<tr><td>Feature</td><td>Status</td></tr>
<tr><td>rpc "phone home" basic implementation</td><td>90% of the heavy hitting db accesses can now use rpc when available. </td></tr>
<tr><td>rpc "phone home" 98% converted</td><td>ETA: Feb 27</td></tr>
<tr><td>rpc on 64 bit</td><td>Currently fails to work reliably. Test case generation in progress</td></tr>
<tr><td>rpc some writes to db go into queue </td><td>Many writes are not time critical and can be queued up freeing the test processes: ETA Feb 27</td></tr>
<tr><td>rpc server start up at any time</td><td>Works fine. Server can be started after a run is in place</td></tr>
<tr><td>rpc server  shut down at any time</td><td>Not complete. Shutdown clean wrt the db but race condition exists for in flight queries. Fix is easy</td></tr>
<tr><td>rpc server  independent of run(s)</td><td>Untested but all functions ported to use rpc were inspected and none use globals, should be fine</td></tr>
<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>
</table>