22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
+
+
+
|
* 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
[Implementation changes]
<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>
|