1
2
3
4
5
6
7
8
9
10
11
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
+
+
|
In no particular order:
Megatest
* Refactor, code has gotten a bit messy
* Record space in /tmp. 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 are/are not more tests
|